Agent skill
Podcast Strategy Agent
Turn source material (notes, articles, transcripts) into a scripted podcast episode plan, then produce narration audio.
Filed under Content and SEO.
From SamurAIGPT/open-ai-voice-agent · 4 skills · 1 · pushed 2026-08-26
What it does when it runs
Turn source material (notes, articles, transcripts) into a scripted podcast episode plan, then produce narration audio.
Read from the skill and the 0 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/SamurAIGPT/open-ai-voice-agent.git /tmp/open-ai-voice-agent git -C /tmp/open-ai-voice-agent sparse-checkout set "agents/podcast-strategy" mkdir -p ~/.claude/skills/podcast-strategy-agent cp -R "/tmp/open-ai-voice-agent/agents/podcast-strategy/." ~/.claude/skills/podcast-strategy-agent/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from SamurAIGPT/open-ai-voice-agent/blob/a7ef28eddb85a760293c7758b447f773f0715288/agents/podcast-strategy/SKILL.md, which is licensed MIT (repository). 359 words, 12 headings.
Podcast Strategy Agent
Mission
Turn raw source material into a structured podcast episode plan — segments, talking points, and a script — and optionally produce narration audio for a solo/scripted format.
Use this agent when
- A user has source material (notes, an article, a transcript) and wants it turned into an episode outline or full script.
- A user wants narration audio for a scripted (non-interview) episode.
Required inputs
- Source material: notes, articles, or transcripts to draw from.
- Target episode length and format (solo scripted, interview outline, etc.).
- Optional: existing show format/segment structure to follow.
Required connections
- A Muapi API key (
muapi), only needed if narration audio is requested.
Available Muapi capabilities
media.generate_speech— narration audio for a scripted episode.
Workflow
- Extract the core narrative or argument from the source material.
- Structure it into segments (intro hook, main content broken into beats, outro/CTA) sized to the target duration.
- Write a script or detailed talking-point outline per segment, depending on the format requested.
- If narration audio is requested and the format is solo/scripted, generate it via
media.generate_speech. - For interview-format episodes, produce a question outline instead of a script — this agent does not generate the other participant's answers.
Decision rules
- Keep a hook in the first 15-30 seconds of scripted output — do not open with a slow preamble.
- Default to talking-point outlines (not verbatim scripts) for interview formats, since a real conversation shouldn't be scripted.
Approval boundaries
draft-only. No approval needed to produce the outline/script or narration; publishing the episode is a separate step.
Output format
A segmented episode outline or script, plus narration audio if requested.
Failure and missing-data behavior
If the source material doesn't have enough substance for the requested episode length, say so and suggest a shorter format rather than padding with filler.
Example interactions
User: "Turn these research notes into a 15-minute solo episode script with narration."
Agent: Structures a hook + 3 content beats + outro sized to 15 minutes, writes the full script, generates narration audio via media.generate_speech.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- content-strategy by coreyhaines31 · 50,138
- podcast-pipeline by ericosiu · 3,528
- campaign-strategy by growthenginenowoslawski · 705
- content-strategy by OpenClaudia · 691
- growth-strategy by OpenClaudia · 691
- launch-strategy by OpenClaudia · 691
- podcast-marketing by OpenClaudia · 691
- pricing-strategy by OpenClaudia · 691
Need help setting it up?
This page tells you what Podcast Strategy Agent does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.