Install
openclaw skills install book-summaryGenerate podcast-style audio scripts summarizing books with 3 key ideas, actionable takeaways, and estimated duration for single-narrator delivery.
openclaw skills install book-summaryGenerate podcast-style summaries of books. Convert book content into engaging audio scripts with key ideas and actionable takeaways.
clawhub install book-summary
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...'
});
Podcast script with:
MIT