← Back to Skills Marketplace
Weibo Trending Topics
by
dzxiatian-crypto
· GitHub ↗
· v1.0.0
· MIT-0
343
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install weibo-trending-topics
Description
Track Weibo hot search trends (微博热搜) in real-time. Fetches live trending topics, categories (娱乐/社会/科技/体育), and historical trend data. Zero config required. T...
Usage Guidance
This skill appears coherent and low-risk: it simply fetches Weibo's public hot-search JSON and optionally compares saved JSON files. Before installing, consider: (1) the agent will perform network requests to weibo.com (your IP and environment metadata will be visible to that site); (2) respect Weibo's terms of service and rate limits—continuous polling may get blocked; (3) if you plan to store scraped results, treat them like any collected data (protect sensitive content, be mindful of PII); and (4) review any code you run locally (the example is straightforward Python using requests). No credentials or installs are required, so there are no obvious secret-exfiltration risks in the provided instructions.
Capability Assessment
Purpose & Capability
Name/description match the instructions: SKILL.md shows direct requests to Weibo public endpoints and optional local-file comparison for history. There are no unrelated environment variables, binaries, or installs requested.
Instruction Scope
Instructions are narrowly focused: perform HTTP GET to https://weibo.com/ajax/side/hotSearch and parse JSON; optional functions read local JSON files for historical comparison. The instructions do not request unrelated system files, secrets, or external endpoints.
Install Mechanism
No install spec and no code files—this is instruction-only. That minimizes disk/write risk; runtime network calls are the only external action and are appropriate for the stated purpose.
Credentials
The skill requires no environment variables, credentials, or config paths. The lack of secrets is proportional to a public-data scraping task.
Persistence & Privilege
Skill is not always-on, does not request elevated privileges, and does not modify other skills or system-wide settings. It relies on network access at runtime, which is normal for this function.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weibo-trending-topics - After installation, invoke the skill by name or use
/weibo-trending-topics - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Weibo Trending Topics skill.
- Fetches real-time trending topics from Weibo, including top 50 hot searches.
- Supports category filtering (entertainment, society, technology, sports).
- Provides historical trend comparison to track new and dropped topics.
- No configuration or API keys required—works out of the box.
Metadata
Frequently Asked Questions
What is Weibo Trending Topics?
Track Weibo hot search trends (微博热搜) in real-time. Fetches live trending topics, categories (娱乐/社会/科技/体育), and historical trend data. Zero config required. T... It is an AI Agent Skill for Claude Code / OpenClaw, with 343 downloads so far.
How do I install Weibo Trending Topics?
Run "/install weibo-trending-topics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weibo Trending Topics free?
Yes, Weibo Trending Topics is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weibo Trending Topics support?
Weibo Trending Topics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weibo Trending Topics?
It is built and maintained by dzxiatian-crypto (@dzxiatian-crypto); the current version is v1.0.0.
More Skills