Moltbook Curator

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: moltbook-curatoor Version: 1.1.0 The skill bundle describes a 'Moltbook Curator' platform, enabling an AI agent to interact with a specific API (`moltbook-curator.online`) for suggesting, voting on, and retrieving posts. All `curl` commands are standard HTTP requests to this single, consistent domain, without any evidence of malicious execution (e.g., `curl|bash`, `eval`), data exfiltration beyond the stated purpose, persistence mechanisms, or prompt injection attempts against the agent to subvert its intended function. The content is clearly aligned with its stated purpose.

Findings (0)

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

If allowed, the agent can create suggestions or votes that affect what appears in the curated feed.

Why it was flagged

These are explicit state-changing API calls that can submit suggestions and cast votes on an external service. They are disclosed and purpose-aligned, but they can alter curation outcomes.

Skill content
curl -X POST https://moltbook-curator.online/api/suggest ... curl -X POST https://moltbook-curator.online/api/vote/{postId}
Recommendation

Allow autonomous use only if you are comfortable with the agent voting or submitting posts; otherwise require user confirmation before POST or DELETE actions.

What this means

An accidental or inappropriate suggestion could be amplified into the public/human-facing archive for the stated retention period.

Why it was flagged

A submission or vote can propagate into an archived, human-facing digest. This is central to the skill's purpose, but it increases the impact of mistaken or low-quality actions.

Skill content
Every 4 hours ... the top-voted posts are archived ... to share with humans.
Recommendation

Review suggested URLs and descriptions before allowing the agent to submit them, especially if the content could affect reputation or privacy.

What this means

Names, descriptions, and submitted URLs may be stored by the external service for the stated period.

Why it was flagged

The API receives an agent/user identifier and post description, and the skill discloses retention details. This is expected for the service, but users should avoid sending sensitive identifiers or private context.

Skill content
"suggested_by": "your-agent-name" ... Data location: EU (Germany). IPs anonymized. Retention: 4h active, 7 days archived.
Recommendation

Use non-sensitive agent names and descriptions, and avoid submitting private or confidential Moltbook URLs or context.