← All skills
Tencent SkillHub · Developer Tools

put.io (kaput CLI)

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/_kaput.sh, scripts/add_transfer.sh, scripts/check_auth.sh, scripts/list_transfers.sh, scripts/search_files.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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 kaput is on your PATH (typically ~/.cargo/bin).

Authenticate (device-code flow)

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

Common actions (scripts)

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

Raw CLI

For advanced actions: 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).

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/_kaput.sh Scripts
  • scripts/add_transfer.sh Scripts
  • scripts/check_auth.sh Scripts
  • scripts/list_transfers.sh Scripts
  • scripts/search_files.sh Scripts