通过 SandBase 搜索微博、追踪热搜、分析用户和话题趋势。适用于微博舆情监控、热点追踪、用户分析、品牌口碑研究等场景。
npx skills add https://github.com/sandbaseai/sandbase-skills --skill weibo-research
微博热点与舆情研究工具。搜索内容、追踪热搜趋势、分析用户画像和话题传播。使用前请阅读 API 映射表。
每次调用前先使用 sandbase_describe_tool 获取当前参数 schema,再使用 sandbase_call_tool 传入准确的 tool_name。
使用 weibo_web_hot_search 获取实时热搜榜。
使用 weibo_web_trend_top 获取趋势排行。
使用 weibo_web_search_topics 搜索话题。
使用 weibo_web_search 按关键词搜索微博。
使用 weibo_web_channel_feed 获取频道内容。
使用 weibo_web_user_info 获取用户资料和统计。
使用 weibo_web_user_posts 获取用户发布的微博。
使用 weibo_web_post_detail 获取微博详情。
使用 weibo_web_post_comments 获取评论区内容。
使用 weibo_web_comment_replies 获取评论回复。
返回:热搜榜单、搜索结果、用户画像、话题热度趋势、评论区舆情分析。
Take sandbaseai/weibo-research from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.