π¦ ClawHub
Book Quotes
by @heardlyapp
Extract memorable quotes and passages from books. Get the most inspiring and thought-provoking quotes.
π‘ Examples
const BookQuotesSkill = require('book-quotes');
const skill = new BookQuotesSkill();// Get quotes (returns formatted text)
const result = await skill.getQuotes({
query: 'Atomic Habits',
limit: 10
});
console.log(result); // Directly readable text output
TERMINAL
clawhub install book-quotes