2.6k
GitHub Stars
6
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill torrentclaw- _meta.json631 B
- CHANGELOG.md1.8 KB
- CONTRIBUTING.md1.8 KB
- lefthook.yml896 B
- README.md3.6 KB
- SKILL.md12.2 KB
Overview
This skill lets you search and download movies and TV shows via the TorrentClaw API. It returns enriched results (posters, ratings, genres) and ranked torrent entries with magnet links and a 0–100 quality score. The skill detects local clients (Transmission, aria2) and can add magnets directly or offer magnet links and .torrent downloads. API key support enables higher rate limits for heavier usage.
How this skill works
When asked to find or download content the skill queries TorrentClaw’s search endpoints with optional filters (type, quality, year, genre, language, season/episode). Results include metadata from TMDB, per-torrent seeders/size/codec and a qualityScore. The skill runs a local client detection script to decide whether to add a magnet to Transmission/aria2, or to offer copying the magnet link or downloading the .torrent file. It records selections via the track endpoint for analytics and ranking improvements.
When to use it
- Find torrents for movies or TV shows by title, year, genre, quality, or language
- Locate a specific TV episode using S01E05 or 1x05 formats
- Get the best-seeded or highest-quality torrent for 4K/1080p/720p/480p
- Add a magnet directly to a detected Transmission or aria2 client
- Download a .torrent file or copy a magnet when no client is available
Best practices
- Specify filters (quality, year, language, audio, HDR) to narrow results and improve matching
- Use season/episode formats (S01E05, 1x05) or explicit season and episode params for TV searches
- Prefer sort=seeders and inspect qualityScore to choose stable, high-quality releases
- Set TORRENTCLAW_API_KEY in environment for higher rate limits when automating many searches
- After selecting a torrent call the track endpoint to improve future rankings
Example use cases
- Find the best 4K release of a recent sci‑fi movie (quality=2160p, sort=seeders)
- Search for Spanish-language episodes of a show (locale=es or lang=es) and request S02E03
- List top torrents for a title with poster, IMDb/TMDB rating, and per-torrent seeders/sizes
- Add a magnet directly to Transmission if detected, or provide the magnet link and .torrent download if not
- Filter by audio or HDR (audio=atmos, hdr=dolby_vision) to find premium releases
FAQ
No. Anonymous access works with 30 requests/min. Set TORRENTCLAW_API_KEY for higher tiers (120–1000+ req/min).
How do I target a specific episode?
Include S01E05 or 1x05 in the query or pass season and episode parameters. The API detects episode patterns automatically.