← Back to Skills Marketplace
162
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install bili-trending
Description
获取B站Top20榜单,提取标题、摘要和链接。
README (SKILL.md)
\r \r
技能介绍\r
这是一个遵循 OpenClaw 标准 Tool 插件架构的 B 站热榜抓取模块,底层通过 Node.js Bridge 唤起 Python 自动化脚本\r \r \r \r
更新日志 (v1.2.0)\r
- 修复了Windows环境下终端输出特殊字符(如Emoji)导致的GBK编码报错问题,强制采用UTF-8输出。遵循了openclaw3.23.2版本规范进行了修改\r
- 遵循了openclaw3.23.2版本规范进行了修改
Usage Guidance
This skill appears to do what it says (call Bilibili's ranking API and print top 20 entries), but the manifest omits runtime requirements. Before installing or enabling it: 1) Verify you are willing to run bundled code from this unknown source. 2) Ensure your agent environment has Node.js and a Python interpreter available, and install the Python 'requests' package (pip install requests) or update the skill to declare/install that dependency. 3) Consider running the code in a sandbox or review/modify index.js to use a more robust spawn invocation (avoid shell injection risks) and call 'python3' explicitly if needed. 4) If you need higher assurance, ask the publisher for an install spec or source provenance; the omission of declared binaries/deps is why this is flagged as suspicious.
Capability Assessment
Purpose & Capability
The skill name/description and included code (index.js + bili_fetcher.py) are coherent: they fetch B站 Top20 via the official Bilibili API and extract title/summary/link. However the registry metadata lists no required binaries or environment variables even though the implementation requires a Node.js runtime (to register the tool) and a Python runtime with the 'requests' library. That omission is a meaningful inconsistency.
Instruction Scope
SKILL.md instructs the agent to dispatch a local tool (bili_fetch_tool). The tool's implementation only runs a local Python script and issues an HTTPS GET to api.bilibili.com. The instructions do not read arbitrary files, request unrelated environment variables, or post data to unknown external endpoints.
Install Mechanism
There is no install spec despite included code that must run. The skill will require Node.js and Python on PATH and the Python 'requests' package installed; none of this is declared or installed automatically. Missing install steps increase the chance of runtime failure or ad-hoc manual fixes that a user might do incorrectly.
Credentials
The skill declares no environment variables or credentials and the code does not attempt to read secrets or other environment values. Network access is limited to the Bilibili public API endpoint, which is proportional to the stated purpose.
Persistence & Privilege
The skill is not forced always-on (always: false) and does not request elevated privileges or attempt to modify other skills or system-wide configuration. It runs on-demand as a tool via exec; autonomous invocation defaults apply but are not an additional red flag here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bili-trending - After installation, invoke the skill by name or use
/bili-trending - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
- Migrated to OpenClaw standard Tool plugin architecture.
- Introduced direct command dispatch, bypassing model inference.
- Now uses Node.js Bridge to invoke the Python automation script.
- Marked as user-invocable for direct use.
v1.1.0
bili-trending 1.1.0
- Fixed terminal encoding errors on Windows by forcing UTF-8 output, resolving issues with special characters (e.g., Emoji).
- Updated to comply with openclaw 3.23.2 specification.
v1.0.0
bili-trending 1.0.0
- 初始版本发布。
- 提供获取B站当日全站热门前20视频数据的能力,便于内容筛选和分析。
- 支持Agent后台执行任务,输出符合后续语义处理要求的数据。 可以自己附加cron任务完成每日定时推送,或者结合agent角色完成内容筛选
Metadata
Frequently Asked Questions
What is B站推送附件?
获取B站Top20榜单,提取标题、摘要和链接。 It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.
How do I install B站推送附件?
Run "/install bili-trending" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is B站推送附件 free?
Yes, B站推送附件 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does B站推送附件 support?
B站推送附件 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created B站推送附件?
It is built and maintained by raise7727 (@raise7727); the current version is v1.2.0.
More Skills