Openclaw Skills for podcast chaptering turns transcripts into structured chapters, highlights, notes, captions, and API-ready outputs at scale.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install podcast-chaptering
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install podcast-chaptering using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Podcast Chaptering Pro is an enterprise-grade Openclaw Skills package for transforming podcast transcripts into clean, structured content assets. It supports chapter detection, highlight extraction, show notes, social captions, and multi-format exports so teams can move from raw transcript to publishable deliverables faster.
Designed for production workflows, this Openclaw Skills solution adds batch processing, multilingual support, quality evaluation, and FastAPI-based integration. It is built to reduce manual editing time, standardize output quality, and make podcast content easier to reuse across platforms, teams, and automation pipelines.
pip install openai
pip install fastapi uvicorn
pip install python-multipart
export OPENAI_API_KEY="your_openai_api_key"
uvicorn server:app --host 0.0.0.0 --port 8000
For batch workflows, point the generator at your transcript and output directories, then run the processing pipeline from your agent or script.
Recommended production configuration:
skip_existing for rerunsPodcast Chaptering Pro organizes data around transcript inputs, episode-level outputs, and batch summary metadata.
| Entity | Purpose | Typical Fields | Notes |
|---|---|---|---|
| Transcript input | Source material | segments, start, end, text |
JSON transcript with timestamps is the primary input |
| Chapter output | Semantic episode sections | title, start, end, summary |
AI-generated chapter boundaries and descriptions |
| Highlights | Key moments for reuse | text, timestamp, importance |
Used for clips, promos, and editorial review |
| Show notes | Publishable episode notes | overview, chapters, highlights |
Human-readable Markdown-friendly output |
| Social captions | Platform-specific copy | platform, caption, hashtags |
Auto-generated for marketing distribution |
| Batch result | Job-level metadata | episode, chapters_count, highlights_count, duration |
Returned after each file and aggregated in summary reports |
Generated files are typically written per episode into a dedicated folder:
chapters.md for editorial readingoutput.json for programmatic consumptionoutput.srt for subtitle-compatible chapter timingoutput.vtt for web caption workflowsoutput.id3 for MP3 chapter embeddingsocial-captions.md for promotional reuseThe skill also supports a batch configuration taxonomy such as:
input_diroutput_dirformatsai_modeltarget_chapterslanguagegenerate_socialgenerate_highlightsmax_workersskip_existingLoading
Openclaw Skills for managing Feishu (Lark) calendars with listing, search, schedule checks, and event sync workflows.

Openclaw Skills for Git automation, deep repository diagnostics, workflow templates, and multi-repo batch operations.

documentation-and-adrs is an Openclaw Skills automation skill that structures, validates, and outputs documentation and ADR-related content with less manual effort.

Openclaw Skills for Slack workspace administration, enabling Enterprise Grid management, audit log review, Canvas editing, user groups, and bulk operations.

Openclaw Skills for SQL generation turns natural language into schema-aware SQL, optimization advice, and migration scripts for professional teams.

Solo Build Free is an Openclaw Skills execution engine that automates plan-driven development tasks with TDD, commits, and progress tracking.








































