Install
openclaw skills install book-skill-finderInstantly find nonfiction books with Goodreads ratings, summaries, key concepts, and AI suggestions for enhancing your agent's knowledge files. Covers 4 use cases: ① Search books — ("find books about habit formation" "search for books on productivity") ② Get book details — ("tell me about Atomic Habits" "what are the key concepts in Deep Work") ③ Knowledge injection — ("suggest books for my agent's knowledge base" "recommend books to enhance my AI") ④ Reading recommendations — ("what should I read next" "similar books to The Lean Startup") Trigger when users say: "find a book" "search books" "book recommendation" "what to read" or mention: book lookup / book search / nonfiction / Goodreads / Heardly.
openclaw skills install book-skill-finderLocal book search. 5904 nonfiction books, no network calls.
openclaw skills install book-skill-finder
const FindBookSkill = require('find-book');
const skill = new FindBookSkill();
const result = skill.search('Atomic Habits');