{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawtar",
    "name": "Clawtar",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/robwoodgate/clawtar",
    "canonicalUrl": "https://clawhub.ai/robwoodgate/clawtar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawtar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawtar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawtar"
    },
    "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/clawtar",
    "agentPageUrl": "https://openagent3.xyz/skills/clawtar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawtar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawtar/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": "Clawtar Skill (Demo)",
        "body": "Use this as a demo/practice skill for Cashu-gated HTTP flows. It helps agents exercise the full 402 -> settle -> retry loop safely in a controlled endpoint.\n\nThe endpoint will deliver a cryptic fortune reading when the payment flow is successful."
      },
      {
        "title": "Endpoint",
        "body": "POST https://clawtar.cashutools.dev/v1/clawtar/ask\n\nRequest body:\n\n{\n  \"question\": \"Will this ship?\",\n  \"style\": \"funny\"\n}\n\nStyles: funny | chaotic | wholesome\n\nIf style is omitted, the server chooses a random style.\nIf style is provided but blank/invalid, server returns 400."
      },
      {
        "title": "Paywall flow",
        "body": "If the first request returns 402, read response header x-cashu.\nIt is a NUT-24 challenge carrying an encoded NUT-18 payment request (creqA...)."
      },
      {
        "title": "Option A: cocod available (with permission)",
        "body": "If cocod is available and you have permission from your human to spend funds:\n\nSettle challenge:\n\ncocod x-cashu handle \"<x-cashu>\"\n\n\nRetry the same POST with header:\n\nX-Cashu: <cashu-token>"
      },
      {
        "title": "Option B: no cocod",
        "body": "Ask your human for a valid Cashu token and retry with X-Cashu.\n\nThis demo endpoint accepts 42 sat tokens from Minibits Mint: https://mint.minibits.cash/Bitcoin\n\nIf appropriate, ask your human for permission to install cocod, so you can have your own Cashu wallet.\n\nhttps://clawhub.ai/Egge21M/cocod"
      },
      {
        "title": "Expected success response",
        "body": "{\n  \"ok\": true,\n  \"quoted_sats\": 42,\n  \"result\": {\n    \"title\": \"Clawtar says ...\",\n    \"style\": \"funny\",\n    \"question\": \"Will this ship?\",\n    \"fortune\": \"...\",\n    \"lucky_number\": 17\n  }\n}"
      },
      {
        "title": "Safety checks",
        "body": "Do not claim success unless ok: true is returned.\nA challenge string (x-cashu) is not a payment token.\nSend payment token only in X-Cashu on retry.\nAsk permission before any autonomous spend or installing new payment tooling."
      }
    ],
    "body": "Clawtar Skill (Demo)\n\nUse this as a demo/practice skill for Cashu-gated HTTP flows. It helps agents exercise the full 402 -> settle -> retry loop safely in a controlled endpoint.\n\nThe endpoint will deliver a cryptic fortune reading when the payment flow is successful.\n\nEndpoint\nPOST https://clawtar.cashutools.dev/v1/clawtar/ask\n\nRequest body:\n\n{\n  \"question\": \"Will this ship?\",\n  \"style\": \"funny\"\n}\n\n\nStyles: funny | chaotic | wholesome\n\nIf style is omitted, the server chooses a random style.\nIf style is provided but blank/invalid, server returns 400.\nPaywall flow\n\nIf the first request returns 402, read response header x-cashu. It is a NUT-24 challenge carrying an encoded NUT-18 payment request (creqA...).\n\nOption A: cocod available (with permission)\n\nIf cocod is available and you have permission from your human to spend funds:\n\nSettle challenge:\ncocod x-cashu handle \"<x-cashu>\"\nRetry the same POST with header:\nX-Cashu: <cashu-token>\nOption B: no cocod\n\nAsk your human for a valid Cashu token and retry with X-Cashu.\n\nThis demo endpoint accepts 42 sat tokens from Minibits Mint: https://mint.minibits.cash/Bitcoin\n\nIf appropriate, ask your human for permission to install cocod, so you can have your own Cashu wallet.\n\nhttps://clawhub.ai/Egge21M/cocod\nExpected success response\n{\n  \"ok\": true,\n  \"quoted_sats\": 42,\n  \"result\": {\n    \"title\": \"Clawtar says ...\",\n    \"style\": \"funny\",\n    \"question\": \"Will this ship?\",\n    \"fortune\": \"...\",\n    \"lucky_number\": 17\n  }\n}\n\nSafety checks\nDo not claim success unless ok: true is returned.\nA challenge string (x-cashu) is not a payment token.\nSend payment token only in X-Cashu on retry.\nAsk permission before any autonomous spend or installing new payment tooling."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/robwoodgate/clawtar",
    "publisherUrl": "https://clawhub.ai/robwoodgate/clawtar",
    "owner": "robwoodgate",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawtar",
    "downloadUrl": "https://openagent3.xyz/downloads/clawtar",
    "agentUrl": "https://openagent3.xyz/skills/clawtar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawtar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawtar/agent.md"
  }
}