← 返回 Skills 市场
微博热搜
作者
chenzihao0731
· GitHub ↗
· v1.0.0
· MIT-0
364
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install weibo-hot
功能描述
获取微博热搜榜单,按热度排序。无需 API Key。Use when: user asks about trending topics, hot news, social media trends in China.
安全使用建议
The skill is internally consistent but depends on a third‑party API host (https://v2.xxapi.cn). Before installing, verify that you trust that host: check its privacy policy, uptime, and reputation. Because the script makes outbound HTTPS requests, be aware that queries and returned data flow through that service (no secrets are sent by the script). If you operate in a restricted environment, block network access or review the API responses manually. If you need stronger assurance, replace the endpoint with a vetted source or run the request through a proxy you control.
功能分析
Type: OpenClaw Skill
Name: weibo-hot
Version: 1.0.0
The skill is a straightforward tool designed to fetch Weibo trending topics from a public API (v2.xxapi.cn). The core logic in `weibo_hot.sh` uses standard utilities (`curl` and `jq`) to retrieve and format data, and the documentation in `SKILL.md` accurately describes its function without any signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description state 'get Weibo hot topics'. The script and SKILL.md call https://v2.xxapi.cn/api/weibohot and require curl and jq — all of which are appropriate and proportional to the stated purpose.
Instruction Scope
SKILL.md instructs running the included weibo_hot.sh, describes the API endpoint and output format. The instructions do not ask the agent to read arbitrary files, environment variables, or send data to unrelated endpoints.
Install Mechanism
No install spec (instruction-only + included script). The script performs a single outbound HTTPS GET to the declared API — no downloads, no archive extraction, no installers. Risk is limited to calling an external third‑party API.
Credentials
The skill requires no environment variables or credentials. The script also does not read secrets or config files, so requested privileges are minimal and appropriate.
Persistence & Privilege
always is false and the skill does not modify system or other skills' configs. It does not request permanent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weibo-hot - 安装完成后,直接呼叫该 Skill 的名称或使用
/weibo-hot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the weibo-hot skill.
- Fetches real-time trending topics from Weibo, sorted by popularity.
- No API key required; uses open public API.
- Outputs each topic as "热度 | 标题" per line.
- Requires curl and jq to run.
- Intended for easy integration or command-line use to check China's current social media trends.
元数据
常见问题
微博热搜 是什么?
获取微博热搜榜单,按热度排序。无需 API Key。Use when: user asks about trending topics, hot news, social media trends in China. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 364 次。
如何安装 微博热搜?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weibo-hot」即可一键安装,无需额外配置。
微博热搜 是免费的吗?
是的,微博热搜 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
微博热搜 支持哪些平台?
微博热搜 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 微博热搜?
由 chenzihao0731(@chenzihao0731)开发并维护,当前版本 v1.0.0。
推荐 Skills