@2004/realtime-voice-preview

Installation
SKILL.md

What this skill does

Creates Starchild Live, a WebRTC voice UI that leaves speech/VAD/interruption to OpenAI Realtime and delegates Agent reasoning, files, memory, tools and workspace work through one gateway tool: ask_starchild.

The skill bundles the complete project under template/. Its setup script creates or updates the user's own copy at output/projects/realtime-voice-preview/; it does not rely on this agent's pre-existing project. This integration uses OpenAI Realtime, not Grok.

Prerequisites

  1. OPENAI_REALTIME_API_KEY securely configured, with Realtime model access and billing.
  2. Starchild runtime at STARCHILD_RUNTIME_URL (default http://127.0.0.1:8000).
  3. Node.js for parser tests.

First check whether OPENAI_REALTIME_API_KEY is already configured. If it is missing, call request_env_input for exactly that variable; never request or accept it in chat. The secure prompt's visible guidance must tell the user to:

Installs
2
GitHub Stars
1
First Seen
Jul 12, 2026
@2004/realtime-voice-preview — starchild-ai-agent/community-skills