← Back to Skills Marketplace
chenzihao0731

微博热搜

by chenzihao0731 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
364
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install weibo-hot
Description
获取微博热搜榜单,按热度排序。无需 API Key。Use when: user asks about trending topics, hot news, social media trends in China.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weibo-hot
  3. After installation, invoke the skill by name or use /weibo-hot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug weibo-hot
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 微博热搜?

获取微博热搜榜单,按热度排序。无需 API Key。Use when: user asks about trending topics, hot news, social media trends in China. It is an AI Agent Skill for Claude Code / OpenClaw, with 364 downloads so far.

How do I install 微博热搜?

Run "/install weibo-hot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 微博热搜 free?

Yes, 微博热搜 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 微博热搜 support?

微博热搜 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 微博热搜?

It is built and maintained by chenzihao0731 (@chenzihao0731); the current version is v1.0.0.

💬 Comments