# Send put.io (kaput CLI) to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/putio",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=putio",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/_kaput.sh",
      "scripts/add_transfer.sh",
      "scripts/check_auth.sh",
      "scripts/list_transfers.sh",
      "scripts/search_files.sh"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### put.io (kaput CLI)

This skill uses the unofficial kaput CLI to operate put.io from the command line.

If you also have the chill-institute skill installed, you can:

use chill.institute to start a transfer (“send to put.io”), then
use this skill to verify and monitor that the cargo is actually arriving.

### Install

Requires Rust + Cargo.
Install:
cargo install kaput-cli


Ensure kaput is on your PATH (typically ~/.cargo/bin).

### Authenticate (device-code flow)

Run:
kaput login


It prints a link + short code (e.g. https://put.io/link + ABC123).
User enters the code in the browser.
The CLI completes and stores a token locally.

Check auth:

bash skills/putio/scripts/check_auth.sh

### Common actions (scripts)

All scripts auto-locate kaput (supports KAPUT_BIN=/path/to/kaput).

List transfers:
bash skills/putio/scripts/list_transfers.sh



Add a transfer (magnet / torrent URL / direct URL):
bash skills/putio/scripts/add_transfer.sh "magnet:?xt=urn:btih:..."



Search files:
bash skills/putio/scripts/search_files.sh "query"



Status (transfers; optionally account):
bash skills/putio/scripts/status.sh
SHOW_ACCOUNT=1 bash skills/putio/scripts/status.sh

### Raw CLI

For advanced actions:

kaput --help
kaput transfers --help
kaput files --help

### Security notes

Do not paste passwords into chat. Use kaput login device-code flow.
kaput stores credentials locally (token file). Treat it as sensitive and avoid sharing it.
Avoid running kaput debug in shared logs/screenshots (may reveal local config details).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: baanish
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-12T14:18:11.430Z
- Expires at: 2026-05-19T14:18:11.430Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/putio)
- [Send to Agent page](https://openagent3.xyz/skills/putio/agent)
- [JSON manifest](https://openagent3.xyz/skills/putio/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/putio/agent.md)
- [Download page](https://openagent3.xyz/downloads/putio)