aibrary-podcast-summary
[Aibrary] Generate a book summary podcast script in a single-narrator storytelling style. Use when the user wants to turn a book into a podcast, create an audio summary of a book, or generate a summary-style podcast script. The output is a narrated monologue that distills a book's key ideas into an engaging 10-15 minute listening experience.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-aibrary-podcast-summary
Repository
Skill path: skills/asoiso/aibrary-podcast-summary
[Aibrary] Generate a book summary podcast script in a single-narrator storytelling style. Use when the user wants to turn a book into a podcast, create an audio summary of a book, or generate a summary-style podcast script. The output is a narrated monologue that distills a book's key ideas into an engaging 10-15 minute listening experience.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install aibrary-podcast-summary into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding aibrary-podcast-summary to shared team environments
- Use aibrary-podcast-summary for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: aibrary-podcast-summary
description: "[Aibrary] Generate a book summary podcast script in a single-narrator storytelling style. Use when the user wants to turn a book into a podcast, create an audio summary of a book, or generate a summary-style podcast script. The output is a narrated monologue that distills a book's key ideas into an engaging 10-15 minute listening experience."
---
# Podcast Summary — Aibrary
Transform any book into an engaging summary podcast script. Single-narrator storytelling format, designed for 10-15 minutes of audio.
## Input
- **Book title** (required) — the book to summarize
- **Author** (optional, helps disambiguate)
- **Focus areas** (optional) — specific chapters or themes to emphasize
- **Tone** (optional) — casual, professional, inspirational (default: conversational and engaging)
## Workflow
1. **Analyze the book**: Identify:
- The author's central thesis
- 3-5 key ideas that support the thesis
- The most compelling stories, examples, or data points
- The practical takeaways a listener can act on
2. **Structure the script**: Follow this narrative arc:
- **Hook** (30 seconds): Open with a provocative question, surprising fact, or relatable scenario from the book
- **Context** (1 minute): Introduce the book, author, and why this book matters now
- **Core Ideas** (8-10 minutes): Present 3-5 key ideas, each with a story/example and a takeaway
- **Synthesis** (1-2 minutes): Connect the ideas together — what's the bigger picture?
- **Call to Action** (30 seconds): What should the listener do first?
3. **Write for the ear**: The script should sound natural when read aloud:
- Use short, punchy sentences
- Include natural pauses (marked as `[pause]`)
- Use rhetorical questions to maintain engagement
- Avoid jargon — explain complex ideas simply
- Include transitional phrases between sections
4. **Language**: Detect the user's input language and generate the script in the same language.
## Output Format
```
# 📖 [Book Title] — Summary Podcast Script
**Author**: [Author Name]
**Duration**: ~[X] minutes
**Style**: Single narrator, summary format
---
## [HOOK]
[Opening hook — 2-3 sentences that grab attention]
[pause]
## [INTRO]
[Book and author introduction — why this book matters]
[pause]
---
## [KEY IDEA 1]: [Title]
[Narrative exploration of the first key idea, including a story or example from the book]
**Takeaway**: [One actionable insight]
[pause]
---
## [KEY IDEA 2]: [Title]
[Narrative exploration of the second key idea]
**Takeaway**: [One actionable insight]
[pause]
---
## [KEY IDEA 3]: [Title]
[Narrative exploration of the third key idea]
**Takeaway**: [One actionable insight]
[pause]
---
## [SYNTHESIS]
[Connect the key ideas together — what's the bigger picture the author is painting?]
[pause]
---
## [CALL TO ACTION]
[What should the listener do with this knowledge? One specific, immediate action.]
---
*Script generated by Aibrary — turning books into knowledge you can hear.*
```
## Guidelines
- Target 2,000-2,500 words for a 10-15 minute script
- Every key idea must include a concrete story, example, or data point — no abstract summaries
- The hook should be compelling enough that someone wouldn't skip it
- Write as if speaking to one person, not an audience ("you" not "listeners")
- Include `[pause]` markers at natural breathing points and between sections
- Don't just list the book's chapters — synthesize and reframe the ideas for audio
- If the book is unknown or you're uncertain about its content, say so honestly rather than fabricating details
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "asoiso",
"slug": "aibrary-podcast-summary",
"displayName": "Aibrary Podcast Summary",
"latest": {
"version": "0.1.0",
"publishedAt": 1772713997339,
"commit": "https://github.com/openclaw/skills/commit/8438804a2dc229488c96845869d1f5997bc8ee93"
},
"history": []
}
```