This pulls the current Weibo hot search rankings using a browser automation script. You can grab the overall trending list or filter by categories like entertainment, and it outputs results in markdown with heat scores and rankings. The skill wraps the wuying-agentbay-sdk and gives you a visual console link to watch the browser work in real time, which is helpful for debugging when Weibo's page structure changes. Works well for monitoring Chinese social media trends or building dashboards that need fresh hot topic data. Just be aware the heat values fluctuate constantly, so you're capturing a snapshot of whatever moment you run it.
npx -y skills add agentbay-ai/agentbay-skills --skill weibo-hot-search --agent claude-codeInstalls into .claude/skills of the current project.
python3 -m pip install wuying-agentbay-sdk
在使用此技能之前,请确保已安装必要的依赖包:
python3 -m pip install wuying-agentbay-sdk
python3 scripts/browser-use.py "<任务执行步骤>"
python3 scripts/browser-use.py " \
1. 前往微博网站 https://weibo.com/ \
2. 点击左侧菜单中的微博热搜下的文娱分类 \
3. 你需要提取榜单中前十条热搜消息 \
4. 以markdown格式返回所有符合条件的热搜信息
"
## 微博热搜 - 文娱分类
### 热搜列表(热度 ≥ 50000)
1. **话题名称**
- 热度: xxx
- 排名: #xxx
2. **话题名称**
- 热度: xxx
- 排名: #xxx
### 统计信息
- 总计: xx条热搜
- 最高热度: xxxxx
- 最低热度: xxxxx
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills