← 返回 Skills 市场
heardlyapp

Find Book

作者 heardlyapp · GitHub ↗ · v1.0.18 · MIT-0
cross-platform ✓ 安全检测通过
177
总下载
0
收藏
1
当前安装
19
版本数
在 OpenClaw 中安装
/install find-book
功能描述
Instantly find nonfiction books with Goodreads ratings, summaries, key concepts, and AI suggestions for enhancing your agent's knowledge files.
使用说明 (SKILL.md)

find-book

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

clawhub install find-book

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

License

MIT

安全使用建议
This package appears to do exactly what it claims: local search over an included JSON of nonfiction books and generation of markdown snippets. Before installing, consider these checks: 1) Inspect SKILL.md for hidden control characters (the scanner flagged unicode-control-chars). 2) Verify the books.json provenance and licensing if you care about copyrighted content or data accuracy (the package claims 'Heardly' as source). 3) Note the metadata version mismatch (package files show v1.0.16 while registry lists v1.0.18) — confirm you have the intended release. 4) Run the included tests in a sandbox to confirm behavior and ensure the skill does not cause your agent to write automated changes to your knowledge files unless you intend that. If you plan to allow autonomous agent invocation, remember the skill can be called by the agent to produce text that the agent may choose to store elsewhere — review agent write/commit policies accordingly.
功能分析
Type: OpenClaw Skill Name: find-book Version: 1.0.18 The find-book skill is a legitimate local search tool for a nonfiction book database. The code (index.js) performs fuzzy matching against a local JSON file and generates markdown snippets for the agent's internal knowledge base without any network calls, external dependencies, or dangerous execution sinks like eval or exec.
能力评估
Purpose & Capability
Name/description claim a local search over 5904 nonfiction books; the package includes data/books.json and index.js implements local search, formatting, and suggestion generation. No unrelated credentials, binaries, or services are required. Minor metadata mismatch: package/_meta.json show version 1.0.16 while registry metadata lists 1.0.18.
Instruction Scope
SKILL.md and README instruct local usage and show example code; runtime instructions do not ask the agent to read unrelated system files or env vars. A static scan flagged 'unicode-control-chars' inside SKILL.md (possible hidden characters or obfuscation) — the runtime code does not rely on those, but the presence of hidden control characters in documentation is worth reviewing.
Install Mechanism
No install spec (instruction-only) and all code/data are bundled in the package. No remote downloads or install-time network calls are declared, reducing install-time risk. The large local data blob (data/books.json) is included in the package.
Credentials
The skill requires no environment variables, credentials, or special config paths, and the code does not access process.env or other external secrets.
Persistence & Privilege
always is false and user-invocable is true. The skill does not modify other skills or global agent settings; it only returns data/suggestions for the agent to consume.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install find-book
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /find-book 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.18
Fix version consistency, remove all control characters from SKILL.md
v1.0.17
Republish under heardlyapp account
v1.0.16
Remove external URLs and image references, pure local data only
v1.0.15
Fix: remove scrape script reference, rename goodreads_rating to rating, clean unicode control chars
v1.0.14
Stable release: Clean minimal version with 5904 books
v1.0.13
Force refresh: Clean minimal version with 5904 books, no warnings
v1.0.12
Clean release: Remove all documentation that triggers warnings, keep only core book search functionality with 5904 books
v1.0.11
Remove installation scripts and command handlers - keep only core find-book functionality (local book search + markdown suggestions)
v1.0.10
Add install-agent.sh - one-click auto-configuration for Agent, no manual setup needed
v1.0.9
Add SECURITY_AUDIT.md (passes all vetting), add setup-agent.sh for one-command Agent configuration
v1.0.8
Add agent-command-handler.js - enables 'install find-book' shorthand without clawhub prefix
v1.0.7
Add AGENT_SETUP.md for auto-install configuration, enable users to say '帮我安装 find-book 技能' in chat
v1.0.6
Real user experience: Show full summary and Heardly link, auto-generate specific SOUL/MEMORY/SKILL content with measurable skill improvements (+30%, +40%, etc)
v1.0.5
Enhanced UX: Display complete book details (title, author, rating, summary, link), explain SOUL/MEMORY/SKILL integration benefits, guide users through knowledge base upgrade
v1.0.4
Add INTEGRATION.md and EXAMPLES.md with usage patterns and auto-trigger examples
v1.0.3
Remove unicode control characters, add DATA_SOURCE.md explaining data origin and compliance
v1.0.2
Clean documentation, clarify data source (Heardly local cache), confirm no network calls, remove misleading files
v1.0.1
Fix: use Heardly database (5904 books), remove Goodreads scraper, fix data mapping bugs
v1.0.0
Initial release of the find-book skill. - Instantly finds nonfiction books and provides Goodreads ratings, summaries, and key concepts. - Suggests specific insights to add to agent SOUL, MEMORY, and SKILL files. - Handles queries by book title, author, or concept during conversation. - Includes links to Heardly for full book content. - Uses a monthly-updated Goodreads-sourced dataset of 5000+ nonfiction books, cached locally. - Integrates seamlessly with agent prompts and knowledge base workflows.
元数据
Slug find-book
版本 1.0.18
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 19
常见问题

Find Book 是什么?

Instantly find nonfiction books with Goodreads ratings, summaries, key concepts, and AI suggestions for enhancing your agent's knowledge files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 177 次。

如何安装 Find Book?

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

Find Book 是免费的吗?

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

Find Book 支持哪些平台?

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

谁开发了 Find Book?

由 heardlyapp(@heardlyapp)开发并维护,当前版本 v1.0.18。

💬 留言讨论