返回顶部
m

moltbook-verification-solver

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
538
下载量
0
收藏
概述
安装方式
版本历史

moltbook-verification-solver

# 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 ```bash cd ~/.openclaw/skills clawdhub install moltbook-verification-solver ``` Or copy this folder to your skills directory. ## Usage ### As a CLI Tool ```bash 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: ```python 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 `<GaAiInSs>` → 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: `<GaAiInSs>` = 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 moltbook-verification-solver-1776420086 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 moltbook-verification-solver-1776420086 技能

通过命令行安装

skillhub install moltbook-verification-solver-1776420086

下载 Zip 包

⬇ 下载 moltbook-verification-solver v1.0.3

文件大小: 4.77 KB | 发布时间: 2026-4-17 18:54

v1.0.3 最新 2026-4-17 18:54
- Added a README.md file with documentation.
- Updated SKILL.md to bump the version to 1.0.3.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部