Book Sum

Other

Generate detailed, complete book summaries with key ideas, full narratives, actionable takeaways, and a comprehensive, readable overview.

Install

openclaw skills install book-sum

book-sum

Generate extended summaries of books with full content and key ideas.

What it does

  • Return complete book summaries (no truncation)
  • Extract 3 key ideas with full narratives
  • Create actionable takeaways
  • Format as readable text summary
  • Provide comprehensive overview

Installation

clawhub install book-sum

Usage

const BookSumSkill = require('book-sum');
const skill = new BookSumSkill();

const result = skill.generateTextSummary({
  title: 'Atomic Habits',
  author: 'James Clear',
  summary: 'Small changes compound into big results...'
});

Output

Extended summary with:

  • Full book summary
  • 3 Key Ideas (complete content)
  • Actionable takeaways
  • Comprehensive overview

License

MIT