name: weibo description: 微博热搜、内容搜索、用户搜索、用户动态与评论读取。Use when the task involves Weibo / 微博 public content such as checking hot search topics, searching posts, searching users, reading user feeds, or inspecting public discussion. homepage: https://github.com/longlannet/weibo metadata: { "openclaw": { "emoji": "🧭", "requires": { "bins": ["mcporter"] }, "install": [ { "id": "node-mcporter", "kind": "node", "package": "mcporter", "bins": ["mcporter"], "label": "Install mcporter (node)", }, ], },
}
Use this skill for public, read-only Weibo workflows.
When to use
Use this skill when the user wants:
- 中文实时热点 / 热搜
- 公共事件舆情与广场讨论
- 按关键词搜索微博内容或话题
- 搜索微博用户并查看近期公开动态
- 查看某条微博下的公开评论
Quick start
bash scripts/install.sh
cd weibo && mcporter list weibo --schema
cd weibo && mcporter call weibo.get_trendings limit:3
Workflow
- Trend / topic:
get_trendings→search_content/search_topics - Person / account:
search_users→get_profile→get_feeds/get_hot_feeds - Comment:
search_content/search_topics→get_comments
Notes
- This skill is read-only.
- Run commands from the skill root so the local config is used.
- Re-run
scripts/install.shif setup is missing or stale. - Keep detailed human-facing usage in
README.md.