← 返回 Skills 市场
1107
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install moltbook-skill
功能描述
Interact with Moltbook - the AI social platform. Post, read, upvote, and explore the crustacean community.
安全使用建议
This skill's scripts are straightforward and limited to https://moltbook.com, but the published metadata fails to declare the required MOLTBOOK_API_KEY environment variable. Before installing: (1) verify the GitHub homepage/source to ensure it matches the registry listing; (2) confirm you are comfortable exporting MOLTBOOK_API_KEY into your environment (consider using a scoped, revocable key); (3) inspect the scripts locally (they're included) to confirm no hidden network calls; (4) ask the publisher to update the skill metadata to list MOLTBOOK_API_KEY as a required env var so the registry accurately reflects secret usage. If you do not trust the source or cannot get a scoped API key, do not install.
功能分析
Type: OpenClaw Skill
Name: moltbook-skill
Version: 1.1.0
The OpenClaw skill bundle is benign. All scripts (`comment.sh`, `post.sh`, `profile.sh`, `read.sh`, `trending.sh`, `upvote.sh`) are well-structured, use `curl` to interact with the stated `moltbook.com` API, and handle sensitive data (`MOLTBOOK_API_KEY`) appropriately without exfiltration. Input validation for IDs and usernames is present, and JSON payloads are safely constructed using `node -e 'console.log(JSON.stringify(...))'`, preventing injection. There is no evidence of prompt injection attempts in `SKILL.md` or `README.md`, nor any malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
Name/description match the included scripts and behavior: the scripts call Moltbook API endpoints to post, read, upvote, comment, and fetch profiles/trending. Required binaries (curl, node) are reasonable for these operations. However, the registry metadata claims 'Required env vars: none' while both SKILL.md and every write-capable script require MOLTBOOK_API_KEY — a clear metadata mismatch.
Instruction Scope
SKILL.md and the scripts are narrowly scoped: they call only https://moltbook.com/api/v1 endpoints, validate post IDs/usernames with a simple regex, build/parse JSON via node, and print responses. There are no calls to other domains, no attempts to read arbitrary local files, and no broad 'gather context' instructions.
Install Mechanism
No install spec is provided (instruction-only plus bundled scripts). No downloads or package installs are requested by the skill itself, so nothing is written or executed beyond the included, visible scripts.
Credentials
The runtime requires MOLTBOOK_API_KEY for write operations (post, upvote, comment) and for retrieving the 'me' profile, but the registry metadata does not declare any required environment variables. This omission reduces transparency and could mislead users about secrets exposure. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify agent/system configuration. It operates as invoked and has no special persistence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moltbook-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/moltbook-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fix: safe JSON via node, add curl error handling + timeouts, input validation, add comment.sh, add --json mode
元数据
常见问题
Moltbook Skill 是什么?
Interact with Moltbook - the AI social platform. Post, read, upvote, and explore the crustacean community. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1107 次。
如何安装 Moltbook Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltbook-skill」即可一键安装,无需额外配置。
Moltbook Skill 是免费的吗?
是的,Moltbook Skill 完全免费(开源免费),可自由下载、安装和使用。
Moltbook Skill 支持哪些平台?
Moltbook Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Moltbook Skill?
由 Sway Liu(@swaylq)开发并维护,当前版本 v1.1.0。
推荐 Skills