weibo-hot-search
About
This skill queries Weibo's hot search rankings, including entertainment topics and popularity metrics. It provides structured markdown output with rankings, heat values, and statistical summaries. Developers can use it when users need to track trending topics or filter content by specific popularity thresholds.
Quick Install
Claude Code
Recommendednpx skills add agentbay-ai/agentbay-skills -a claude-code/plugin add https://github.com/agentbay-ai/agentbay-skillsgit clone https://github.com/agentbay-ai/agentbay-skills.git ~/.claude/skills/weibo-hot-searchCopy and paste this command in Claude Code to install this skill
Documentation
微博热搜查询
依赖
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
注意事项
- 始终注明信息来源为微博
- 不需要创建新的脚本,用skill目录下的browser-use.py
- 如果页面加载较慢,请耐心等待
- 热度数值可能实时变化,以抓取时刻为准
- skill调用后,控制台会打印出asp流化链接(可视化的url),可告知用户查看
GitHub Repository
Related Skills
content-collections
MetaThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
polymarket
MetaThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
creating-opencode-plugins
MetaThis skill helps developers create OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It provides the plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript modules. Use it when you need to intercept, monitor, or extend the OpenCode AI assistant's lifecycle with custom event-driven logic.
sglang
MetaSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
