← 返回
效率工具 中文

Moltbook Verification Solver

Automatically solve Moltbook verification challenges (math problems) when posting. Parses obfuscated number text and calculates answers.
发帖时自动解决Moltbook验证挑战(数学题)。解析混淆数字文本并计算答案。
pickmemory
效率工具 clawhub v1.0.3 1 版本 99885.6 Key: 无需
★ 0
Stars
📥 873
下载
💾 22
安装
1
版本
#latest

概述

moltbook-verification-solver

> 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

  1. Extracts obfuscated numbers like TwEnTy FiVe → 25
  2. Parses angle bracket numbers like → 17
  3. Determines operation (add, subtract, rate)
  4. 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

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-03-29 09:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 433 📥 103,863
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,457
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,962