What problem does it solve?
This Skill solves the complexity of building a reliable offline voice copilot by coordinating realtime audio transport, local speech recognition, local reasoning, and speech synthesis without cloud dependencies.
Core Features & Use Cases
- Offline Voice Orchestration: Connects self-hosted LiveKit Agents with local Whisper STT, Qwen LLM, and Kokoro or Piper TTS pipelines for air-gapped deployments.
- Realtime Operator Interaction: Implements push-to-talk workflows, sentence-level streaming, transcript delivery, SOP display updates, and safety or escalation states for factory-floor assistants.
- Use Case: Build and debug ManuAI's voice loop where an operator speaks a machine fault, retrieves grounded SOP context through Moss, receives a cited response from Qwen, and hears the answer through local TTS.
Quick Start
Use the livekit-agents skill to configure a fully offline voice agent pipeline with local STT, LLM, TTS, push-to-talk controls, and SOP-aware screen updates.