Baidu Hot
Monitor and fetch real-time Baidu hot search topics, rankings, trends, and keyword popularity without needing an API key.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 30 · 0 current installs · 0 all-time installs
byhello@piaomiao123
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description promise (fetch Baidu hot searches) matches the included shell script and SKILL.md. The script uses curl to call top.baidu.com, which is exactly the stated data source and no unrelated services or credentials are requested.
Instruction Scope
Runtime instructions stay within scope (call Baidu API and print results). Minor inconsistency: SKILL.md documents a config file (~/.baidu-hot/config.json) and CLI usage like 'baidu-hot --output', but the provided baidu-hot.sh does not read that config or parse flags beyond a single positional argument for top-N. Also SKILL.md/metadata require only 'curl' but the script also uses standard shell tools (grep, sed) that are normally present.
Install Mechanism
No install spec (instruction-only) and a small, readable shell script is included. No downloads from external or untrusted URLs and nothing is written to disk by an installer. The script makes a network call to top.baidu.com to fetch data (expected for this functionality).
Credentials
No environment variables, credentials, or config paths are required. The skill does not request keys or secrets and the single external network call is proportional to its purpose.
Persistence & Privilege
Skill does not request persistent or elevated privileges; always:false. It does not modify other skills or system configuration.
Assessment
This skill is coherent and appears to do what it claims: it runs a curl request to top.baidu.com and prints parsed titles. Before installing, verify you are comfortable with a script that makes outbound network requests to top.baidu.com (no secrets are sent). Note the documentation mentions a config file and CLI flags that the provided script does not implement—if you rely on those features, inspect or modify the script yourself. Ensure curl (and standard shell tools like grep/sed) are available where the skill will run. The homepage in metadata is a placeholder; if provenance matters, ask the publisher for a real source repository or audit the script locally.Like a lobster shell, security has layers — review code before you run it.
Current versionv0.1.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Baidu Hot 百度热搜
一键获取百度热搜榜,掌握实时热点!
Features
- 🔥 获取百度实时热搜榜
- 📊 热搜排名和热度指数
- 🔄 支持刷新最新数据
- 💾 历史记录(可选)
Quick Start
# 获取当前热搜榜
baidu-hot
# 只看前10名
baidu-hot --top 10
# 保存到文件
baidu-hot --output hot.txt
Usage
# 基本使用
baidu-hot
# 输出示例:
# 🔥 百度热搜榜 - 2026-03-16 12:00
# 1. AI大模型新突破 (热度: 999999)
# 2. 开源AI代理工具成趋势 (热度: 888888)
# 3. ...
How it works
使用百度公开的热搜API,无需API key!
curl -s "https://top.baidu.com/api/board?platform=wise&tab=realtime"
Customization
编辑 ~/.baidu-hot/config.json 配置:
- 默认显示条数
- 是否显示热度指数
- 刷新间隔
Made with ❤️ for OpenClaw
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
