Install
openclaw skills install putioManage 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.
openclaw skills install putioThis 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:
cargo install kaput-cli
kaput is on your PATH (typically ~/.cargo/bin).kaput login
https://put.io/link + ABC123).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
kaput login device-code flow.kaput debug in shared logs/screenshots (may reveal local config details).