Communityv0.1.0

Podcast Generation with Microsoft Foundry

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 React frontend to Python FastAPI backend with WebSocket streaming.

2.5kdownloads3stars8active installsthegovind
View on ClawHubBack to Skills

Skill Details

Slug
podcast-generation
Latest Version
0.1.0
Author
thegovind
Published
Jan 31, 2026
Updated
Feb 27, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Podcast Generation with Microsoft Foundry.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v0.1.0

Initial release of podcast-generation skill. - Generate podcast-style audio narratives from text using Azure OpenAI's GPT Realtime Mini via WebSocket. - Full-stack example: React frontend for audio playback, Python FastAPI backend for real-time audio synthesis. - Streams audio and transcript events; outputs base64-encoded WAV audio for immediate playback. - Includes environment, API usage, and PCM-to-WAV conversion instructions. - Supports multiple narrator voice options and provides production workflow references.