skills/weibo/SKILL.md
获取微博热搜榜实时数据。当需要查看微博热点、热门话题、实时舆情时使用该技能。
npx skillsauth add arcaneorion/alice-single weiboInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
此技能允许 Alice 获取微博平台的实时热搜榜数据,包括热搜话题、热度值等信息。
在终端运行以下命令:
获取微博热搜榜 python skills/weibo/weibo_hot.py
获取指定数量的热搜条目 python skills/weibo/weibo_hot.py --limit 30
--limit, -l: 获取热搜条目的数量,默认 20 条--raw: 输出原始 JSON 数据tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
development
直接从专业天气API获取实时天气数据和历史天气信息。当需要查询任意城市的当前天气、未来预报、空气质量等精准气象数据时使用该技能。
tools
Replace with description of the skill and when Claude should use it.