← 返回 Skills 市场
Book Quotes
作者
heardlyapp
· GitHub ↗
· v1.0.0
· MIT-0
154
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install book-quotes
功能描述
Extract memorable quotes and passages from books. Get the most inspiring and thought-provoking quotes.
使用说明 (SKILL.md)
book-quotes
Extract memorable quotes and passages from books.
What it does
- Search books by title or author
- Extract 5-10 memorable quotes and passages
- Return formatted quotes with attribution
- Show Heardly quotes if available
- Support multiple book sources
When to use this skill
Use this skill when the user asks:
- "What are the best quotes from Atomic Habits?"
- "Memorable quotes from Deep Work"
- "Inspiring passages from Principles"
- "Quotes by Steve Jobs"
- "Best quotes from The Lean Startup"
Installation
clawhub install book-quotes
Usage
const BookQuotesSkill = require('book-quotes');
const skill = new BookQuotesSkill();
// Get quotes (returns formatted text)
const result = await skill.getQuotes({
query: 'Atomic Habits',
limit: 10
});
console.log(result); // Directly readable text output
Output
Formatted text with:
- Book title and author
- 5-10 memorable quotes
- Attribution for each quote
- Heardly source attribution
- Ready to display to users
Data Sources
- Heardly Database (5904 books) — quotes field
- Extracted from summaries — key passages
License
MIT
安全使用建议
This skill appears coherent and low-risk: it does not request credentials or make network calls. Before installing, note that it expects a local Heardly database at ./data/books.json but the package listing does not include that file — the skill will return "No book found" if the dataset is absent. If you care about provenance or licensing of the quote data, ask the publisher for the Heardly dataset or verify that data/books.json is present and properly licensed. If you need quotes from live online sources, prefer a skill that explicitly fetches remote data and states what credentials or APIs it uses.
功能分析
Type: OpenClaw Skill
Name: book-quotes
Version: 1.0.0
The book-quotes skill is a straightforward tool for searching and extracting quotes from a local JSON database (data/books.json). The code in index.js and cli.js contains no network requests, file system writes, or suspicious execution patterns, and the SKILL.md instructions are aligned with the stated purpose without any prompt injection risks.
能力评估
Purpose & Capability
The name, description, SKILL.md, and code are consistent: the skill searches a Heardly book database, extracts quotes, and formats them. However, SKILL.md claims 'support multiple book sources' and references a 5904-book Heardly DB; the implementation only attempts to load a local data file at ./data/books.json and contains no network code to fetch remote sources. The package manifest/file list does not include a data directory, so the advertised dataset may be missing or expected to be installed separately.
Instruction Scope
SKILL.md gives limited, scope-bound instructions (install via clawhub, call getQuotes). The skill's runtime code only reads a local data file (./data/books.json) and processes text; it does not access other files, environment variables, or external endpoints, nor does it instruct the agent to collect general system context.
Install Mechanism
No install spec is present (instruction-only). The package includes code files and a CLI but no installer that downloads external artifacts. This is low-risk from an install perspective.
Credentials
The skill requires no environment variables, credentials, or config paths. The code only uses filesystem access relative to its package directory to load a local JSON file. No secrets or unrelated credentials are requested.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system-wide settings. It does not persist credentials or attempt to enable itself automatically. Normal autonomous invocation (disable-model-invocation is false) is the platform default and appropriate here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-quotes - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-quotes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the book-quotes skill:
- Extracts 5–10 memorable quotes or passages from books by title or author.
- Returns formatted quotes with clear attribution and source information.
- Integrates with the Heardly quotes database and other book sources.
- Activated by triggers such as "best quotes" or "inspiring passages."
- Simple installation and usage with ready-to-display output.
元数据
常见问题
Book Quotes 是什么?
Extract memorable quotes and passages from books. Get the most inspiring and thought-provoking quotes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 Book Quotes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-quotes」即可一键安装,无需额外配置。
Book Quotes 是免费的吗?
是的,Book Quotes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Book Quotes 支持哪些平台?
Book Quotes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Quotes?
由 heardlyapp(@heardlyapp)开发并维护,当前版本 v1.0.0。
推荐 Skills