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.
Scanned 5/30/2026
Install via CLI
openskills install Demerzels-lab/elsamultiskillagent---
name: putio
description: 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.
---
# 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:
```bash
cargo install kaput-cli
```
- Ensure `kaput` is on your PATH (typically `~/.cargo/bin`).
## Authenticate (device-code flow)
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
```
## Common actions (scripts)
All scripts auto-locate `kaput` (supports `KAPUT_BIN=/path/to/kaput`).
- List transfers:
```bash
bash skills/putio/scripts/list_transfers.sh
```
- Add a transfer (magnet / torrent URL / direct URL):
```bash
bash skills/putio/scripts/add_transfer.sh "magnet:?xt=urn:btih:..."
```
- Search files:
```bash
bash skills/putio/scripts/search_files.sh "query"
```
- Status (transfers; optionally account):
```bash
bash skills/putio/scripts/status.sh
SHOW_ACCOUNT=1 bash skills/putio/scripts/status.sh
```
## Raw CLI
For advanced actions:
```bash
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).
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Run a single Terminal-Bench problem through Paperclip in a bounded, human-in-the-loop improvement cycle until the smoke passes, the board rejects the next fix, the iteration budget is exhausted, or a real blocker is named. Each iteration runs a bounded smoke against an isolated Paperclip App worktree, captures artifacts, diagnoses the exact stop point with `/diagnose-why-work-stopped`, requests board confirmation before any product fix, then reruns against the same worktree. Use whenever an i...