livekit-skills
Installation
SKILL.md
LiveKit Voice Agent Development
This skill provides guidance for building voice AI agents with the LiveKit Agents SDK. It covers both LiveKit Cloud and self-hosted deployments, using the lk CLI for documentation access and project management. All factual information about APIs, methods, and configurations must come from live documentation.
MANDATORY: Read This Checklist Before Starting
Before writing ANY code, complete this checklist:
- Read this entire skill document - Do not skip sections
- Set up LiveKit credentials (Cloud project or self-hosted server) - You need
LIVEKIT_URL,LIVEKIT_API_KEY, andLIVEKIT_API_SECRET - Set up documentation access - Install
lkCLI forlk docscommands - Plan to write tests - Every agent implementation MUST include tests (see testing section below)
- Verify all APIs against live docs - Never rely on model memory for LiveKit APIs