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