From calibre-mcp
Generates personalized reading recommendations from a Calibre library using series progress, ratings, tags, and collaborative filtering.
How this skill is triggered — by the user, by Claude, or both
Slash command
/calibre-mcp:reading_recommendationsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Description:** Get personalized reading recommendations from your Calibre library using series progress, ratings, tags, reading history, and collaborative filtering across similar books.
Description: Get personalized reading recommendations from your Calibre library using series progress, ratings, tags, reading history, and collaborative filtering across similar books.
query_books(sort="rating", unread=True, tags=[...], limit=20) — Find top-rated unread books in a genre.manage_analysis(operation="reading_stats") — Reading statistics: completion rate, genre distribution, pages read, author diversity.manage_analysis(operation="series_progress") — Series tracking: which series are started but unfinished, next-in-series ordering.manage_metadata(operation="show", book_id=...) — Get full metadata for a candidate book: description, rating, tags, series position.calibre_metadata_search(query="similar to [title]") — Semantic similarity search using LanceDB embeddings.manage_analysis(operation="reading_stats") to understand reading patterns, preferred genres, and completion behavior.query_books(unread=True, sort="rating", tags=[preferred_genre]) to get top-rated unread books. Combine multiple tag filters for precision.manage_analysis(operation="series_progress") to find series with book 1 read but book 2+ unread — these are high-confidence recommendations.calibre_metadata_search() with a descriptive query of the source book's themes."Recommend my next read from unread fantasy with high ratings." → query_books(tags=["fantasy"], unread=True, sort="rating", limit=30) → filter top 5 → manage_analysis(operation="series_progress") to prioritize continuations → present with per-book reasoning.
npx claudepluginhub sandraschi/calibremcpChains multiple CalibreMCP tools for automated ebook library workflows including discovery, search, metadata management, batch processing, and import pipelines.
Analyzes Readwise highlights, tags, and Reader documents to surface one surprising insight about reading patterns and interests.
Provides Naval Ravikant-inspired advice to build reading habits, recommend books, and learn faster. Useful when users want to read more, feel overwhelmed by books, or ask what to read next.