← 返回
开发者工具 中文

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.
通过 kaput CLI 管理 put.io 账户(传输、文件、搜索)— 启动程序、添加磁力链接/URL、查看传输状态;最好与 chill-institute 技能配合使用。
baanish
开发者工具 clawhub v1.0.0 1 版本 99853 Key: 无需
★ 1
Stars
📥 2,018
下载
💾 32
安装
1
版本
#latest

概述

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

```

  1. It prints a link + short code (e.g. https://put.io/link + ABC123).
  2. User enters the code in the browser.
  3. 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

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:

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).

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 16:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,473
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,927
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,532