← 返回 Skills 市场
embracex1998

Hot Trends (Real Data)

作者 Embracex1998 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
224
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install hot-trends
功能描述
抓取真实热搜数据,支持百度热搜、头条热搜、GitHub Trending。用于需求挖掘、趋势分析、市场洞察。触发词:热搜、热榜、趋势、trending、挖掘需求。
使用说明 (SKILL.md)

🔥 热搜趋势监控

真实抓取热搜数据,零API Key,纯公开接口。

支持平台

平台 数据源 状态
百度热搜 top.baidu.com API
头条热搜 toutiao.com API
GitHub github.com/trending

使用方式

# 某个平台
python3 skills/hot-trends/hot.py baidu -n 20
python3 skills/hot-trends/hot.py toutiao -n 20
python3 skills/hot-trends/hot.py github -n 20
python3 skills/hot-trends/hot.py github -l python  # 指定语言

# 全部
python3 skills/hot-trends/hot.py all

# 关键词过滤(需求挖掘用)
python3 skills/hot-trends/hot.py all -k AI
python3 skills/hot-trends/hot.py baidu -k 大模型 -n 50
安全使用建议
This skill appears coherent and limited to scraping public trending pages. If you plan to run it: (1) review the included hot.py (already provided) before use; (2) be aware it makes outbound HTTP requests (so run in an environment where that is allowed); (3) scraping can be brittle and may be rate-limited—avoid frequent automated runs against targets to prevent blocking; (4) if you need stronger assurances, run the script in a sandboxed environment or audit network traffic to confirm only the three public endpoints are contacted.
功能分析
Type: OpenClaw Skill Name: hot-trends Version: 1.0.0 The skill bundle is a legitimate tool for scraping public trending data from Baidu, Toutiao, and GitHub. The code in hot.py uses standard Python libraries (urllib, re) to fetch and parse data from public endpoints without any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (hot search/trending) match the required binary (python3), included script (hot.py), and the network calls to the three stated sources. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md instructs running the included hot.py with platform and filters; the script only fetches public endpoints and parses responses. It does not read local files, environment secrets, or transmit data to unexpected endpoints.
Install Mechanism
No install spec; instruction-only with a single Python script. Nothing is downloaded from external hosts at install time.
Credentials
No environment variables or credentials required. The script uses only HTTP requests and local processing; requested environment access is minimal and appropriate.
Persistence & Privilege
always is false and the skill is user-invokable; it does not request persistent or elevated privileges or modify other skills/configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hot-trends
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hot-trends 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: real hot search data from Baidu/Toutiao/GitHub, zero API key required
元数据
Slug hot-trends
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Hot Trends (Real Data) 是什么?

抓取真实热搜数据,支持百度热搜、头条热搜、GitHub Trending。用于需求挖掘、趋势分析、市场洞察。触发词:热搜、热榜、趋势、trending、挖掘需求。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 224 次。

如何安装 Hot Trends (Real Data)?

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

Hot Trends (Real Data) 是免费的吗?

是的,Hot Trends (Real Data) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Hot Trends (Real Data) 支持哪些平台?

Hot Trends (Real Data) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Hot Trends (Real Data)?

由 Embracex1998(@embracex1998)开发并维护,当前版本 v1.0.0。

💬 留言讨论