Install
openclaw skills install baidu-hotMonitor and fetch real-time Baidu hot search topics, rankings, trends, and keyword popularity without needing an API key.
openclaw skills install baidu-hot一键获取百度热搜榜,掌握实时热点!
# 获取当前热搜榜
baidu-hot
# 只看前10名
baidu-hot --top 10
# 保存到文件
baidu-hot --output hot.txt
# 基本使用
baidu-hot
# 输出示例:
# 🔥 百度热搜榜 - 2026-03-16 12:00
# 1. AI大模型新突破 (热度: 999999)
# 2. 开源AI代理工具成趋势 (热度: 888888)
# 3. ...
使用百度公开的热搜API,无需API key!
curl -s "https://top.baidu.com/api/board?platform=wise&tab=realtime"
编辑 ~/.baidu-hot/config.json 配置:
Made with ❤️ for OpenClaw