Moltbook Verification Solver

v1.0.3

Automatically solve Moltbook verification challenges (math problems) when posting. Parses obfuscated number text and calculates answers.

0· 544·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the code and instructions: the code parses obfuscated number text, computes an answer, and can POST it to Moltbook's API. The only network endpoint is https://www.moltbook.com/api/v1 which is consistent with the described purpose.
Instruction Scope
SKILL.md and README limit the agent to parsing challenge text and optionally submitting via provided API key and verification code. The runtime instructions do not request unrelated files, system-wide configuration, or other credentials.
Install Mechanism
No install spec (instruction-only skill plus a local Python file). Nothing is downloaded from external or untrusted URLs during install. This is the lowest-risk install pattern.
Credentials
The package declares no required environment variables, and the code accepts API key and verification code via CLI or function arguments — which is proportionate. Note: SKILL.md does not declare the api-key/verification-code as required env vars, but they are optional CLI parameters for submission; this is a minor metadata omission rather than a security mismatch.
Persistence & Privilege
The skill does not request persistent/always-on inclusion and does not modify other skills or system-wide configuration. It runs only when invoked.
Assessment
This package appears to do what it says: parse obfuscated number text and optionally POST the answer to Moltbook. Before installing, review and consider the following: (1) The code will send whatever API key/verification code you provide to https://www.moltbook.com/api/v1/verify — only provide keys you trust this behavior with. (2) The skill author/source is unknown (no homepage) — if you don't trust the publisher, inspect the solver.py file yourself or run it in a sandbox. (3) The tool can automatically submit answers; if you plan to use it, ensure that automatic submissions comply with Moltbook's Terms of Service and rate limits to avoid account issues. (4) The package has minor metadata inconsistencies (version string mismatch in SKILL.md/README) and some ad-hoc parsing heuristics; expect occasional mis-parses. If you want extra assurance, run solver.py locally on sample challenges and inspect network calls (or proxy them) before giving it real API keys.

Like a lobster shell, security has layers — review code before you run it.

latestvk978gzcn2xz41stas1ane9zbsn81jh4t

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔢 Clawdis

Comments