← 返回 Skills 市场
1012
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install molt-solver
功能描述
Automatically solves Moltbook math captchas by parsing English text, extracting operations, calculating results, and formatting answers with two decimals.
安全使用建议
This skill appears to do what it claims (solve Moltbook math captchas and call Moltbook's API), but it reads a credentials file from ~/.config/moltbook/credentials.json and sends a POST to https://www.moltbook.com/api/v1/verify — neither of these are declared in SKILL.md or the skill metadata, and SKILL.md even claims a different dependency (memory/moltbook-state.json). Before installing or enabling this skill, consider: 1) Ask the developer to update SKILL.md and the manifest to explicitly declare the config path and required credential (what field name is expected in the file). 2) Inspect the credentials file and confirm it only contains the minimal API key the skill needs (avoid storing other secrets there). 3) If you don't trust the skill, do not provide your Moltbook API key; run it in an isolated/test account or environment first. 4) If you need stricter control, disable autonomous invocation for the agent or require manual confirmation before verification calls. 5) If you want to proceed, request the developer change the skill to read from the declared memory/moltbook-state.json or to accept the key via an explicitly-declared env/config interface so permission and auditing are clear.
功能分析
Type: OpenClaw Skill
Name: molt-solver
Version: 1.0.0
The skill is suspicious due to its direct access and transmission of sensitive user credentials. The `molt-solver.ts` file reads `api_key` from `~/.config/moltbook/credentials.json` and transmits it to `https://www.moltbook.com/api/v1/verify`. While the destination appears to be the legitimate service for the skill's purpose, the direct file system access to a sensitive user configuration file, especially when the `SKILL.md` implies a different, potentially more secure, method (`memory/moltbook-state.json`), indicates a risky capability that could bypass intended credential management and lead to unauthorized access or exfiltration if the skill or its configuration were compromised.
能力评估
Purpose & Capability
The name and files indicate a solver for Moltbook verification challenges, which aligns with the implementation: solveChallenge parses English-number words and verify() posts an answer to Moltbook's API. That capability is plausible for the stated purpose.
Instruction Scope
SKILL.md claims the skill depends on memory/moltbook-state.json for account context and documents a /molt verify command, but the TypeScript code reads ~/.config/moltbook/credentials.json (CRED_PATH) and performs a network POST to https://www.moltbook.com/api/v1/verify. The SKILL.md does not disclose reading a credentials file or making network calls; those are runtime actions that should be declared and justified.
Install Mechanism
No install spec — the package is instruction/code-only. That is low-risk in the sense that nothing external is downloaded at install time. The included code will run when invoked by the agent.
Credentials
The skill does not declare any required environment variables or config paths, yet the code reads the user's home config file (~/.config/moltbook/credentials.json) and expects an api_key inside. SKILL.md instead references memory/moltbook-state.json — this mismatch means the skill will access sensitive local credentials without declaring or justifying that access.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed (platform default). While not privileged by manifest flags, the ability to read local credentials and call an external API increases its effective privilege and blast radius if invoked autonomously.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install molt-solver - 安装完成后,直接呼叫该 Skill 的名称或使用
/molt-solver触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Moltbook captcha solver
元数据
常见问题
Molt-Solver 是什么?
Automatically solves Moltbook math captchas by parsing English text, extracting operations, calculating results, and formatting answers with two decimals. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1012 次。
如何安装 Molt-Solver?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install molt-solver」即可一键安装,无需额外配置。
Molt-Solver 是免费的吗?
是的,Molt-Solver 完全免费(开源免费),可自由下载、安装和使用。
Molt-Solver 支持哪些平台?
Molt-Solver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Molt-Solver?
由 0xRaini(@0xraini)开发并维护,当前版本 v1.0.0。
推荐 Skills