← Back to Skills Marketplace
29
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install book-skill-finder
Description
Instantly find nonfiction books with Goodreads ratings, summaries, key concepts, and AI suggestions for enhancing your agent's knowledge files. Covers 4 use...
README (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
Usage Guidance
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install book-skill-finder - After installation, invoke the skill by name or use
/book-skill-finder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Fork from find-book, republished under jaysonmeng
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 29 downloads so far.
How do I install Book Skill Finder?
Run "/install book-skill-finder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Book Skill Finder free?
Yes, Book Skill Finder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Book Skill Finder support?
Book Skill Finder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Book Skill Finder?
It is built and maintained by BestBooks (@jaysonmeng); the current version is v1.0.0.
More Skills