livekit-voice
LiveKit real-time voice and video infrastructure — create rooms, generate JWT access tokens, manage participants, and record sessions. Open source WebRTC for voice AI agents and real-time communication. Use for building voice agents, video rooms, or real-time audio.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/livekit-voiceWhat This Skill Does
The livekit-voice skill provides a robust command-line interface for managing real-time audio and video infrastructure within OpenClaw. It allows you to programmatically create and tear down rooms, manage participant access through JWT generation, monitor live room status, and trigger server-side recordings (Egress). Whether you are building a voice-enabled AI assistant, setting up a real-time conferencing bridge, or streaming audio from TTS services like ElevenLabs, this skill serves as the control plane for your WebRTC infrastructure.
Installation
To install this skill, use the following command in your terminal:
clawhub install openclaw/skills/skills/aiwithabidi/livekit-voice
Ensure you have your LiveKit credentials ready. You will need to export LIVEKIT_API_KEY, LIVEKIT_API_SECRET, and LIVEKIT_URL into your environment variables to allow the agent to authenticate with your LiveKit server or cloud instance.
Use Cases
- Voice AI Agents: Orchestrate real-time communication for agents using OpenAI Realtime or Vapi by creating ephemeral rooms on demand.
- Event Recording: Automatically trigger room recordings whenever a support call or meeting begins to archive interactions for training or compliance.
- Access Control: Generate secure, time-limited JWT access tokens for clients or participants joining your application, ensuring only authorized users can publish or subscribe to streams.
- Automated Infrastructure: Use as part of a larger CI/CD or automation workflow to clean up idle rooms and manage resource usage on your LiveKit server.
Example Prompts
- "Create a new LiveKit room named 'support-session-001' with a maximum of 5 participants and set the auto-close timeout to 600 seconds."
- "Generate an access token for a user named 'Alice' with ID 'user_88' for the room 'training-room', allowing them to publish audio and subscribe to existing tracks."
- "List all active rooms currently running on our server and then start an egress recording for 'main-conference-room' saving to our s3://logs-bucket/ recordings folder."
Tips & Limitations
- Security: Always rotate your
LIVEKIT_API_SECRETperiodically and store it in a secret management service rather than hard-coding it into scripts. - Egress: Note that recording requires an active Egress service configured on your LiveKit server; ensure this is enabled in your server configuration, otherwise the
recordcommand will fail. - Latency: Because this skill interacts with a remote WebRTC server, ensure your
LIVEKIT_URLis reachable from your OpenClaw environment. If you are self-hosting, ensure ports 7880 and 7881 are accessible.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-livekit-voice": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
skill-auditor
Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.
Model Intel
Live LLM model intelligence and pricing from OpenRouter
deep-search
Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.
amplitude
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.