AI Agent Hub
Back to skills
Corporate Podcast Studio icon

Corporate Podcast Studio

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Install @beatra-ai/corporate-podcast-studio following https://skillhub.cn/install/skillhub.md.

About this skill

Problem

When executives or company teams have a finalized column, script, or spoken notes, they may need a serializable podcast episode rather than a one-off read. The hard parts are keeping a consistent host voice, preserving episode structure, handling names, titles, and product terms, and avoiding full-episode re-synthesis.

How It Works

  • Build an episode ledger with the show name, episode number, section labels, and pronunciation sheet; convert the episode into spoken sentences and remove slide titles, cue notes, and image captions.
  • With a host voice sample, confirm speaker authorization first, then upload the file and call beatra.voices.clone; without one, select a catalog voice via beatra.voices.list.
  • Submit through the bundled scripts/mcp_client.py, call beatra.speech.synthesize, and poll beatra.tasks.get to terminal state; re-submit only unclear or mispronounced blocks.
  • Reuse the same voice_id for later episodes, and deliver audio with actual duration, usage, and billing.net_charged_credits.

Boundaries

Best for corporate executive columns and company show serialization. Ordinary single-article voiceover or on-camera talking videos are out of scope. If terms exist but the pronunciation sheet is empty, stop and collect pronunciations instead of guessing. Voice cloning and each synthesis block are paid, so confirm the estimate before submission.

Use Cases

  • Turn a finalized executive column into spoken sentences, set episode and section labels, and synthesize a reviewable MP3.
  • Collect pronunciation rules for names, titles, and product terms, freeze the sheet, then pick a catalog or cloned voice.
  • After the first episode is accepted, reuse the same voice_id for the next episode and re-submit only unclear or mispronounced blocks.
  • Before cloning or synthesis, confirm authorization, estimate, and balance; keep the task ID for recovery with the same payload.

Best For

  • Content owners who produce company podcasts and need executive columns turned into labeled, episodic audio.
  • Brand operations who clone authorized host voices and need consistent pronunciation of names and product terms.
  • Product marketing teams who manage show schedules and need delivered audio with duration, usage, and credits.
  • Engineering integrators who submit paid voice tasks via the bundled MCP client and need polling and recovery.