Find Book

Other

Instantly find nonfiction books with Goodreads ratings, summaries, key concepts, and AI suggestions for enhancing your agent's knowledge files.

Install

openclaw skills install find-book

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