skills$openclaw/chill-institute
baanish7.2k

by baanish

chill-institute – OpenClaw Skill

chill-institute is an OpenClaw Skills integration for security workflows. 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.

7.2k stars9.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026security

Skill Snapshot

namechill-institute
descriptionUse 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. OpenClaw Skills integration.
ownerbaanish
repositorybaanish/chill-institute
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @baanish/chill-institute
last updatedFeb 7, 2026

Maintainer

baanish

baanish

Maintains chill-institute in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
283 B
SKILL.md
1.6 KB
SKILL.md

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 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.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install chill-institute?

Run openclaw add @baanish/chill-institute in your terminal. This installs chill-institute into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/baanish/chill-institute. Review commits and README documentation before installing.