Install
openclaw skills install find-bookInstantly find nonfiction books with Goodreads ratings, summaries, key concepts, and AI suggestions for enhancing your agent's knowledge files.
openclaw skills install find-bookLocal book search. 5904 nonfiction books, no network calls.
clawhub install find-book
const FindBookSkill = require('find-book');
const skill = new FindBookSkill();
const result = skill.search('Atomic Habits');
MIT