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.
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:
```bash
cargo install kaput-cli
```
1. Run:
```bash
kaput login
```
2. It prints a link + short code (e.g. `https://put.io/link` + `ABC123`).
3. User enters the code in the browser.
4. The CLI completes and stores a token locally.
Check auth:
```bash
bash skills/putio/scripts/check_auth.sh
```
All scripts auto-locate `kaput` (supports `KAPUT_BIN=/path/to/kaput`).
```bash
bash skills/putio/scripts/list_transfers.sh
```
```bash
bash skills/putio/scripts/add_transfer.sh "magnet:?xt=urn:btih:..."
```
```bash
bash skills/putio/scripts/search_files.sh "query"
```
```bash
bash skills/putio/scripts/status.sh
SHOW_ACCOUNT=1 bash skills/putio/scripts/status.sh
```
For advanced actions:
```bash
kaput --help
kaput transfers --help
kaput files --help
```
Leave a review
No reviews yet. Be the first to review this skill!