← 返回 Skills 市场
736
总下载
1
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install weibo-cli
功能描述
Query Weibo (微博) public data via CLI. Use when user asks about: - Weibo hot searches / trending topics (微博热搜) - Searching Weibo posts, users, or topics - Get...
安全使用建议
This skill appears coherent, but it instructs you to install an external npm package (@marvae24/weibo-cli). Before installing: (1) inspect the package repository or npm page and prefer npx or a local install over a global -g install; (2) do not paste or store your Weibo login cookie (WEIBO_COOKIE) unless you fully trust the package publisher; (3) run the CLI in a sandbox or container if you want to limit risk. If you need higher assurance, ask the publisher for the source repo and review code before use.
功能分析
Type: OpenClaw Skill
Name: weibo-cli
Version: 0.1.1
The skill bundle provides documentation and instructions for a Weibo CLI tool (@marvae24/weibo-cli) designed to query public social media data. The commands and usage patterns described in SKILL.md are consistent with the stated purpose of searching posts, users, and trending topics, and no evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (querying Weibo public data, hot searches, posts, users) matches the runtime instructions which show usage of a weibo CLI and example commands. The requested functionality is coherent with the stated purpose.
Instruction Scope
SKILL.md is instruction-only and stays within scope (commands to install and use the CLI, examples for search/hot/user/post). It references an optional WEIBO_COOKIE env var for higher rate limits (not required) and suggests parsing output with jq. There are no instructions to read arbitrary user files or unrelated system configuration.
Install Mechanism
No install spec in metadata (skill is instruction-only), but the README tells users to npm install or npx @marvae24/weibo-cli. Installing a third-party npm package is a reasonable way to get a CLI but carries normal npm risks: the package runs code from the registry. Recommend using npx or a local install and reviewing the package source before global install.
Credentials
The skill declares no required environment variables. SKILL.md mentions an optional WEIBO_COOKIE for higher rate limits; that is consistent with the tool's purpose but is sensitive (user login cookie). No other credentials or unrelated secrets are requested.
Persistence & Privilege
Skill does not request persistent/always-on presence (always: false) and does not instruct modifying other skills or system-wide agent settings. Autonomous invocation defaults are normal.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weibo-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/weibo-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Clarify no-auth required, add local install option
v0.1.0
Initial release of weibo-cli.
- Query Weibo hot searches, posts, users, topics, profiles, feeds, and comments via CLI.
- Supports searching posts, users, and topics with flexible filtering and statistics.
- Provides structured JSON output for easy parsing (e.g., with jq).
- Includes rate limit handling with automatic retries.
- Easy installation via npm.
元数据
常见问题
Weibo CLI 是什么?
Query Weibo (微博) public data via CLI. Use when user asks about: - Weibo hot searches / trending topics (微博热搜) - Searching Weibo posts, users, or topics - Get... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 736 次。
如何安装 Weibo CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weibo-cli」即可一键安装,无需额外配置。
Weibo CLI 是免费的吗?
是的,Weibo CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weibo CLI 支持哪些平台?
Weibo CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weibo CLI?
由 m3(@marvae)开发并维护,当前版本 v0.1.1。
推荐 Skills