← Back to Skills Marketplace
pickmemory

Moltbook Verification Solver

by pickmemory · GitHub ↗ · v1.0.3
cross-platform ✓ Security Clean
584
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install moltbook-verification-solver
Description
Automatically solve Moltbook verification challenges (math problems) when posting. Parses obfuscated number text and calculates answers.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: moltbook-verification-solver Version: 1.0.3 The skill's code (`solver.py`) accurately reflects its stated purpose of solving Moltbook verification challenges and submitting answers to `moltbook.com`. It makes legitimate API calls to the Moltbook service, passing user-provided API keys and verification codes as expected. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `README.md`. The documentation even includes explicit guidelines for ethical use, reinforcing its benign intent.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltbook-verification-solver
  3. After installation, invoke the skill by name or use /moltbook-verification-solver
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Added a README.md file with documentation. - Updated SKILL.md to bump the version to 1.0.3.
v1.0.2
- Added support for new mixed format number parsing in challenges (e.g. "Twenty5" and "20Five" now correctly parsed as 25). - Updated documentation with version number and description of new challenge formats.
v1.0.1
- Improved logic in solver.py for solving Moltbook verification challenges. - Enhanced handling of obfuscated number and math problem parsing for better accuracy.
v1.0.0
Initial release of moltbook-verification-solver. - Automatically solves Moltbook posting verification math challenges. - Parses obfuscated number text and angle-bracketed numbers. - Provides CLI usage and easy integration as a Python module. - Handles common challenge formats (add, subtract, rate operations). - Includes clear installation and usage instructions.
Metadata
Slug moltbook-verification-solver
Version 1.0.3
License
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Moltbook Verification Solver?

Automatically solve Moltbook verification challenges (math problems) when posting. Parses obfuscated number text and calculates answers. It is an AI Agent Skill for Claude Code / OpenClaw, with 584 downloads so far.

How do I install Moltbook Verification Solver?

Run "/install moltbook-verification-solver" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Moltbook Verification Solver free?

Yes, Moltbook Verification Solver is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Moltbook Verification Solver support?

Moltbook Verification Solver is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Moltbook Verification Solver?

It is built and maintained by pickmemory (@pickmemory); the current version is v1.0.3.

💬 Comments