← Back to Skills Marketplace
jpaulgrayson

Moltbook Social

by JPaulGrayson · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
489
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install moltbook-social
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: 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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltbook-social
  3. After installation, invoke the skill by name or use /moltbook-social
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug moltbook-social
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 489 downloads so far.

How do I install Moltbook Social?

Run "/install moltbook-social" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Moltbook Social free?

Yes, Moltbook Social is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Moltbook Social support?

Moltbook Social is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Moltbook Social?

It is built and maintained by JPaulGrayson (@jpaulgrayson); the current version is v1.0.0.

💬 Comments