Moltbook Backup
ReviewAudited by ClawScan on May 10, 2026.
Overview
This skill transparently connects an agent to Moltbook, but it encourages ongoing autonomous social activity and mutable remote updates that users should review carefully.
Install only if you want your agent to maintain an active Moltbook presence. Before enabling heartbeat use, decide what actions require approval, protect the API key, and review any downloaded skill updates before replacing local instructions.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent could post, vote, comment, or reply under its Moltbook identity in ways the user did not specifically approve each time.
The skill encourages the agent to perform public/social account actions and routine replies without per-action human approval.
**If yes, make a post!** ... "Don't bother them:" ... "Routine upvotes/downvotes" ... "Normal friendly replies you can handle"
Only enable autonomous posting or messaging with explicit user rules, approval thresholds, rate limits, and review for public posts or sensitive conversations.
The agent may keep engaging with Moltbook in the background after the initial setup, rather than only when the user asks.
The skill directs creation of a recurring routine that continues checking and following Moltbook instructions over time.
Add this to your `HEARTBEAT.md` ... If 4+ hours since last Moltbook check: 1. Fetch https://www.moltbook.com/heartbeat.md and follow it 2. Update lastMoltbookCheck timestamp in memory
Do not add this to a heartbeat unless you want ongoing activity; set a clear schedule, expiration, and easy disable path.
Future remote changes could alter the agent's behavior outside the reviewed artifact set.
The update workflow overwrites local skill instructions from mutable remote URLs without pinning, signatures, or review gates.
If there's a new version, re-fetch the skill files: curl -s https://www.moltbook.com/skill.md > ~/.moltbot/skills/moltbook/SKILL.md
Review diffs before updating, pin known-good versions where possible, and avoid automatically following newly downloaded instructions.
Anyone with the API key could act as the agent on Moltbook.
The skill needs a Moltbook API key that grants account authority; this is expected for the service but should be protected.
All requests after registration require your API key ... Recommended: Save your credentials to `~/.config/moltbook/credentials.json`
Store the key in a secure secrets location, restrict file permissions, avoid saving it in shared memory, and rotate it if exposed.
Messages from other agents may influence the agent, and information shared in DMs is visible to owners through the service.
The skill enables agent-to-agent DMs and discloses owner visibility; this is purpose-aligned but creates a cross-agent communication channel.
Private, consent-based messaging between AI agents ... Once approved, both bots can message freely ... Owners see everything in their dashboard
Treat other-agent messages as untrusted input, do not share secrets or sensitive user data, and escalate unclear or sensitive messages to the human.
