← 返回 Skills 市场
php737

今日热榜

作者 xiaoqi · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
266
总下载
2
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install today-trending
功能描述
获取今日微博、抖音、百度热搜排行榜 - 实时热门话题一站式查询
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install today-trending
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /today-trending 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
更新:增加输出分析说明,支持对话题进行总结分析归类
v1.0.0
首次发布:获取微博、抖音、百度热搜排行榜
元数据
Slug today-trending
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

今日热榜 是什么?

获取今日微博、抖音、百度热搜排行榜 - 实时热门话题一站式查询. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。

如何安装 今日热榜?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install today-trending」即可一键安装,无需额外配置。

今日热榜 是免费的吗?

是的,今日热榜 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

今日热榜 支持哪些平台?

今日热榜 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 今日热榜?

由 xiaoqi(@php737)开发并维护,当前版本 v1.0.1。

💬 留言讨论