← Back to Skills Marketplace
266
Downloads
2
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install today-trending
Description
获取今日微博、抖音、百度热搜排行榜 - 实时热门话题一站式查询
Usage Guidance
This skill appears to do what it claims — fetch public hot-search lists — and does not request credentials. Before installing: (1) be aware it makes outbound HTTP requests to the three platforms; if you run in a restricted/network-aware environment, allow those domains. (2) The script requires Python packages (requests, lxml); install them from PyPI or run in a virtualenv. (3) Run it in an isolated environment if you have network-security concerns (it performs web scraping only). (4) Review the script if you need stricter assurance — currently there are no hidden endpoints, file reads, or secret exfiltration patterns.
Capability Analysis
Type: OpenClaw Skill
Name: today-trending
Version: 1.0.1
The skill is a straightforward web scraper designed to fetch real-time trending topics from Weibo, Douyin, and Baidu. The implementation in `scripts/trending.py` uses standard libraries (requests, lxml) to access public endpoints and parse results as described in `SKILL.md`, with no evidence of malicious behavior, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (fetch platform hot searches) aligns with the included Python script which scrapes/queries Weibo, Douyin, and Baidu. One minor mismatch: SKILL.md declares python3 as a required binary but does not mention Python library dependencies (requests, lxml) that the script imports — this is a functionality/packaging omission, not a security mismatch.
Instruction Scope
SKILL.md instructs the agent to run the provided script with a JSON parameter. The script only parses that parameter and issues HTTP GET requests to public endpoints (weibo.com, iesdouyin.com, top.baidu.com) and prints JSON results. It does not read local files, environment variables, or send data to unknown third-party endpoints.
Install Mechanism
There is no install spec (instruction-only skill) and no downloads; that is low risk. Note: the script depends on third-party Python packages (requests, lxml) which are not listed in the SKILL.md or manifest; installing those from PyPI would be necessary for functionality.
Credentials
The skill requests no environment variables or credentials and does not access config paths. The absence of secrets is appropriate for a public-web-scraping/trending-fetching tool.
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify agent configuration or other skills. It is user-invocable and can be called autonomously (platform default) but does not request elevated/persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install today-trending - After installation, invoke the skill by name or use
/today-trending - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
更新:增加输出分析说明,支持对话题进行总结分析归类
v1.0.0
首次发布:获取微博、抖音、百度热搜排行榜
Metadata
Frequently Asked Questions
What is 今日热榜?
获取今日微博、抖音、百度热搜排行榜 - 实时热门话题一站式查询. It is an AI Agent Skill for Claude Code / OpenClaw, with 266 downloads so far.
How do I install 今日热榜?
Run "/install today-trending" 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 xiaoqi (@php737); the current version is v1.0.1.
More Skills