livekit-agents
Guidance for building voice AI agents with LiveKit Cloud, focusing on managed infrastructure and latency optimization.
Install
npx skills add https://github.com/livekit/agent-skills --skill livekit-agentsStats
| Total installs | 950 |
| Weekly installs | 951 |
| GitHub stars | 37 |
| First seen | Feb 9, 2026 |
| Source | @livekit/agent-skills |
Summary
- Use LiveKit Cloud and LiveKit Inference for managed infrastructure and AI models without separate API keys
- Design agents around handoffs (agent-to-agent transitions) and tasks (scoped operations) to isolate context and reduce latency
- Every agent implementation requires tests covering basic conversation flow, tool invocation, error handling, and edge cases before deployment
- Always verify APIs against live documentation via MCP or web search; never rely on model memory for LiveKit SDK specifics
- Minimize system prompts and tool lists to keep voice interactions responsive; context bloat directly increases latency
Tags
Related skills
| Skill | Installs | vs livekit-agents |
|---|---|---|
| chat-sdk | 976 | +26 |
| faster-whisper | 886 | -64 |
| agent-harness-construction | 956 | +6 |
| convex-agents | 907 | -43 |
| langsmith-fetch | 952 | +2 |
FAQ
- How many installs does livekit-agents have?
- livekit-agents has 950 total installs and 951 installs this week.
- Where is livekit-agents hosted?
- livekit-agents is published by @livekit/agent-skills at https://github.com/livekit/agent-skills.
- How many GitHub stars does livekit-agents have?
- livekit-agents has 37 GitHub stars.
- When was livekit-agents first indexed?
- OrangeBot.AI first indexed livekit-agents on Feb 9, 2026.
- How do I install livekit-agents?
- Run: npx skills add https://github.com/livekit/agent-skills --skill livekit-agents