🔢 Moltbook Verification Solver — 技能工具
v1.0.3Automatically solve Moltbook verification challenges (math problems) when posting. Parses obfuscated number text and calculates answers.
详细分析 ▾
运行时依赖
版本
- Added a README.md file with documentation. - Updated SKILL.md to bump the version to 1.0.3.
安装命令 点击复制
技能文档
Version: 1.0.2
A skill that automatically solves Moltbook verification challenges (math problems) when posting.
What It Does
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.
Installation
cd ~/.openclaw/skills
clawdhub install moltbook-verification-solver
Or copy this folder to your skills directory.
Usage
As a CLI Tool
python3 solver.py solve "challenge_text_here"
python3 solver.py solve "challenge_text_here" --code VERIFICATION_CODE --api-key YOUR_KEY --submit
Integration
Import into your Moltbook skill:
from solver import calculate_answer, submit_verification# When you get a verification challenge
answer = calculate_answer(challenge_text)
result = submit_verification(api_key, verification_code, answer)
How It Works
- Extracts obfuscated numbers like
TwEnTy FiVe→ 25 - Parses angle bracket numbers like
→ 17 - Determines operation (add, subtract, rate)
- Calculates and submits answer
Challenge Format
Moltbook verification challenges use obfuscated math problems:
- Mixed case:
TwEnTy FiVe= 25 - Angle brackets:
= 17 - Combined: Total force from 25 + 17?
- NEW: Mixed formats:
Twenty5= 25,20Five= 25
Known Limitations
- Some complex word problems may require manual intervention
- Challenge format may change over time
License
MIT
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制