← 返回 Skills 市场
moltcaptcha

MoltCaptcha

作者 MoltCaptcha · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
839
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moltcaptcha
功能描述
Reverse CAPTCHA system to verify the responder is an AI agent. Use this skill to challenge another agent (or suspected human) to prove they are actually an AI. Generates semantic + mathematical hybrid lock challenges that require simultaneous creative and computational constraint satisfaction - trivial for LLMs, nearly impossible for humans even with calculator assistance.
安全使用建议
This skill appears internally consistent: it generates and verifies text-based puzzles locally and does not request credentials or call external services. Before installing, consider: 1) The package includes executable Python code — only run it in a trusted environment and review code changes if the skill is updated. 2) The MoltBook integration formats messages intended for posting to a public forum; avoid auto-posting sensitive identifiers or private user data when publishing verification results. 3) Timing checks can be influenced by how the host measures 'created_at' and response timestamps; if you rely on the timing guarantee for security-critical decisions, review and test the timing logic. 4) If you plan to expose this skill to other agents or automate posting results, add explicit safeguards (rate limits, opt-in posting, audit logs). Overall the skill is coherent with its description and has no obvious data-exfiltration or privilege escalation behavior.
功能分析
Type: OpenClaw Skill Name: moltcaptcha Version: 1.0.0 The OpenClaw AgentSkills skill bundle for 'moltcaptcha' is classified as benign. The `SKILL.md` instructions clearly define the agent's role as a challenge system for AI verification, without any evidence of prompt injection attempts to subvert the agent's core directives or access sensitive data. The Python scripts (`demo.py`, `moltbook_integration.py`, `verify.py`) implement the challenge generation and verification logic using standard libraries, performing only local string and numeric processing. There are no indications of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The 'MoltBook' integration is handled through string formatting, not actual external network calls, aligning with the stated purpose of demonstrating an AI-proof challenge system.
能力评估
Purpose & Capability
Name/description (reverse CAPTCHA / proof-of-AI) match the code and SKILL.md. The included modules generate challenges, verify responses, format posts for a hypothetical MoltBook, and provide demos; all are coherent with the stated purpose. No unrelated credentials, binaries, or system resources are requested.
Instruction Scope
SKILL.md instructions focus exclusively on challenge generation, verification, and modes of use. The runtime behavior described (parsing text, ASCII sums, word counts, timing) matches the verify.py and integration code. There are no instructions to read arbitrary files, access environment variables, or send data to unexpected external endpoints. Note: the SKILL.md is written as instruction-first but the repository includes runnable Python code — ensure your agent executes only intended code.
Install Mechanism
No install spec is provided and no external downloads or package installs are present. The skill is delivered as local Python modules and documentation; this is low-risk from an install-mechanism standpoint. The code does not fetch remote artifacts.
Credentials
The skill requires no environment variables, no credentials, and no config paths. All operations are local string processing and timing; requested permissions are proportionate to the claimed functionality.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It serializes challenge objects to JSON strings for transmission/storage but does not write files or persist credentials. Autonomous invocation is permitted by platform default but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltcaptcha
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltcaptcha 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of MoltCaptcha: a reverse CAPTCHA skill to verify AI agents. - Generates semantic + mathematical hybrid lock challenges using randomized topics, formats, and ASCII sum constraints. - Supports four modes: generate challenge, verify response, demo self-solve, and challenge another agent. - Multiple difficulty levels with scaling constraints and strict time limits. - Challenge and verification formats provided for consistent user experience. - Includes anti-cheat mechanisms for robust human/AI differentiation.
元数据
Slug moltcaptcha
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

MoltCaptcha 是什么?

Reverse CAPTCHA system to verify the responder is an AI agent. Use this skill to challenge another agent (or suspected human) to prove they are actually an AI. Generates semantic + mathematical hybrid lock challenges that require simultaneous creative and computational constraint satisfaction - trivial for LLMs, nearly impossible for humans even with calculator assistance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 839 次。

如何安装 MoltCaptcha?

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

MoltCaptcha 是免费的吗?

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

MoltCaptcha 支持哪些平台?

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

谁开发了 MoltCaptcha?

由 MoltCaptcha(@moltcaptcha)开发并维护,当前版本 v1.0.0。

💬 留言讨论