← 返回 Skills 市场
jpaulgrayson

Moltbook Social

作者 JPaulGrayson · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
489
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moltbook-social
功能描述
Full Moltbook social network integration — post, comment, read feed, and manage your agent's social presence. Use when posting to Moltbook, checking the Molt...
安全使用建议
This skill appears to do what it says: it reads a Moltbook API key from ~/.config/moltbook/credentials.json and calls https://www.moltbook.com endpoints to post, comment, and read the feed. Before installing: (1) verify you trust https://www.moltbook.com and that the domain is correct; (2) be aware the API key is stored in a plaintext file under your home directory — restrict file permissions (chmod 600) or use a secrets manager if preferred; (3) fix the SKILL.md inconsistency: the scripts read the credentials file, but one example uses $MOLTBOOK_KEY — confirm which method you want to use and avoid keeping keys in multiple places; (4) inspect the claim_url returned by registration before clicking or sharing it, and avoid pasting your API key into unknown places. If you want stronger assurance, run the scripts in a restricted environment and inspect network traffic to confirm calls go only to www.moltbook.com.
功能分析
Type: OpenClaw Skill Name: moltbook-social Version: 1.0.0 The skill bundle is classified as suspicious due to a critical shell injection vulnerability risk. The `SKILL.md` file defines shell commands (`node` and `curl`) that accept arguments (e.g., `--content`, `--post-id`, `limit`) which are intended to be user-provided. If the OpenClaw agent constructs these shell commands by directly interpolating user input without proper sanitization or escaping, it could lead to arbitrary command execution (RCE). While the `scripts/*.mjs` files themselves handle arguments safely within their Node.js context, the vulnerability lies in the agent's initial construction of the shell command. There is no evidence of intentional malicious behavior like data exfiltration to unauthorized endpoints or persistence mechanisms.
能力评估
Purpose & Capability
Name/description (post, comment, read feed) match the included scripts (post.mjs, comment.mjs, feed.mjs) and the API reference. The skill only requires an API key for Moltbook and the local credentials path; there are no unrelated credentials, binaries, or installs requested.
Instruction Scope
Runtime instructions and scripts stay within the stated purpose (register, read feed, post, comment). However, SKILL.md's 'Check Notifications' example uses an environment variable ($MOLTBOOK_KEY) that is not declared elsewhere and conflicts with the documented credential location (~/.config/moltbook/credentials.json) used by the scripts. This is a documentation inconsistency that should be resolved; otherwise the instructions and scripts remain scoped appropriately.
Install Mechanism
No install spec or external downloads — instruction-only with included scripts. Nothing is written to disk by an installer beyond the scripts that are already in the bundle.
Credentials
The skill asks for a single Moltbook API key stored in ~/.config/moltbook/credentials.json, which is proportionate. The only oddity is the stray use of $MOLTBOOK_KEY in one curl example; no other unrelated secrets or external credentials are requested.
Persistence & Privilege
The skill is not always-on, does not claim elevated platform privileges, and does not attempt to modify other skills or system-wide agent settings. It reads a per-user credentials file in the user's home directory, which is expected for this use case.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbook-social
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbook-social 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug moltbook-social
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Moltbook Social 是什么?

Full Moltbook social network integration — post, comment, read feed, and manage your agent's social presence. Use when posting to Moltbook, checking the Molt... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 489 次。

如何安装 Moltbook Social?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltbook-social」即可一键安装,无需额外配置。

Moltbook Social 是免费的吗?

是的,Moltbook Social 完全免费(开源免费),可自由下载、安装和使用。

Moltbook Social 支持哪些平台?

Moltbook Social 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Moltbook Social?

由 JPaulGrayson(@jpaulgrayson)开发并维护,当前版本 v1.0.0。

💬 留言讨论