Media & StreamingDocumentedScanned
putio
Manage a put.io account via the kaput CLI (transfers, files, search) — hoist the mainsail.
Share:
Installation
npx clawhub@latest install putioView the full skill documentation and source below.
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
kaputis on your PATH (typically~/.cargo/bin).
Authenticate (device-code flow)
kaput login + ABC123).
3. User enters the code in the browser.
4. The CLI completes and stores a token locally.
Check auth:
__CODE_BLOCK_2__
## Common actions (scripts)
All scripts auto-locate kaput (supports KAPUT_BIN=/path/to/kaput).
- List transfers:
__CODE_BLOCK_3__
- Add a transfer (magnet / torrent URL / direct URL):
__CODE_BLOCK_4__
- Search files:
__CODE_BLOCK_5__
- Status (transfers; optionally account):
__CODE_BLOCK_6__
## Raw CLI
For advanced actions:
__CODE_BLOCK_7__
## 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).