- bin/audiobooks: add library [limit] [--full] and genres commands - bin/jellyfin: add library [limit] [--full] and genres commands - skills/book-recommender: new skill for audiobook recommendations - skills/media-recommender: new skill for movie/show recommendations
1.1 KiB
1.1 KiB
| name | description |
|---|---|
| book-recommender | Recommend books and audiobooks based on the user's listening history and preferences. Use when the user asks for book recommendations, what to read/listen to next, or wants suggestions similar to books they enjoyed. Analyzes the user's Audiobookshelf library to understand taste. |
How to Recommend Books
- Run
bin/audiobooks libraryto get the user's full library with genres and metadata - Run
bin/audiobooks currentandbin/audiobooks finishedto see what's in progress / recently finished - Analyze reading patterns: favorite authors, genres, series preferences, German vs English
- Use
web_searchto find books similar to their favorites if needed - Recommend 3-5 books with explanations of WHY they'd like each one based on their library
- Include: title, author, brief pitch, which books in their library it's similar to
- Check if a German audiobook version exists (user prefers German audiobooks)
- Note: user has ADHD — keep recommendations punchy, not walls of text
- Format for WhatsApp (no markdown tables, use bold + bullet lists)