Favicon of podcast-generation

podcast-generation Skill

AI Agent SkillCloud & DevOpsTypeScriptOpen source

Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from Published by microsoft in skills.

Decision snapshot

Is this a fit?

Best for

Developers using skills, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

API key required authentication, Credentials required

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

Access note: API key required.

What is podcast-generation Skill?

Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
85/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using skills

Declared skill metadata

  • Source file: .github/skills/podcast-generation/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory
  • API key required

Requirements and access

API key required

Security and permissions

Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.

Credentials requiredAPI key required authentication

When to use podcast-generation Skill

  • Use it for developers using skills.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/skills
  • Skill file: .github/skills/podcast-generation/SKILL.md

What it does

Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from

Skill instructions

Podcast Generation with GPT Realtime Mini Generate real audio narratives from text content using Azure OpenAI's Realtime API. Quick Start 1. Configure environment variables for Realtime API 2. Connect via WebSocket to Azure OpenAI Realtime endpoint 3. Send text prompt, collect PCM audio chunks + transcript 4. Convert PCM to WAV format 5. Return base64-encoded audio to frontend for playback Environment Configuration env AZUREOPENAIAUDIOAPIKEY=yourrealtimeapikey AZUREOPENAIAUDIOENDPOINT=https://your-resource.cognitiveservices.azure.com AZUREOPENAIAUDIODEPLOYMENT=gpt-realtime-mini Note: Endpoint should NOT include /openai/v1/ - just the base URL. Core Workflow Backend Audio Generation python from openai import AsyncOpenAI import base64 Convert HTTPS endpoint to WebSocket URL wsurl = endpoint.replace("https://", "wss://") + "/openai/v1" client = AsyncOpenAI( websocketbaseurl=wsurl, apikey=apikey ) audiochunks = [] transcriptparts = [] async with client.realtime.connect(model="gpt-realtime-

Verified compatibility and discovery

Frequently asked questions

What is podcast-generation?

podcast-generation is a open-source AI agent skill with Copy skill directory. Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket.

Who is podcast-generation best for?

podcast-generation is best for reusing agent instructions, scripts, and references.

How do I install podcast-generation?

Install or run podcast-generation using Copy skill directory. Check podcast-generation for the latest setup command.

Is podcast-generation actively maintained?

podcast-generation may need a closer maintenance check before production use.

Share:

Stars
2,741
Forks
309
Last commit
2 months ago
Last verified
Aug 26, 2026
Metadata fetched
Aug 26, 2026
Repository age
8 months
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to podcast-generation