{
  "schemaVersion": "1.0",
  "item": {
    "slug": "putio",
    "name": "put.io (kaput CLI)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/baanish/putio",
    "canonicalUrl": "https://clawhub.ai/baanish/putio",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/putio",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=putio",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/_kaput.sh",
      "scripts/add_transfer.sh",
      "scripts/check_auth.sh",
      "scripts/list_transfers.sh",
      "scripts/search_files.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",
      "slug": "putio",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T14:18:11.430Z",
      "expiresAt": "2026-05-19T14:18:11.430Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=putio",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=putio",
        "contentDisposition": "attachment; filename=\"putio-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "putio"
      },
      "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/putio"
    },
    "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/putio",
    "agentPageUrl": "https://openagent3.xyz/skills/putio/agent",
    "manifestUrl": "https://openagent3.xyz/skills/putio/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/putio/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": "put.io (kaput CLI)",
        "body": "This skill uses the unofficial kaput CLI to operate put.io from the command line.\n\nIf you also have the chill-institute skill installed, you can:\n\nuse chill.institute to start a transfer (“send to put.io”), then\nuse this skill to verify and monitor that the cargo is actually arriving."
      },
      {
        "title": "Install",
        "body": "Requires Rust + Cargo.\nInstall:\ncargo install kaput-cli\n\n\nEnsure kaput is on your PATH (typically ~/.cargo/bin)."
      },
      {
        "title": "Authenticate (device-code flow)",
        "body": "Run:\nkaput login\n\n\nIt prints a link + short code (e.g. https://put.io/link + ABC123).\nUser enters the code in the browser.\nThe CLI completes and stores a token locally.\n\nCheck auth:\n\nbash skills/putio/scripts/check_auth.sh"
      },
      {
        "title": "Common actions (scripts)",
        "body": "All scripts auto-locate kaput (supports KAPUT_BIN=/path/to/kaput).\n\nList transfers:\nbash skills/putio/scripts/list_transfers.sh\n\n\n\nAdd a transfer (magnet / torrent URL / direct URL):\nbash skills/putio/scripts/add_transfer.sh \"magnet:?xt=urn:btih:...\"\n\n\n\nSearch files:\nbash skills/putio/scripts/search_files.sh \"query\"\n\n\n\nStatus (transfers; optionally account):\nbash skills/putio/scripts/status.sh\nSHOW_ACCOUNT=1 bash skills/putio/scripts/status.sh"
      },
      {
        "title": "Raw CLI",
        "body": "For advanced actions:\n\nkaput --help\nkaput transfers --help\nkaput files --help"
      },
      {
        "title": "Security notes",
        "body": "Do not paste passwords into chat. Use kaput login device-code flow.\nkaput stores credentials locally (token file). Treat it as sensitive and avoid sharing it.\nAvoid running kaput debug in shared logs/screenshots (may reveal local config details)."
      }
    ],
    "body": "put.io (kaput CLI)\n\nThis skill uses the unofficial kaput CLI to operate put.io from the command line.\n\nIf you also have the chill-institute skill installed, you can:\n\nuse chill.institute to start a transfer (“send to put.io”), then\nuse this skill to verify and monitor that the cargo is actually arriving.\nInstall\nRequires Rust + Cargo.\nInstall:\ncargo install kaput-cli\n\nEnsure kaput is on your PATH (typically ~/.cargo/bin).\nAuthenticate (device-code flow)\nRun:\nkaput login\n\nIt prints a link + short code (e.g. https://put.io/link + ABC123).\nUser enters the code in the browser.\nThe CLI completes and stores a token locally.\n\nCheck auth:\n\nbash skills/putio/scripts/check_auth.sh\n\nCommon actions (scripts)\n\nAll scripts auto-locate kaput (supports KAPUT_BIN=/path/to/kaput).\n\nList transfers:\n\nbash skills/putio/scripts/list_transfers.sh\n\n\nAdd a transfer (magnet / torrent URL / direct URL):\n\nbash skills/putio/scripts/add_transfer.sh \"magnet:?xt=urn:btih:...\"\n\n\nSearch files:\n\nbash skills/putio/scripts/search_files.sh \"query\"\n\n\nStatus (transfers; optionally account):\n\nbash skills/putio/scripts/status.sh\nSHOW_ACCOUNT=1 bash skills/putio/scripts/status.sh\n\nRaw CLI\n\nFor advanced actions:\n\nkaput --help\nkaput transfers --help\nkaput files --help\n\nSecurity notes\nDo not paste passwords into chat. Use kaput login device-code flow.\nkaput stores credentials locally (token file). Treat it as sensitive and avoid sharing it.\nAvoid running kaput debug in shared logs/screenshots (may reveal local config details)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/baanish/putio",
    "publisherUrl": "https://clawhub.ai/baanish/putio",
    "owner": "baanish",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/putio",
    "downloadUrl": "https://openagent3.xyz/downloads/putio",
    "agentUrl": "https://openagent3.xyz/skills/putio/agent",
    "manifestUrl": "https://openagent3.xyz/skills/putio/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/putio/agent.md"
  }
}