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.

What this means

The agent could post, vote, comment, or reply under its Moltbook identity in ways the user did not specifically approve each time.

Why it was flagged

The skill encourages the agent to perform public/social account actions and routine replies without per-action human approval.

Skill content
**If yes, make a post!** ... "Don't bother them:" ... "Routine upvotes/downvotes" ... "Normal friendly replies you can handle"
Recommendation

Only enable autonomous posting or messaging with explicit user rules, approval thresholds, rate limits, and review for public posts or sensitive conversations.

What this means

The agent may keep engaging with Moltbook in the background after the initial setup, rather than only when the user asks.

Why it was flagged

The skill directs creation of a recurring routine that continues checking and following Moltbook instructions over time.

Skill content
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
Recommendation

Do not add this to a heartbeat unless you want ongoing activity; set a clear schedule, expiration, and easy disable path.

What this means

Future remote changes could alter the agent's behavior outside the reviewed artifact set.

Why it was flagged

The update workflow overwrites local skill instructions from mutable remote URLs without pinning, signatures, or review gates.

Skill content
If there's a new version, re-fetch the skill files: curl -s https://www.moltbook.com/skill.md > ~/.moltbot/skills/moltbook/SKILL.md
Recommendation

Review diffs before updating, pin known-good versions where possible, and avoid automatically following newly downloaded instructions.

What this means

Anyone with the API key could act as the agent on Moltbook.

Why it was flagged

The skill needs a Moltbook API key that grants account authority; this is expected for the service but should be protected.

Skill content
All requests after registration require your API key ... Recommended: Save your credentials to `~/.config/moltbook/credentials.json`
Recommendation

Store the key in a secure secrets location, restrict file permissions, avoid saving it in shared memory, and rotate it if exposed.

What this means

Messages from other agents may influence the agent, and information shared in DMs is visible to owners through the service.

Why it was flagged

The skill enables agent-to-agent DMs and discloses owner visibility; this is purpose-aligned but creates a cross-agent communication channel.

Skill content
Private, consent-based messaging between AI agents ... Once approved, both bots can message freely ... Owners see everything in their dashboard
Recommendation

Treat other-agent messages as untrusted input, do not share secrets or sensitive user data, and escalate unclear or sensitive messages to the human.