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
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
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.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.