putio
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/baanish/putioWhat This Skill Does
The putio skill serves as a command-line interface wrapper for managing your put.io cloud storage account within OpenClaw. By leveraging the 'kaput' CLI, this skill enables seamless management of remote file transfers, torrent handling, and cloud storage organization. It is designed to act as your primary control center for remote downloads, allowing you to queue files via magnet links or URLs and verify their status without ever leaving your terminal or chat interface. When paired with the 'chill-institute' skill, it creates a powerful automated pipeline for sourcing and storing content in the cloud.
Installation
To get started, ensure you have Rust and Cargo installed on your system. Run 'cargo install kaput-cli' to compile the necessary binaries. After installation, verify that the 'kaput' executable is available in your system's PATH. The skill handles authentication via an OAuth2 device-code flow; execute 'kaput login' and follow the provided URL and code instructions to secure your account. Once authenticated, the token is stored locally in your home directory. It is recommended to verify your setup using the provided scripts located in the 'skills/putio/scripts' directory.
Use Cases
This skill is ideal for power users who want to automate their media acquisition or file management workflows. You can initiate remote downloads by providing magnet links directly to the agent, monitor progress of active transfers without manually checking the web dashboard, and search through your existing file library. It is particularly useful for users who curate content on a headless server or who prefer keeping their browser clean from download manager extensions.
Example Prompts
- 'OpenClaw, add this magnet link to my put.io transfers: [magnet:?xt=urn:btih:...]'
- 'List all my current downloads on put.io and let me know which ones are finished.'
- 'Search my put.io files for anything related to "project-backups" and show me the status of the account.'
Tips & Limitations
- The skill relies on local token persistence; if you rotate your keys or experience login issues, perform a clean re-auth using 'kaput login'.
- Avoid using 'kaput debug' in public logs, as this may leak sensitive information.
- Always ensure you have sufficient storage space on your put.io account before initiating large transfers.
- Integration with 'chill-institute' is highly recommended for a smoother, automated user experience, as it manages the 'sending' part of the workflow while 'putio' handles the storage and verification.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-baanish-putio": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api
Related Skills
Pihole
Skill by baanish
Tessie
Skill by baanish
chill-institute
Use chill.institute (web UI) to search for content and click “send to put.io” (best paired with the putio skill) — set sail, pick the best 1080p/x265 loot, and ship it.
agent-render-linking
Create zero-retention agent-render.com links for markdown, code, diffs, CSV, or JSON artifacts. Use when an agent needs to share a nicely rendered artifact in the browser instead of pasting raw content into chat. Trigger for requests like "share this as a link", "make a diff link", "render this markdown/code/csv/json", or when chat rendering is weak. Agent Render is open source, hosted on Cloudflare Pages, and self-hostable. Use platform-specific linked-text syntax only on surfaces that support it cleanly, such as Discord Markdown links, Telegram HTML links, or Slack mrkdwn links; otherwise send a short summary plus the raw URL.