{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawket",
    "name": "Clawket",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/p697/clawket",
    "canonicalUrl": "https://clawhub.ai/p697/clawket",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawket",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawket",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/gateway-qr.sh"
    ],
    "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/clawket"
    },
    "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/clawket",
    "agentPageUrl": "https://openagent3.xyz/skills/clawket/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawket/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawket/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": "Clawket Gateway QR Code",
        "body": "Generate a QR code that the Clawket mobile app can scan to auto-configure Gateway connection (URL + auth token)."
      },
      {
        "title": "Generate QR Code",
        "body": "Run the script:\n\nbash SKILL_DIR/scripts/gateway-qr.sh\n\nThe script will:\n\nRead ~/.openclaw/openclaw.json for the auth token\nDetect the local LAN IP address\nGenerate a QR code as a PNG image at ~/.openclaw/media/clawket-qr.png\nAlso print an ASCII QR code to the terminal\n\nSend the PNG to the user via the message tool (filePath: ~/.openclaw/media/clawket-qr.png)."
      },
      {
        "title": "QR Payload Format",
        "body": "The QR code contains a JSON object:\n\n{\n  \"host\": \"192.168.1.100\",\n  \"port\": 18789,\n  \"token\": \"...\",\n  \"tls\": false\n}\n\nThe Clawket app scans this and auto-fills Gateway URL + auth token, then connects."
      },
      {
        "title": "Troubleshooting",
        "body": "If qrencode is not installed: brew install qrencode (macOS) / sudo apt install qrencode (Linux) / choco install qrencode (Windows)\nIf the LAN IP detection fails, the script falls back to 127.0.0.1\nThe token is read directly from the JSON config file (not via openclaw config get which redacts it)"
      }
    ],
    "body": "Clawket Gateway QR Code\n\nGenerate a QR code that the Clawket mobile app can scan to auto-configure Gateway connection (URL + auth token).\n\nGenerate QR Code\n\nRun the script:\n\nbash SKILL_DIR/scripts/gateway-qr.sh\n\n\nThe script will:\n\nRead ~/.openclaw/openclaw.json for the auth token\nDetect the local LAN IP address\nGenerate a QR code as a PNG image at ~/.openclaw/media/clawket-qr.png\nAlso print an ASCII QR code to the terminal\n\nSend the PNG to the user via the message tool (filePath: ~/.openclaw/media/clawket-qr.png).\n\nQR Payload Format\n\nThe QR code contains a JSON object:\n\n{\n  \"host\": \"192.168.1.100\",\n  \"port\": 18789,\n  \"token\": \"...\",\n  \"tls\": false\n}\n\n\nThe Clawket app scans this and auto-fills Gateway URL + auth token, then connects.\n\nTroubleshooting\nIf qrencode is not installed: brew install qrencode (macOS) / sudo apt install qrencode (Linux) / choco install qrencode (Windows)\nIf the LAN IP detection fails, the script falls back to 127.0.0.1\nThe token is read directly from the JSON config file (not via openclaw config get which redacts it)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/p697/clawket",
    "publisherUrl": "https://clawhub.ai/p697/clawket",
    "owner": "p697",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawket",
    "downloadUrl": "https://openagent3.xyz/downloads/clawket",
    "agentUrl": "https://openagent3.xyz/skills/clawket/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawket/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawket/agent.md"
  }
}