π¦ ClawHub
Book Highlights
by @heardlyapp
Extract key highlights and quotes from books. Get the most important passages and insights from any book.
TERMINAL
clawhub install book-highlightsπ About This Skill
name: book_highlights description: Extract key highlights and quotes from books. Get the most important passages and insights from any book. keywords: - book - highlights - quotes - key-ideas - insights triggers: - "highlights from" - "key quotes from" - "best passages" - "important ideas from" - "highlights of"
book-highlights
Extract key highlights and quotes from books.
What it does
When to use this skill
Use this skill when the user asks:
Installation
clawhub install book-highlights
Usage
const BookHighlightsSkill = require('book-highlights');
const skill = new BookHighlightsSkill();// Get highlights (returns formatted text)
const result = await skill.getHighlights({
query: 'Atomic Habits',
limit: 10
});
console.log(result); // Directly readable text output
Output
Formatted text with:
Data Sources
1. Heardly Database (5904 books) β highlights field 2. Extracted from summaries β key passages
License
MIT
π‘ Examples
const BookHighlightsSkill = require('book-highlights');
const skill = new BookHighlightsSkill();// Get highlights (returns formatted text)
const result = await skill.getHighlights({
query: 'Atomic Habits',
limit: 10
});
console.log(result); // Directly readable text output