Agent skill
获取微博热搜榜实时数据。当需要查看微博热点、热门话题、实时舆情时使用该技能。
Install this agent skill to your Project
npx add-skill https://github.com/ArcaneOrion/Alice/tree/main/skills/weibo
SKILL.md
微博热搜技能
此技能允许 Alice 获取微博平台的实时热搜榜数据,包括热搜话题、热度值等信息。
核心功能
- 实时热搜榜: 获取微博平台当前最热门的话题列表
- 热度分析: 查看每个热搜话题的热度数值
- 多领域覆盖: 包括娱乐、时事、生活、科技等各类热点话题
使用方法
在终端运行以下命令:
获取微博热搜榜 python skills/weibo/weibo_hot.py
获取指定数量的热搜条目 python skills/weibo/weibo_hot.py --limit 30
技术细节
- 数据来源: 使用微博内部 API 接口
- 数据格式: JSON 格式,包含热搜词、热度值、分类等信息
- 无需认证: 该接口为公开接口,无需登录或 API Key
参数说明
--limit,-l: 获取热搜条目的数量,默认 20 条--raw: 输出原始 JSON 数据
注意事项
- 该接口为微博内部 API,可能随时变更,如失效需及时更新
- 热搜数据实时更新,每次调用可能获得不同的结果
- 某些热搜话题可能包含敏感词或政治内容,请谨慎处理
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
akshare
使用 akshare 获取中国金融市场实时数据和历史数据。当需要查询A股、港股、美股、指数、基金、期货等金融产品的实时行情、历史数据、财务报表时使用该技能。
internal-comms
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
fetch
使用 fetch 服务器获取网页内容并将内容转换为 Markdown。当需要从互联网获取实时信息或阅读特定网页内容时使用该技能。
playwright_browser
基于Playwright的高级浏览器自动化技能。支持动态网页抓取、点击/输入模拟、百度搜索、页面快照、数据提取和批量图片下载。当需要处理JavaScript渲染的页面、模拟用户交互或自动化网页操作时使用此技能。
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Didn't find tool you were looking for?