Baidu Hot Cn

v1.0.0

百度热榜监控 | Baidu Hot Topics Monitor. 获取百度热搜榜、搜索趋势、关键词热度 | Get Baidu trending searches, trends, keyword popularity. 触发词:百度、热搜、baidu.

2· 2.5k·41 current·42 all-time
byGuohongbin@guohongbin-git
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name, description, SKILL.md, and the included Python script all implement a Baidu hot-trends monitor (using mock data if no API is available). Required binary (python3) is appropriate and there are no unrelated env vars or config paths.
Instruction Scope
SKILL.md confines itself to retrieving and formatting trending data and shows example queries/outputs. It does not instruct reading unrelated files or exfiltrating data. Note: the Python script imports the 'requests' library inside get_baidu_hot (currently unused because the script returns mock data); if someone modifies the script to call a real API it would perform network requests — this is expected for the stated purpose but is a behavior to be aware of.
Install Mechanism
No install spec (instruction-only) and only a small script file are included, so nothing is downloaded or installed by the platform. The lack of an install step is low-risk. Note: the script assumes the 'requests' package may be available but does not declare or install it.
Credentials
The skill requests no environment variables, credentials, or config paths — appropriate for a public-trends viewer that uses mock data or a public API (if added).
Persistence & Privilege
always is false; the skill does not request persistent/system-wide changes or elevated privileges and does not modify other skills' config.
Assessment
This skill appears to do what it says: display Baidu hot-search trends using a small Python script and mock data. It requests only python3 and no credentials. Before installing, consider: (1) provenance — the package has no homepage and an unknown owner; if that matters to you, prefer skills with verifiable sources; (2) runtime dependency — the script imports 'requests' but does not declare or install it, so you may need to ensure requests is available if the skill is extended to call a real API; (3) network behavior — the current code uses mock data, but a real API integration would perform HTTP requests (normal for this purpose); review the script if you want to ensure no unexpected endpoints are added. If you plan to let the agent invoke this autonomously, verify you are comfortable with it making outbound requests and inspect/host any API keys separately if you later add real-data integration.

Like a lobster shell, security has layers — review code before you run it.

latestvk9748j3eencmkxymmbvrb4h5xn81kvxn

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔍 Clawdis
Binspython3

SKILL.md

百度热榜监控

百度搜索热搜榜实时监控,支持搜索趋势分析、关键词热度追踪。

功能

热榜获取

  • 实时热搜 - 获取当前百度热搜榜 Top 30
  • 搜索指数 - 显示每条热搜的搜索量
  • 分类标签 - 娱乐、科技、社会、体育等

趋势分析

  • 上升最快 - 搜索量上升最快的关键词
  • 地域分布 - 不同地区的搜索热度
  • 时间趋势 - 24小时搜索趋势

关键词监控

  • 关键词追踪 - 监控特定关键词热度
  • 竞品监控 - 监控竞品相关搜索
  • 行业趋势 - 行业关键词热度变化

使用方式

获取热搜榜

获取百度热搜榜前 10

返回:

[
  {"rank": 1, "title": "春节档电影票房", "search_count": 1234567, "category": "娱乐"},
  {"rank": 2, "title": "AI技术突破", "search_count": 987654, "category": "科技"},
  {"rank": 3, "title": "春运最新消息", "search_count": 876543, "category": "社会"}
]

关键词搜索

查询 "AI" 在百度的搜索热度

趋势分析

分析百度热搜今天的科技类话题

数据来源

  • 百度热搜榜 API(如可用)
  • 模拟数据(API 不可用时)
  • 历史数据对比

与其他 Skill 配合

  • weibo-hot-cn - 微博热搜对比
  • zhihu-hot-cn - 知乎热榜对比
  • toutiao-hot-news-cn - 头条热榜对比

输出格式

热榜列表

🔍 百度热搜榜 Top 10

1. [娱乐] 春节档电影票房 - 123.5万搜索
2. [科技] AI技术突破 - 98.8万搜索
3. [社会] 春运最新消息 - 87.7万搜索
...

趋势报告

📊 百度热搜趋势分析

今日热点分类:
- 娱乐:35%
- 科技:28%
- 社会:22%
- 体育:15%

上升最快:AI技术突破 (+250%)

百度热榜,洞察搜索趋势 🔍

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…