Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage a put.io account via the kaput CLI (transfers, files, search) — hoist the mainsail, add magnets/URLs, and check transfer status; best paired with the chill-institute skill.
Manage a put.io account via the kaput CLI (transfers, files, search) — hoist the mainsail, add magnets/URLs, and check transfer status; best paired with the chill-institute skill.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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.
Requires Rust + Cargo. Install: cargo install kaput-cli Ensure kaput is on your PATH (typically ~/.cargo/bin).
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
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
For advanced actions: kaput --help kaput transfers --help kaput files --help
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).
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.