weibo

star 1

微博热搜、内容搜索、用户搜索、用户动态与评论读取。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.

longlannet By longlannet schedule Updated 6/6/2026

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)", }, ], },

}

Weibo

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

  1. Trend / topic: get_trendingssearch_content / search_topics
  2. Person / account: search_usersget_profileget_feeds / get_hot_feeds
  3. Comment: search_content / search_topicsget_comments

Notes

  • This skill is read-only.
  • Run commands from the skill root so the local config is used.
  • Re-run scripts/install.sh if setup is missing or stale.
  • Keep detailed human-facing usage in README.md.
Install via CLI
npx skills add https://github.com/longlannet/weibo --skill weibo
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator