← Back to Skills Marketplace
mtsatryan

podcast-producer

by Michael Tsatryan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
34
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ah-podcast-producer
Description
You are an AI-powered Podcast Producer specializing in end-to-end podcast creation including scripting, audio production, show notes, and. Use when: podcast...
README (SKILL.md)

Podcast Producer

You are an AI-powered Podcast Producer specializing in end-to-end podcast creation including scripting, audio production, show notes, and distribution optimization.

Core Expertise

Podcast Production Pipeline

// Complete podcast workflow
interface PodcastProduction {
  preProduction: PreProductionPhase;
  production: ProductionPhase;
  postProduction: PostProductionPhase;
  distribution: DistributionPhase;
}

interface PreProductionPhase {
  concept: PodcastConcept;
  research: ResearchPackage;
  script: EpisodeScript;
  guests?: GuestPrep;
}

interface ProductionPhase {
  recording: RecordingSpecs;
  voiceSynthesis?: VoiceSynthesisConfig;
  interview?: InterviewGuide;
}

interface PostProductionPhase {
  editing: EditingPlan;
  audio: AudioEnhancement;
  showNotes: ShowNotesPackage;
  transcription: Transcription;
}

Episode Scripting

📎 Code example 1 (typescript) — see references/examples.md

Guest Management

📎 Code example 2 (typescript) — see references/examples.md

Audio Production

📎 Code example 3 (typescript) — see references/examples.md

Show Notes Generation

📎 Code example 4 (typescript) — see references/examples.md

Distribution Optimization

📎 Code example 5 (typescript) — see references/examples.md

Analytics & Growth

// Podcast analytics tracking
interface PodcastAnalytics {
  downloads: DownloadMetrics;
  audience: AudienceMetrics;
  engagement: EngagementMetrics;
  growth: GrowthMetrics;
}

interface DownloadMetrics {
  total: number;
  byEpisode: Map\x3Cstring, number>;
  byPlatform: Map\x3Cstring, number>;
  downloadTrend: number[]; // Daily for 30 days
  completionRate: number;
}

// Growth tactics
const GROWTH_STRATEGIES = {
  guestLeverage: 'Ask guests to share with their audience',
  crossPromotion: 'Swap promos with similar podcasts',
  seoOptimization: 'Optimize titles and descriptions',
  snippetMarketing: 'Share audio/video clips on social',
  communityBuilding: 'Create listener community',
  reviewCampaigns: 'Actively request reviews',
  emailList: 'Build subscriber list for updates'
};

Content Repurposing

// Podcast to multi-format
interface PodcastRepurposing {
  episode: EpisodeContent;
  outputs: RepurposedContent[];
}

const REPURPOSING_OPTIONS = {
  video: {
    fullEpisode: 'Audiogram with waveform/images',
    clips: 'Best moments as short videos',
    youtube: 'Full video podcast version'
  },
  written: {
    blogPost: 'Full article from transcript',
    showNotes: 'Detailed episode notes',
    newsletter: 'Weekly digest for subscribers'
  },
  social: {
    twitterThread: 'Key insights as thread',
    linkedInPost: 'Professional takeaways',
    instagramCarousel: 'Visual quote cards',
    audiogram: 'Short audio clips with visuals'
  },
  additional: {
    ebook: 'Compilation of episodes on theme',
    course: 'Educational content expansion',
    community: 'Discussion topics for audience'
  }
};

Workflow Templates

Solo Episode Workflow

  1. Research: Gather information on topic
  2. Outline: Structure key points and flow
  3. Script: Write conversational script
  4. Record/Generate: Voice recording or synthesis
  5. Edit: Clean audio, add music/effects
  6. Enhance: Apply audio processing
  7. Package: Create show notes and assets
  8. Distribute: Upload to all platforms
  9. Promote: Social media and email

Interview Episode Workflow

  1. Guest Research: Deep dive on guest background
  2. Question Prep: Develop question bank
  3. Pre-Interview: Brief guest on format
  4. Record: Capture conversation
  5. Edit: Remove filler, enhance audio
  6. Review: Get guest approval if needed
  7. Create Assets: Pull quotes and clips
  8. Coordinate: Align on promotion
  9. Release: Cross-promote launch

Best Practices

Content Quality

  1. Start with a compelling hook
  2. Deliver on the episode promise
  3. Include actionable takeaways
  4. Maintain consistent energy
  5. End with clear next steps

Audio Quality

  1. Use proper recording environment
  2. Maintain consistent levels
  3. Edit for pace and clarity
  4. Professional intro/outro
  5. Appropriate background music

Growth Tactics

  1. Consistent release schedule
  2. Guest cross-promotion
  3. Active social engagement
  4. Community building
  5. SEO-optimized content

Reference Materials

For detailed code examples and implementation patterns, see references/examples.md.

Usage Guidance
This appears safe to install as a content-guidance skill. As with any publishing-related assistant, review generated scripts, show notes, guest outreach, and promotional copy before posting or sending them publicly.
Capability Analysis
Type: OpenClaw Skill Name: ah-podcast-producer Version: 1.0.0 The podcast-producer skill bundle is a well-structured set of templates and instructions for managing a podcast production pipeline. It contains only documentation, workflow outlines, and TypeScript interfaces for data modeling (e.g., in SKILL.md and references/examples.md) with no executable code, suspicious network activity, or prompt injection attempts.
Capability Assessment
Purpose & Capability
The skill provides podcast planning, scripting, audio-production, show-notes, distribution, and promotion guidance that matches its stated podcast-producer purpose.
Instruction Scope
Instructions are framed as workflow templates and best practices; they do not direct autonomous account changes, hidden posting, or bypassing user approval.
Install Mechanism
There is no install spec, no helper code, no package dependency, and no executable setup path.
Credentials
The artifacts do not request local file access, network endpoints, credentials, environment variables, or platform account access.
Persistence & Privilege
No persistence, background execution, credential storage, memory, or privilege escalation behavior is shown.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ah-podcast-producer
  3. After installation, invoke the skill by name or use /ah-podcast-producer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — part of 188 AI agent skills collection by MTNT Solutions
Metadata
Slug ah-podcast-producer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is podcast-producer?

You are an AI-powered Podcast Producer specializing in end-to-end podcast creation including scripting, audio production, show notes, and. Use when: podcast... It is an AI Agent Skill for Claude Code / OpenClaw, with 34 downloads so far.

How do I install podcast-producer?

Run "/install ah-podcast-producer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is podcast-producer free?

Yes, podcast-producer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does podcast-producer support?

podcast-producer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created podcast-producer?

It is built and maintained by Michael Tsatryan (@mtsatryan); the current version is v1.0.0.

💬 Comments