Install
openclaw skills install omnicastA local multi-modal podcast pipeline. Ingests media, drafts scripts, synthesizes audio, renders cover art, and uploads to YouTube.
openclaw skills install omnicastOmniCast Studio is a local Node.js application that provides a multi-modal pipeline for processing text, audio, and video into podcast scripts and social media assets. It exposes a set of local API endpoints to orchestrate these tasks.
This application requires the following environment variables to be set in a local .env file:
GEMINI_API_KEY: Required for text analysis, translation, and script drafting.OPENAI_API_KEY: Required for audio transcription and synthesis.PORT: Defaults to 7860.System Requirements:
The service runs strictly on http://127.0.0.1:7860. The following endpoints are available:
POST /api/ingestPOST /api/draft-scriptPOST /api/synthesizePOST /api/generate-linkedin