← 返回 Skills 市场
29
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install book-skill-finder
功能描述
Instantly find nonfiction books with Goodreads ratings, summaries, key concepts, and AI suggestions for enhancing your agent's knowledge files. Covers 4 use...
使用说明 (SKILL.md)
book-skill-finder
Local book search. 5904 nonfiction books, no network calls.
What it does
- Search 5904 books by title or author
- Return book metadata: title, author, rating, summary, link
- Generate markdown suggestions for knowledge base
Installation
openclaw skills install book-skill-finder
Usage
const FindBookSkill = require('find-book');
const skill = new FindBookSkill();
const result = skill.search('Atomic Habits');
Data
- Source: Heardly database
- Format: Local JSON cache
- Books: 5904 nonfiction titles
- Network: Zero external calls
- Cost: Free
安全使用建议
Install only if you want a local book recommendation/search helper. Review any generated SOUL, MEMORY, or SKILL markdown before adding it to an agent knowledge base, because it can influence future agent behavior even though the skill itself does not write those files.
能力标签
能力评估
Purpose & Capability
The artifacts consistently describe book search, book details, reading recommendations, and optional markdown suggestions for agent knowledge files; the code implements those functions by loading a bundled books.json file.
Instruction Scope
Runtime instructions are limited to user-triggered book lookup and recommendation workflows. The generated SOUL, MEMORY, and SKILL snippets are returned as text for the user to review, not automatically written into agent files.
Install Mechanism
package.json declares no dependencies, no install lifecycle scripts, and a single test script. No installer behavior beyond normal skill/package installation is shown.
Credentials
The code uses only fs/path to read its own local JSON cache. Metadata lists crypto/wallet/sensitive-credential capability tags, but the artifact code and documentation do not request or use wallets, credentials, or crypto access.
Persistence & Privilege
No persistence, background workers, privilege escalation, writes, deletions, credential access, or broad local indexing were found.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-skill-finder - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-skill-finder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Fork from find-book, republished under jaysonmeng
元数据
常见问题
Book Skill Finder 是什么?
Instantly find nonfiction books with Goodreads ratings, summaries, key concepts, and AI suggestions for enhancing your agent's knowledge files. Covers 4 use... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。
如何安装 Book Skill Finder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-skill-finder」即可一键安装,无需额外配置。
Book Skill Finder 是免费的吗?
是的,Book Skill Finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Book Skill Finder 支持哪些平台?
Book Skill Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Skill Finder?
由 BestBooks(@jaysonmeng)开发并维护,当前版本 v1.0.0。
推荐 Skills