返回 Skill 列表
extension
分类: 其它无需 API Key

Book Sum

生成详细完整的书籍摘要,包含核心要点、完整叙述、实践要点和全面易读的概述

person作者: heardlyapphubclawhub

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