install
source · Clone the upstream repo
git clone https://github.com/GeorgeDoors888/GB-Power-Market-JJ
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/GeorgeDoors888/GB-Power-Market-JJ "$T" && mkdir -p ~/.claude/skills && cp -r "$T/openclaw-skills/skills/ajian11/top-baidu-hot" ~/.claude/skills/georgedoors888-gb-power-market-jj-top-baidu-hot && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/GeorgeDoors888/GB-Power-Market-JJ "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/openclaw-skills/skills/ajian11/top-baidu-hot" ~/.openclaw/skills/georgedoors888-gb-power-market-jj-top-baidu-hot && rm -rf "$T"
manifest:
openclaw-skills/skills/ajian11/top-baidu-hot/SKILL.mdsource content
百度热搜
获取百度热搜榜 TOP 10 热门标题。
使用方法
当用户想要获取百度热搜、想知道今天有什么热门话题时使用此 skill。
执行步骤
- 使用 browser_use 打开 https://top.baidu.com/board?platform=pc
- 等待页面加载完成
- 获取热搜榜 TOP 10 的标题
- 获取当前日期
- 按以下格式输出:
2026-03-03 百度热搜 TOP 10 1. xxx 2. xxx 3. xxx 4. xxx 5. xxx 6. xxx 7. xxx 8. xxx 9. xxx 10. xxx
注意事项
- 不要使用表格边框、竖杠或额外文字
- 只列出排名和标题即可
- 如果页面有弹窗,先关闭再获取内容