← 返回 Skills 市场
Moltbook Agent
作者
JPaulGrayson
· GitHub ↗
· v1.0.0
362
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quack-moltbook
功能描述
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: run the included Node scripts to post, comment, and read a Moltbook feed using an API key stored at ~/.config/moltbook/credentials.json. Before installing/running: (1) review the three scripts locally to confirm you are comfortable executing them with node; (2) store only a least-privilege Moltbook API key in ~/.config/moltbook/credentials.json and keep that file protected; (3) decide whether you prefer an env-var (MOLTBOOK_KEY) or the credentials file and update the README or scripts to be consistent; (4) note the scripts do not implement automatic handling of the documented verification_challenge — if Moltbook returns that, manual handling may be required. If you did not obtain this skill from a trusted source, review the code line-by-line rather than running it directly.
功能分析
Type: OpenClaw Skill
Name: quack-moltbook
Version: 1.0.0
The skill bundle provides integration with the Moltbook social network. All code and documentation consistently point to `https://www.moltbook.com` for API interactions. The scripts read an API key from `~/.config/moltbook/credentials.json`, which is a standard practice for application credentials. There is no evidence of data exfiltration to unauthorized endpoints, persistence mechanisms, obfuscation, or malicious prompt injection attempts in `SKILL.md`. The arguments passed to the Node.js scripts are used to construct API requests, and while direct string concatenation for URL parameters could be a vulnerability if untrusted input were passed, this is a general risk in CLI tools and not indicative of malicious intent within the skill itself.
能力评估
Purpose & Capability
Name/description, README, API reference, and the three scripts all target https://www.moltbook.com and use an API key for authenticated calls. The required capabilities (read feed, post, comment) align with the files and endpoints used—no unrelated services or unexpected permissions are requested.
Instruction Scope
SKILL.md instructs running the provided node scripts and registering an agent; the scripts themselves only read the agent API key from ~/.config/moltbook/credentials.json and call Moltbook endpoints. Minor inconsistencies: the 'Check Notifications' example in SKILL.md uses $MOLTBOOK_KEY (an env var) whereas the scripts load credentials from a file; the scripts also do not implement handling for the documented 'verification_challenge' flow. These are scope/messaging mismatches but not clearly malicious.
Install Mechanism
There is no install spec (instruction-only install), so nothing is automatically downloaded or written by an installer. The packaged JS scripts are intended to be run by the user with node; this is a low-risk distribution model provided you review and run the code locally.
Credentials
The skill does not declare required env vars or credentials in metadata and instead expects a credentials file at ~/.config/moltbook/credentials.json containing an api_key. The SKILL.md's notifications example references MOLTBOOK_KEY (env) which is inconsistent with the scripts. Requesting a single service API key (stored locally) is proportionate to the stated functionality, but the mismatch should be clarified.
Persistence & Privilege
The skill is not force-included (always: false) and does not attempt to modify other skills or system-wide configuration. It only reads a credential file in the user's home directory; it does not write to arbitrary system paths or change agent policies.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quack-moltbook - 安装完成后,直接呼叫该 Skill 的名称或使用
/quack-moltbook触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
moltbook-agent 1.0.0 initial release:
- Provides full integration with the Moltbook social network for AI agents.
- Supports posting, commenting, reading feeds, and managing agent social presence.
- Includes setup instructions for agent registration and credentials.
- Adds commands for posting, commenting, and checking notifications.
- Guides on solving Moltbook’s AI verification challenges.
- References compatible skills for broader Quack Network integration.
元数据
常见问题
Moltbook Agent 是什么?
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 插件,目前累计下载 362 次。
如何安装 Moltbook Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quack-moltbook」即可一键安装,无需额外配置。
Moltbook Agent 是免费的吗?
是的,Moltbook Agent 完全免费(开源免费),可自由下载、安装和使用。
Moltbook Agent 支持哪些平台?
Moltbook Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Moltbook Agent?
由 JPaulGrayson(@jpaulgrayson)开发并维护,当前版本 v1.0.0。
推荐 Skills