🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Book Summary

by @heardlyapp

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

Versionv1.0.2
Downloads498
Installs5
TERMINAL
clawhub install book-summary

πŸ“– About This Skill

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

    πŸ’‘ Examples

    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...' });