← 返回 Skills 市场
theshadowrose

Book Notes

作者 Shadow Rose · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
657
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install book-notes
功能描述
Capture reading notes through conversation, organize by book, generate summaries, track reading list. Never lose an insight from a book again.
使用说明 (SKILL.md)

BookNotes � Reading Notes & Book Tracker

Capture reading notes through conversation, organize by book, generate summaries, track reading list. Never lose an insight from a book again.


Read a book. Tell your agent what you learned. It organizes everything.

Usage

You: "Reading Thinking Fast and Slow — Ch3. Key insight: System 1 makes 
      fast judgments that System 2 often just rationalizes."
Agent: "Added. You're on chapter 3/38. This connects to your Ch1 note 
        about cognitive biases being invisible to the person experiencing them."

Features

  • Conversational capture — just talk about what you read
  • Per-book organization — notes filed by book and chapter
  • Cross-reference — connects related ideas across books
  • Reading list — to-read, reading, finished
  • Book summaries — auto-generated from your notes
  • Key quotes — tag and search memorable quotes
  • Reading stats — books/month, pages/day, genre breakdown

Data Structure

books/
  thinking-fast-and-slow/
    metadata.yaml
    notes.md
    summary.md
    quotes.md
reading-list.md
stats.md

⚠️ Disclaimer

This software is provided "AS IS", without warranty of any kind, express or implied.

USE AT YOUR OWN RISK.

  • The author(s) are NOT liable for any damages, losses, or consequences arising from the use or misuse of this software — including but not limited to financial loss, data loss, security breaches, business interruption, or any indirect/consequential damages.
  • This software does NOT constitute financial, legal, trading, or professional advice.
  • Users are solely responsible for evaluating whether this software is suitable for their use case, environment, and risk tolerance.
  • No guarantee is made regarding accuracy, reliability, completeness, or fitness for any particular purpose.
  • The author(s) are not responsible for how third parties use, modify, or distribute this software after purchase.

By downloading, installing, or using this software, you acknowledge that you have read this disclaimer and agree to use the software entirely at your own risk.

DATA DISCLAIMER: This software processes and stores data locally on your system. The author(s) are not responsible for data loss, corruption, or unauthorized access resulting from software bugs, system failures, or user error. Always maintain independent backups of important data. This software does not transmit data externally unless explicitly configured by the user.


Support & Links

🐛 Bug Reports [email protected]
Ko-fi ko-fi.com/theshadowrose
🛒 Gumroad shadowyrose.gumroad.com
🐦 Twitter @TheShadowyRose
🐙 GitHub github.com/TheShadowRose
🧠 PromptBase promptbase.com/profile/shadowrose

Built with OpenClaw — thank you for making this possible.


🛠️ Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → Hire me on Fiverr

安全使用建议
This skill appears coherent and local-only, but review and consider the following before installing: (1) it will create and write files in the agent's current working directory (./books by default) — ensure that location and file permissions are acceptable; (2) running the code requires a Node environment; (3) keep backups if notes are important; (4) run in a sandbox or with least privilege (don't run as root) if you distrust the source; (5) inspect the small src/book-notes.js file (no network calls or credential access are present) and confirm you are comfortable with local file storage behavior.
功能分析
Type: OpenClaw Skill Name: book-notes Version: 1.0.1 The BookNotes skill bundle is a straightforward tool for organizing reading notes and tracking book progress. The implementation in `src/book-notes.js` uses safe slugification (regex-based) to prevent path traversal vulnerabilities and performs standard local file operations consistent with its stated purpose. There is no evidence of data exfiltration, network activity, or malicious prompt injection instructions in `SKILL.md` or `README.md`.
能力评估
Purpose & Capability
The name/description describe note capture, per-book organization, quotes, summaries and a reading list. The included Node module implements addBook, addNote, addQuote, list and stats and reads/writes files under a books directory — all coherent with the stated purpose. There are no unrelated dependencies or credential requests.
Instruction Scope
SKILL.md focuses on conversational capture and local storage, and explicitly states data is stored locally. The instructions do not direct the agent to read unrelated files, environment variables, or transmit data externally. The code likewise performs only filesystem operations within the booksDir.
Install Mechanism
There is no install spec (instruction-only), and the single code file uses only Node core modules (fs, path). No network downloads or external package installs are requested. Note: running the skill requires a Node runtime or an environment that can execute the provided module.
Credentials
The skill requires no environment variables, credentials, or config paths. The code does not reference process.env or external tokens. Its file I/O (creating ./books, writing metadata and notes) is proportionate to storing reading notes.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It persists data only to a local ./books directory it creates; it does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-notes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-notes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated skill name to "BookNotes Reading Notes and Book Tracker" (removed special character). - Incremented version number to 1.0.1. - No changes to feature set or functionality.
v1.0.0
Initial upload
元数据
Slug book-notes
版本 1.0.1
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 2
常见问题

Book Notes 是什么?

Capture reading notes through conversation, organize by book, generate summaries, track reading list. Never lose an insight from a book again. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 657 次。

如何安装 Book Notes?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-notes」即可一键安装,无需额外配置。

Book Notes 是免费的吗?

是的,Book Notes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Book Notes 支持哪些平台?

Book Notes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Book Notes?

由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.1。

💬 留言讨论