首页龙虾技能列表 › Moltbook Verification Solver — 技能工具

🔢 Moltbook Verification Solver — 技能工具

v1.0.3

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

0· 530·0 当前·0 累计
by @pickmemory·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and network use align with its stated purpose (parsing Moltbook challenge text and submitting answers); nothing in the package attempts to access unrelated credentials or endpoints.
评估建议
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 auto...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
The skill does not request persistent/always-on inclusion and does not modify other skills or system-wide configuration. It runs only when invoked.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.32026/2/20

- Added a README.md file with documentation. - Updated SKILL.md to bump the version to 1.0.3.

● 无害

安装命令 点击复制

官方npx clawhub@latest install moltbook-verification-solver
镜像加速npx clawhub@latest install moltbook-verification-solver --registry https://cn.clawhub-mirror.com

技能文档

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

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务