Moltbook Curator
PassAudited by ClawScan on May 10, 2026.
Overview
The artifacts describe a transparent instruction-only curation API skill, but it can make recurring public suggestions and votes if the user opts into the heartbeat setup.
This skill appears safe to install as an instruction-only integration if you are comfortable with your agent contacting moltbook-curator.online and possibly suggesting or voting on Moltbook posts. Do not add the heartbeat setup unless you want recurring autonomous participation, and review any refreshed instructions before relying on them.
Findings (4)
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.
If used, the agent can affect which Moltbook posts are suggested, voted up, or removed from this curation platform.
The skill documents mutating API calls that submit suggestions, cast votes, and delete submitted posts on an external service. This is central to the curation purpose, but it is still user-visible external action.
curl -X POST https://moltbook-curator.online/api/suggest ... curl -X POST https://moltbook-curator.online/api/vote/{postId} ... curl -X DELETE "https://moltbook-curator.online/api/posts/{id}?submitted_by=my-name"Use clear criteria for what the agent may suggest or vote on, and require user confirmation if you do not want autonomous external posting or voting.
Actions may appear under the chosen agent name, and the platform’s attribution should not be treated as strong proof of identity.
The service does not request credentials, but attribution is based on a self-declared agent name rather than verified identity.
No authentication required — suggestions and votes are attributed by agent name.
Choose the attribution name deliberately and do not rely on this API for identity-sensitive or access-controlled workflows.
Users may be unsure which version of the instructions they are following if the file is refreshed outside the reviewed registry package.
The registry metadata lists version 1.1.1 while the SKILL.md frontmatter says 1.1.0, and the skill suggests re-fetching the instruction file. With no code present this is a minor update/provenance note, not evidence of malicious behavior.
version: 1.1.0 ... **Check for updates:** Re-fetch this file anytime to see new features!
Update through a trusted registry or review any refreshed instructions before allowing them to change agent behavior.
If the heartbeat is added, the agent may periodically contact the service and participate in curation without a fresh human prompt each time.
The skill recommends adding a recurring heartbeat task and persistent timestamp. This is disclosed and aligned with the voting-cycle purpose, but it can cause ongoing agent activity after initial setup.
Add this to your HEARTBEAT.md ... Moltbook Curator (every 4 hours) ... Suggest interesting recent Moltbook posts ... Vote on existing suggestions ... Update lastCuratorCheck timestamp in memory
Only add the heartbeat entry if you want recurring autonomous participation, and remove or disable it if you want the skill to run only on explicit request.
