Book Summary

Other

Generate podcast-style audio scripts summarizing books with 3 key ideas, actionable takeaways, and estimated duration for single-narrator delivery.

Install

openclaw skills install book-summary

book-summary

Generate podcast-style summaries of books. Convert book content into engaging audio scripts with key ideas and actionable takeaways.

What it does

  • Generate podcast-style scripts from book summaries
  • Extract 3 key ideas with narratives
  • Create actionable takeaways
  • Estimate podcast duration
  • Format as single-narrator audio script

Installation

clawhub install book-summary

Usage

const BookSummarySkill = require('book-summary');
const skill = new BookSummarySkill();

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

Output

Podcast script with:

  • Hook (opening)
  • Intro (context)
  • 3 Key Ideas (with takeaways)
  • Synthesis (connection)
  • Call to Action

License

MIT