← 返回 Skills 市场
rednix

Book Tracker

作者 Nico Lumma · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
130
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install book-tracker
功能描述
Tracks your reading progress, notes, ratings, themes, and suggests what to read next based on your history and preferences.
使用说明 (SKILL.md)

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:

  1. What's the one idea from this book you'll actually use or remember?
  2. What surprised you?
  3. Who would you recommend this to and why?
  4. 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
安全使用建议
This skill appears coherent and low-risk, but before installing: 1) Confirm where the files (library.md, reading-list.md, config.md) will be stored and ensure that storage location is acceptable (private workspace vs shared). 2) If you enable integration with a knowledge base/other skills, verify that those destinations honor the same privacy rules (private vs group visibility). 3) Test commands in a private channel first to confirm behavior and that the agent asks for confirmation before adding/removing entries. 4) Note the skill's source is 'unknown' — if you want stronger assurance, ask the publisher for a homepage or source repository or request the SKILL.md be signed/published from a known publisher. Overall, the skill requests no credentials or installs and its instructions match its stated purpose.
功能分析
Type: OpenClaw Skill Name: book-tracker Version: 1.0.0 The book-tracker skill is a standard productivity tool for managing reading lists and notes. The instructions in SKILL.md are well-defined, focus entirely on the stated purpose of book tracking, and include explicit privacy safeguards to prevent the agent from sharing personal data in public channels.
能力评估
Purpose & Capability
Name/description (track books, notes, suggestions) align with what the SKILL.md describes: local text files (library.md, reading-list.md, config.md), simple commands, and recommendation heuristics. No unrelated env vars, binaries, or install steps are requested.
Instruction Scope
Instructions expect the agent to create and manage local files (library.md, reading-list.md, config.md) and to interact with the user's channels (private channel). It also mentions integrating with a separate 'knowledge-capture' skill. This scope is reasonable for the stated purpose but you should verify where files are stored and how cross-skill sharing is handled (the skill relies on other platform capabilities for storage and privacy).
Install Mechanism
No install spec or code files present; instruction-only skills have minimal on-disk footprint and lower install risk.
Credentials
No environment variables, credentials, or config paths are requested. The skill does reference channel configuration (openclaw.requires config: channels) which is consistent with sending/receiving messages in the user's channel.
Persistence & Privilege
always:false and no special privileges requested. The skill can be invoked autonomously (platform default), which is expected; it does not demand permanent system-wide presence or modification of other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of book-tracker. - Tracks current, finished, abandoned, and to-read books with notes, ratings, and reflections. - Suggests what to read next based on preferences, ratings, and recent themes. - Supports knowledge capture integration for key book insights and quotes. - Offers pattern and theme tracking across your reading history. - Provides personal reading goal tracking and monthly updates. - Respects privacy: all library actions require user instruction; data stays private.
元数据
Slug book-tracker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论