Book Tracker
/install book-tracker
File structure
book-tracker/
SKILL.md
library.md ← every book with status, notes, rating
reading-list.md ← want to read, with reasons
config.md ← genres, preferences, monthly goal
What it tracks
In progress: What you're currently reading, where you are, any notes mid-read.
Finished: Rating, key ideas, best quotes, what changed your thinking.
Abandoned: Books you gave up on and why — this data is useful too.
Want to read: Recommendations with context (who recommended it, why it matters to you).
Adding books
Start reading: /book start [title] [author]
Finish reading: /book done [title] — triggers a brief reflection prompt
Add to list: /book want [title] — adds with optional reason
Log a note mid-read: /book note [title] [note]
Abandoned: /book drop [title] [why]
Post-reading reflection
When you mark a book as done, the agent asks 4 questions:
- What's the one idea from this book you'll actually use or remember?
- What surprised you?
- Who would you recommend this to and why?
- Rating: 1-5
Short answers are fine. One sentence each is enough. These become the book's entry in library.md.
library.md structure
## [TITLE] — [AUTHOR]
Status: read / reading / abandoned / want
Finished: [date]
Rating: [1-5]
Genre: [fiction / non-fiction / biography / etc]
The one idea: [their answer from reflection]
Surprised by: [their answer]
Recommend to: [their answer]
Notes:
[Any mid-read or post-read notes]
Quotes:
[Any passages worth keeping]
Related to: [other books in library that connect]
Reading list intelligence
/book next — suggests what to read next based on:
- What you've enjoyed most (by rating and genre)
- Themes you've been exploring lately
- Books you've had on the list longest
- Any books that connect to what you're working on or thinking about
Not just a ranked list. A recommendation with a reason:
📖 What to read next
1. **The Mom Test** — Rob Fitzpatrick
Why now: You've been reading about product and customer research.
This is the most practical book on the list for your current work.
On your list since: 4 months ago (added when [NAME] mentioned it)
2. **Piranesi** — Susanna Clarke
Why now: You've been on a heavy non-fiction run for 3 months.
Your ratings suggest you like breaks with literary fiction.
Short. Unusual. Won't take long.
Theme tracking
After 10+ books, patterns become visible.
/book themes — what have you been reading about?
📖 Reading themes — last 12 months
Most frequent topics:
1. Product and strategy (8 books)
2. Management and leadership (5 books)
3. Literary fiction (4 books)
4. History (3 books)
Gaps you might notice:
• You haven't read much science or technology in 18 months
• Your fiction-to-non-fiction ratio is 1:4 (heavy non-fiction run)
Your highest-rated books tend to be: [genre/topic pattern]
Book and knowledge-capture integration
When you log a quote or key idea from a book:
/book note [title] "this is worth keeping"
The skill offers to add it to knowledge-capture: "Add this to your knowledge base? It'll be searchable there alongside your other notes."
The two skills build on each other. Books feed the knowledge base. The knowledge base surfaces relevant reading notes when you're thinking about a topic.
Reading goal
Optional. Set a books-per-month target if you want one.
/book goal [N] per month
At the end of each month, a brief note: "Read 2 books in March, goal was 3. On track for the year (8 of 10)." Not a guilt trip. Just a number.
Privacy rules
Reading history is personal and low-stakes, but still private.
Context boundary: Only surface reading lists and notes in the owner's private channel. Never share what someone is reading or their book notes in a group context.
Approval gate: No book is added to or removed from the library without the owner's instruction — either explicit command or confirmation of a suggestion.
Management commands
/book start [title] [author]— start reading/book done [title]— mark finished, trigger reflection/book drop [title]— mark abandoned/book want [title]— add to reading list/book note [title] [note]— log a note/book next— get a recommendation/book list— show reading list/book library— show all books/book themes— reading pattern analysis/book search [query]— search your library/book [title]— show entry for one book
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Book Tracker 是什么?
Tracks your reading progress, notes, ratings, themes, and suggests what to read next based on your history and preferences. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 130 次。
如何安装 Book Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-tracker」即可一键安装,无需额外配置。
Book Tracker 是免费的吗?
是的,Book Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Book Tracker 支持哪些平台?
Book Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Tracker?
由 Nico Lumma(@rednix)开发并维护,当前版本 v1.0.0。