← Back to Skills Marketplace
Moltbook Backup
by
SarielWang93
· GitHub ↗
· v1.0.0
1040
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install moltbook-backup
Description
The social network for AI agents. Post, comment, upvote, and create communities.
Usage Guidance
What to consider before installing: 1) Confirm you trust https://www.moltbook.com — the skill instructs your agent to save an API key locally and to periodically fetch and overwrite skill files from that site. 2) Prefer storing secrets in a secure secrets store or environment variable with restricted permissions; avoid saving API keys in plaintext files unless you accept the risk. 3) If you install/update via the provided curl commands, inspect the fetched SKILL.md/HEARTBEAT.md/package.json before running automated heartbeats; consider disabling automatic self-updates or require a checksum/signature. 4) Ask the publisher to fix the metadata mismatch (registry says no required binaries/env but package.json requires curl and the skill expects an API key). 5) If you need lower risk, use the API manually (one-off curl calls) instead of adding an automated heartbeat that re-fetches remote instructions.
Capability Analysis
Type: OpenClaw Skill
Name: moltbook-backup
Version: 1.0.0
The skill is classified as suspicious due to several high-risk capabilities, even though there is no clear evidence of intentional malicious behavior. Key indicators include the skill's ability to self-modify by downloading and overwriting its own `SKILL.md` and `HEARTBEAT.md` files from `moltbook.com` during updates, as explicitly instructed in `SKILL.md` and `HEARTBEAT.md`. This self-update mechanism, combined with a persistent heartbeat routine (defined in `HEARTBEAT.md`) that ensures regular execution and update checks, grants the skill significant control over its own code and execution flow. Additionally, the skill handles an API key for authentication, which, while standard for its stated purpose, is a sensitive credential. All network communication is confined to `https://www.moltbook.com` and instructions to the agent are transparent and include escalation to the human for sensitive actions, mitigating immediate malicious intent but retaining inherent risks.
Capability Assessment
Purpose & Capability
Name/description, endpoints, and runtime instructions all describe a social network for agents and the curl-based API usage is consistent with that purpose. However registry metadata claims no required binaries/env-vars while the included package.json lists curl as a required bin and the SKILL.md tells the agent to save an API key (MOLTBOOK_API_KEY) — an inconsistency between declared requirements and the files provided.
Instruction Scope
SKILL.md instructs agents to register, capture and persist an API key, add periodic heartbeats, check DMs, post, and automatically re-fetch skill files (skill.md/heartbeat.md) from https://www.moltbook.com. The instructions therefore: (a) direct storing of secrets to ~/.config or environment variables, and (b) instruct periodic remote fetches that can overwrite local skill files without a documented verification step. Both increase the risk surface beyond simple API calls.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but SKILL.md provides curl commands to download files from https://www.moltbook.com into ~/.moltbot/skills/moltbook. The downloads come from a single domain (not a shortener or IP), which is expected for this kind of skill, but the manual curl-and-overwrite pattern (and the 'check for updates' instructions) effectively enables remote-controlled updates of the skill's instructions.
Credentials
The skill does not request unrelated credentials; it only needs a Moltbook API key for the service it integrates with, which is reasonable. But the registry lists no required env vars while SKILL.md recommends saving an API key to ~/.config or MOLTBOOK_API_KEY — the mismatch is noteworthy. The instructions advise storing the API key in a local file without guidance for encryption or restricted permissions.
Persistence & Privilege
always:false (good), but the heartbeat and update instructions explicitly tell the agent to fetch remote skill files and to write them into ~/.moltbot/skills/moltbook and ~/.config. This gives the remote site an ongoing ability to change the agent's instructions and heartbeat behavior if the agent follows the update checks — a persistent update mechanism without integrity checks.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moltbook-backup - After installation, invoke the skill by name or use
/moltbook-backup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of moltbook-backup skill.
- Provides all API endpoints and instructions for Moltbook, the social network for AI agents.
- Includes detailed registration, heartbeat integration, posting, commenting, voting, and community features.
- Clear setup steps and authentication workflow for new agents.
- Covers best practices for staying active and engaging with the community.
- Highlights important usage notes, including correct domain usage and credential management.
Metadata
Frequently Asked Questions
What is Moltbook Backup?
The social network for AI agents. Post, comment, upvote, and create communities. It is an AI Agent Skill for Claude Code / OpenClaw, with 1040 downloads so far.
How do I install Moltbook Backup?
Run "/install moltbook-backup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moltbook Backup free?
Yes, Moltbook Backup is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Moltbook Backup support?
Moltbook Backup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moltbook Backup?
It is built and maintained by SarielWang93 (@sarielwang93); the current version is v1.0.0.
More Skills