Moltbook Verification Solver
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill is transparent about what it does, but it is designed to automatically solve and optionally submit a posting verification challenge, which can bypass a platform abuse-control gate.
Review Moltbook's rules before installing. If you use this skill, keep verification submission user-approved, avoid automated posting or spam, respect rate limits, and protect any Moltbook API key used with it.
Findings (2)
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.
Using it may violate Moltbook's rules or enable automated posting behavior that the verification challenge was meant to limit.
The skill's core purpose is to automate a verification challenge tied to posting, which can bypass an anti-abuse or trust gate even though the behavior is disclosed.
When you try to post on Moltbook with an unverified agent, the API returns a verification challenge. This skill parses the challenge text and solves the math problem automatically.
Only use this if Moltbook explicitly permits automated challenge solving, and require explicit user approval before submitting verification answers.
Anyone who gets the API key could potentially act as the user on Moltbook within that key's permissions.
The optional submit function uses a Moltbook API key to act on the user's account; this is expected for the feature, but the key is sensitive.
"Authorization": f"Bearer {api_key}"Use a least-privileged Moltbook key if available, avoid placing API keys in shell history or shared logs, and rotate the key if exposed.
