Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Bilibili Hot Daily

v2.1.2

🔥 每日自动抓取哔哩哔哩热门视频排行榜,支持AI摘要生成和多渠道推送。自媒体运营必备!免费使用,定制开发请联系作者。

0· 151·1 current·1 all-time
by蓝天@qq853632587

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for qq853632587/bilibili-hot-daily.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Bilibili Hot Daily" (qq853632587/bilibili-hot-daily) from ClawHub.
Skill page: https://clawhub.ai/qq853632587/bilibili-hot-daily
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install qq853632587/bilibili-hot-daily

ClawHub CLI

Package manager switcher

npx clawhub@latest install bilibili-hot-daily
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
!
Purpose & Capability
The name/description promise 'AI摘要' and '多渠道推送' (AI summaries and multi-channel push). The included code (fetch_hot.py) only performs an HTTP GET to Bilibili's public API, local summarization with simple heuristics, printing, and optional JSON/CSV export — there is no AI model integration, no external push/notification code, and no credential usage. The advertised features are therefore not implemented; this is an incoherence between claims and actual capability.
Instruction Scope
SKILL.md instructs the agent to run python3 fetch_hot.py with options (top, summary, output, format). The runtime instructions do not request extra files, environment variables, or system-wide access beyond running the script. They do not instruct reading unrelated user data or exfiltrating secrets. The mismatch is in advertised features (push/integration) that are not present in instructions — the runtime scope itself is limited and contained.
Install Mechanism
There is no install spec (instruction-only skill with bundled code). No external downloads or installers are executed by the skill. The only runtime requirement is python3, which is reasonable for the contained Python script.
Credentials
The skill does not request environment variables, credentials, or config paths. Given its actual behavior (calling a public Bilibili API and writing output files), that is proportional. Note: if you expect the advertised push integrations, additional credentials would be required but are not requested or used here.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system settings. It runs as a transient Python script and writes only the files the user explicitly requests via --output.
What to consider before installing
This skill will fetch Bilibili's public trending list and produce local text/JSON/CSV output; it does not perform AI-powered summarization via an external API nor does it push to Telegram/WeChat/etc despite those claims in the README. Before installing or running: (1) review fetch_hot.py yourself (it only calls api.bilibili.com and writes local files), (2) run it in a sandbox or non-sensitive environment if you are unsure, (3) if you need AI summaries or push features, ask the author for the implementation or add trusted integrations yourself (those will require credentials), and (4) verify the upstream repository and author if you intend to trust or pay for further services.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🔥 Clawdis
Binspython3
latestvk97fx4eyq8pqn8y47fwjb47q3583v8zc
151downloads
0stars
8versions
Updated 3w ago
v2.1.2
MIT-0

🔥 B站热点日报 v2.1

每日自动抓取B站热门视频排行榜,支持AI摘要和多渠道推送。

✨ v2.1 新功能

  • ✅ 优化API调用稳定性
  • ✅ 改善数据展示格式
  • ✅ 增强错误处理

📦 安装

npx clawhub@latest install bilibili-hot-daily

🚀 使用

# 获取今日热门 Top 10
python3 fetch_hot.py --top 10

# 生成摘要
python3 fetch_hot.py --top 20 --summary

# 导出JSON
python3 fetch_hot.py --output hot.json

# 导出CSV
python3 fetch_hot.py --output hot.csv --format csv

📊 输出示例

#1 视频标题
   UP主: xxx | 分区: xxx | 时长: 2分43秒
   播放: 343.5万 | 点赞: 12.0万 | 投币: 3447 | 收藏: 1.3万
   简介: 视频简介预览...
   链接: https://b23.tv/xxx

💰 定制服务

免费使用本技能,如需以下服务请联系作者:

  • 🔧 定制开发:根据你的需求定制数据抓取方案
  • 📊 数据分析:深度分析B站热门趋势
  • 🤖 自动化部署:帮你搭建完整的数据监控系统
  • 📱 多平台集成:对接微信/钉钉/飞书等平台

联系方式:

⚖️ 免责声明

本技能所获取的数据来自B站公开API,仅用于个人学习和技术研究目的。

  • 📌 数据来源:哔哩哔哩公开API接口
  • 📌 非商业性质:本技能为开源免费工具,不涉及任何商业引导
  • 📌 版权说明:所有数据内容的版权归哔哩哔哩所有
  • 📌 使用限制:请遵守B站用户协议,禁止用于非法用途
  • 📌 免责条款:本技能按"现状"提供,使用者需自行承担使用风险

📄 许可证

MIT License

Comments

Loading comments...