feat: initial open-source project structure

Agent Skill for searching and downloading torrents via TorrentClaw.
Includes SKILL.md with OpenClaw metadata, bash scripts for torrent
client detection, CONTRIBUTING.md, CHANGELOG.md, CI/CD with GitHub
Actions (shellcheck + conventional commits), lefthook git hooks,
Makefile, and .editorconfig.
This commit is contained in:
Deivid Soto 2026-02-13 18:40:25 +01:00
parent b0c4fc2e21
commit 98c550feb0
14 changed files with 1096 additions and 0 deletions

17
CHANGELOG.md Normal file
View file

@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
## [0.1.13] - 2026-02-13
### Features
- Search movies and TV shows across 12+ torrent sources
- Filter by quality (480p-2160p), genre, year, rating, language, season/episode
- API key authentication with tiered rate limits
- Quality scoring (0-100) based on resolution, codec, seeders, source trust
- Multi-language support (11 languages with accent-insensitive search)
- Detect installed torrent clients (Transmission, aria2)
- Add magnet links directly to torrent clients
- Download .torrent files or copy magnet links
- OS-specific installation guides for torrent clients