Book Summary
/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install book-summary - After installation, invoke the skill by name or use
/book-summary - Provide required inputs per the skill's parameter spec and get structured output
What is Book Summary?
Generate podcast-style audio scripts summarizing books with 3 key ideas, actionable takeaways, and estimated duration for single-narrator delivery. It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.
How do I install Book Summary?
Run "/install book-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Book Summary free?
Yes, Book Summary is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Book Summary support?
Book Summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Book Summary?
It is built and maintained by heardlyapp (@heardlyapp); the current version is v1.0.2.