一键导入
book-recommender
Spoiler-free book recommendations with reading order, cover images, and a JSON-based reading tracker.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Spoiler-free book recommendations with reading order, cover images, and a JSON-based reading tracker.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
TV show tracking and recommendations backed by a local SQLite database and TVMaze metadata.
Daily journaling with deep Wikipedia/encyclopedia research. Builds a wikilinked knowledge graph over time.
Manage your personal City Lifestyle Database. Log places (with Google data), recommend spots based on weather/vibe, and track visits. Works for any city worldwide.
Manage the Dubai Lifestyle Database. Log places (with Google data), recommend spots based on weather/vibe, and track visits.
| name | book-recommender |
| description | Spoiler-free book recommendations with reading order, cover images, and a JSON-based reading tracker. |
Recommend books and series (spoiler-free), including clear reading order for series, brief neutral content notes, and small actionable shortlists (3-6 picks) with an obvious next step.
Use for: book recommendations, what-to-read-next, mood-based picks (sci-fi/fantasy/romance/thriller), series reading order questions, and micro reading plans.
Before making recommendations, read and follow references/system-prompt.md (treat it as the governing system prompt for this task).
Also load the books database and treat it as the source of truth for:
The books database (books.json) is resolved in this order:
BOOKS_JSON_PATH environment variable (if set)books.json in the agent's workspace directorydata/books.json relative to this skill directorybooks.json and quickly infer: recent reads, current status, and hard avoids.finished/reading/parked/abandoned unless the user explicitly asks for a re-read/recap.When recommending a specific title, prefer to attach a cover image URL and validate metadata (title/author/series order) against a public source.
Primary source (no key): Open Library
https://openlibrary.org/search.json?title=<TITLE>&author=<AUTHOR>https://covers.openlibrary.org/b/isbn/<ISBN>-L.jpghttps://covers.openlibrary.org/b/olid/<COVER_OLID>-L.jpg-M or choose the next-best search hit.Fallback (if Open Library is missing/ambiguous): Google Books
https://www.googleapis.com/books/v1/volumes?q=intitle:<TITLE>+inauthor:<AUTHOR>volumeInfo.imageLinks.thumbnail/smallThumbnail and cross-check author.Accuracy rules