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 production pipeline, episode scripting, guest management, audio production, show notes generation.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "podcast-producer" with this command: npx skills add mtsatryan/ah-podcast-producer

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<string, number>;
  byPlatform: Map<string, 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Workout Readiness Check In

Create a same-day workout readiness decision card for users who planned to exercise today but feel tired, sore, stressed, underslept, ill, or uncertain. Use...

Registry SourceRecently Updated
General

URL to Markdown

Convert HTML web pages from HTTP/HTTPS URLs to clean, readable Markdown files with optional batch processing and formatting features.

Registry SourceRecently Updated
General

Appliance Manual Command Card

Assist in creating a one-page appliance command card for tracking maintenance, troubleshooting, warranty info, and repair preparation.

Registry SourceRecently Updated
General

Fireseed Writing Expert

全能小说写作专家,支持从零创作、DNA提取与克隆、风格仿写、一键发布到 fireseed.online。用户可以用自然语言描述需求,系统自动调度子技能完成科学、闭环的写作与发布流程。

Registry SourceRecently Updated