← 返回 Skills 市场
pickmemory

Moltbook Verification Solver

作者 pickmemory · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
584
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install moltbook-verification-solver
功能描述
Automatically solve Moltbook verification challenges (math problems) when posting. Parses obfuscated number text and calculates answers.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbook-verification-solver
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbook-verification-solver 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug moltbook-verification-solver
版本 1.0.3
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Moltbook Verification Solver 是什么?

Automatically solve Moltbook verification challenges (math problems) when posting. Parses obfuscated number text and calculates answers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 584 次。

如何安装 Moltbook Verification Solver?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltbook-verification-solver」即可一键安装,无需额外配置。

Moltbook Verification Solver 是免费的吗?

是的,Moltbook Verification Solver 完全免费(开源免费),可自由下载、安装和使用。

Moltbook Verification Solver 支持哪些平台?

Moltbook Verification Solver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Moltbook Verification Solver?

由 pickmemory(@pickmemory)开发并维护,当前版本 v1.0.3。

💬 留言讨论