Profile
Local anime server and tracker with natural language interface. Browse, track, and get recommendations via conversation.
Signals
Listed in the awesome-hermes-agent README
Sources: 2 / Surfaces: 1
What the upstream surface says
Short excerpt only, so you can decide whether to click out.
Natural Language Anime Media Server powered by Hermes Agent.
Talk to your anime server like it's a person — download episodes, track series, sync with Anilist, identify anime from screenshots, and manage your library. All through natural language, from Telegram, Discord, or CLI.
| Command | Result | |---------|--------| | "Download the latest Frieren" | Searches SubsPlease, grabs magnet, downloads via qbittorrent, organizes on disk | | "Track One Piece weekly" | Creates a CRON job that auto-downloads new episodes | | "Sync my Anilist" | Imports your watchlist, auto-tracks untracked series | | "What anime is this?" + screenshot | Identifies anime using vision, offers to download | | "Find this on multiple sources" | Parallel subagent search across SubsPlease & Nyaa | | "What's in my library?" | Organized view of your collection with disk stats | | "I dropped Series X" | Removes CRON, updates Anilist, optionally cleans files | | "Recommend anime like Frieren" | Anilist-powered recommendations |
- Hermes Agent
- Python 3.8+ (stdlib only, no pip packages needed)
- qbittorrent with WebUI enabled
- Storage for anime (any directory)
- Telegram bot (for mobile access) — setup guide
- Anilist account (for watchlist sync) — setup guide
- Setup Guide — Detailed installation and configuration
- Telegram Setup — Telegram bot integration