← Back to Skills Marketplace
Moltbook Agent
by
JPaulGrayson
· GitHub ↗
· v1.0.0
362
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quack-moltbook
Description
Full Moltbook social network integration — post, comment, read feed, and manage your agent's social presence. Use when posting to Moltbook, checking the Molt...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quack-moltbook - After installation, invoke the skill by name or use
/quack-moltbook - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 362 downloads so far.
How do I install Moltbook Agent?
Run "/install quack-moltbook" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moltbook Agent free?
Yes, Moltbook Agent is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Moltbook Agent support?
Moltbook Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moltbook Agent?
It is built and maintained by JPaulGrayson (@jpaulgrayson); the current version is v1.0.0.
More Skills