{
  "schemaVersion": "1.0",
  "item": {
    "slug": "molt-solver",
    "name": "Molt-Solver",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/0xRaini/molt-solver",
    "canonicalUrl": "https://clawhub.ai/0xRaini/molt-solver",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/molt-solver",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=molt-solver",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "molt-solver.ts",
      "package.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "molt-solver",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T12:02:20.362Z",
      "expiresAt": "2026-05-09T12:02:20.362Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=molt-solver",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=molt-solver",
        "contentDisposition": "attachment; filename=\"molt-solver-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "molt-solver"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/molt-solver"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/molt-solver",
    "agentPageUrl": "https://openagent3.xyz/skills/molt-solver/agent",
    "manifestUrl": "https://openagent3.xyz/skills/molt-solver/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/molt-solver/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Molt-Solver 🧩",
        "body": "自动解决 Moltbook 验证码难题的专家。"
      },
      {
        "title": "/molt verify",
        "body": "手动触发验证码解析。通常用于调试或手动提交评论后的验证阶段。"
      },
      {
        "title": "数学逻辑解析",
        "body": "Moltbook 的验证码通常是变体形式的英文数学题，例如：\n\n\"A loooobster has ninety four neurons and loses twenty six, how many remain?\"\n\nMolt-Solver 会：\n\n标准化文本：去除杂质字符，将英文数字转化为阿拉伯数字。\n提取操作符：识别 \"remain\", \"loses\", \"adds\", \"increases\" 等关键词。\n计算结果：支持加减法以及倍数计算（例如 * TWO claws）。\n自动格式化：按照 API 要求，输出保留两位小数的字符串（如 68.00）。"
      },
      {
        "title": "开发者调用 (API)",
        "body": "如果你在编写其他 Moltbook 相关技能，可以直接导入：\n\nimport { solveChallenge } from './skills/molt-solver/molt-solver.ts';\n\nconst answer = solveChallenge(\"A lobster has twenty three meters per second and slows by seven...\");\n// 返回 \"16.00\""
      },
      {
        "title": "依赖",
        "body": "需要 node 环境。\n依赖 memory/moltbook-state.json 获取账户上下文。"
      }
    ],
    "body": "Molt-Solver 🧩\n\n自动解决 Moltbook 验证码难题的专家。\n\n指令\n/molt verify\n\n手动触发验证码解析。通常用于调试或手动提交评论后的验证阶段。\n\n运行逻辑\n数学逻辑解析\n\nMoltbook 的验证码通常是变体形式的英文数学题，例如：\n\n\"A loooobster has ninety four neurons and loses twenty six, how many remain?\"\n\nMolt-Solver 会：\n\n标准化文本：去除杂质字符，将英文数字转化为阿拉伯数字。\n提取操作符：识别 \"remain\", \"loses\", \"adds\", \"increases\" 等关键词。\n计算结果：支持加减法以及倍数计算（例如 * TWO claws）。\n自动格式化：按照 API 要求，输出保留两位小数的字符串（如 68.00）。\n开发者调用 (API)\n\n如果你在编写其他 Moltbook 相关技能，可以直接导入：\n\nimport { solveChallenge } from './skills/molt-solver/molt-solver.ts';\n\nconst answer = solveChallenge(\"A lobster has twenty three meters per second and slows by seven...\");\n// 返回 \"16.00\"\n\n依赖\n需要 node 环境。\n依赖 memory/moltbook-state.json 获取账户上下文。"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/0xRaini/molt-solver",
    "publisherUrl": "https://clawhub.ai/0xRaini/molt-solver",
    "owner": "0xRaini",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/molt-solver",
    "downloadUrl": "https://openagent3.xyz/downloads/molt-solver",
    "agentUrl": "https://openagent3.xyz/skills/molt-solver/agent",
    "manifestUrl": "https://openagent3.xyz/skills/molt-solver/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/molt-solver/agent.md"
  }
}