home / skills / openclaw / skills / chill-institute

chill-institute skill

/skills/baanish/chill-institute

This skill helps you locate media on chill.institute and send optimal 1080p x265 items to put.io for streamlined transfers.

npx playbooks add skill openclaw/skills --skill chill-institute

Review the files below or copy the command above to add this skill to your agents.

Files (2)
SKILL.md
1.6 KB
---
name: chill-institute
description: 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.
---

# chill.institute

Use **chill.institute** via an interactive browser session to find an item and send it to put.io.

If you have both skills installed (**chill-institute** + **putio**), the workflow is much smoother: chill.institute launches the transfer, and putio verifies/monitors it from the CLI.

## Prereqs

- User must be logged in to **chill.institute** (put.io OAuth in the browser).
- The `putio` skill should be available to verify the transfer in put.io.

## End-to-end workflow

1. Open the site:
   - Start at: `https://chill.institute/sign-in`
2. If prompted, click **authenticate at put.io** and ask the USER to complete login.
3. Search for the title (include season/quality keywords if relevant).
4. Use quick filters (e.g. check **1080p**, **x265**) if available.
5. Pick the best result (prefer healthy seeders, reasonable size, and expected naming).
6. Click **send to put.io**.
7. Confirm it changed to **see in put.io**.
8. Verify on put.io:
   ```bash
   bash skills/putio/scripts/list_transfers.sh
   ```

## Browser automation notes

- Prefer `browser` tool with the isolated profile (`profile="clawd"`).
- If clicks time out, re-snapshot (`refs="aria"`) and retry on the new ref.

## Safety / policy

- Don’t ask users for their put.io password in chat.
- Don’t scrape or store cookies/session tokens in files.
- Only use this workflow for content the user has rights/permission to access.

Overview

This skill integrates with chill.institute through an interactive browser session to locate media and push torrents to your put.io account. It streamlines finding high-quality rips (1080p, x265) and initiating transfers. When paired with the putio skill, you get verification and monitoring from the CLI.

How this skill works

The skill opens chill.institute in an isolated browser profile and guides the user to authenticate via put.io if needed. It helps perform targeted searches, apply quick filters like 1080p and x265, choose a healthy torrent, and click the site’s "send to put.io" button. After the transfer is initiated, use the putio skill to list and verify transfers on your put.io account.

When to use it

  • You want to find and transfer high-quality video rips (1080p, x265) to put.io quickly.
  • You prefer an interactive browser workflow rather than manual torrent handling.
  • You already use put.io and want transfers initiated from a web UI.
  • You need to pick the best seeders and file naming before sending to cloud storage.
  • You want a combined workflow: site transfer initiation + CLI verification via putio.

Best practices

  • Be logged into chill.institute with put.io OAuth before starting the workflow.
  • Use the isolated browser profile (profile="clawd") to avoid leaking personal sessions or cookies.
  • Include season, episode, or quality keywords in searches to narrow results.
  • Prefer results with healthy seeders, expected naming, and sensible file size.
  • After sending, immediately verify the transfer with the putio skill to confirm it arrived.

Example use cases

  • Find a 1080p x265 TV episode on chill.institute and send it to put.io for remote streaming.
  • Search for a movie rip, filter by size and codec, and transfer it to your cloud library.
  • Use chill.institute to pick the best seed and then run the putio CLI script to monitor download progress.
  • Archive a series by locating season packs and sending them directly to put.io for later indexing.

FAQ

Do I need to give my put.io password to the skill?

No. Sign in via the chill.institute web UI using put.io OAuth; never share your put.io password in chat.

What if the site clicks time out during automation?

Retry using a fresh snapshot reference (refs="aria") or re-run the browser step. Using the isolated profile reduces interference from other sessions.