🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 3.4K |
| ⭐ GitHub Stars | 62(fork 11) |
| 🗓️ 最近推送 | 2026-06-16 |
| 🌱 项目创建 | 2026-02-05 |
| 💻 语言 / License | Python · MIT |
| 🐛 开放Issue | 2 |
📝 工具简介
用LiveKit构建语音AI的可复用编程技能包,加速语音应用开发。
📖 怎么用
安装很简单,一条命令搞定:`npx skills add livekit/agent-skills`。装完后技能就自动生效了,AI 助手在帮你写 LiveKit 语音 AI 应用时会自动参考架构指导和测试场景生成。没有额外的配置步骤,你直接跟 AI 描述你想构建的语音 AI 功能,比如低延迟交互、任务切换这些,它就会按 LiveKit 的最佳实践来帮你设计和写代码。
📋 迷你测评
用LiveKit构建语音AI的可复用编程技能包。亮点是封装了语音链路常用逻辑,加速原型开发。适合做语音助手类应用。
📄 README 要点
这是给AI编码代理用的技能包,专门针对LiveKit开发。里面有两个技能:一个是架构指导,教代理怎么用LiveKit Agents SDK搭低延迟语音AI应用,涵盖工作流设计、任务交接和测试规范;另一个是模拟测试生成器,能从代理代码和用户需求出发,自动生成压力测试场景并在本地跑模拟,还带人物/目标/挑战库和标准场景构建器。装好后代理遇到"做个语音代理"这类任务会自动激活。适合搞语音AI应用开发的团队。
查看英文原文
LiveKit Agent Skills Reusable skills for AI coding agents building with LiveKit. These skills provide procedural knowledge that helps agents build voice AI applications more effectively. Available Skills Skill Description livekit agents Architectural guidance for building low latency voice AI agents with LiveKit Agents SDK. Covers workflow design, handoffs, tasks, and mandatory testing practices. livekit simulations Generate targeted test scenarios for a LiveKit agent — locally, from the agent's own code plus what the user wants stress tested — and run them as simulations. Bundles persona/goal/challenge libraries and a stdlib scenario builder. Installation [安装/使用命令见下方] Skills activate automatically when agents detect relevant tasks (e.g., "build a voice agent", "create a LiveKit agent"). Skill Structure Each skill contains: SKILL.md — Agent instructions with behavioral guidance references/ — Supporting documentation Using with MCP These skills are designed to work alongside the LiveKit Docs MCP server. The skills provide behavioral guidance (how to think about building voice agents) while MCP provides factual information (current API signatures, configuration options). Install the MCP server for best results. Installation instructions for all supported coding agents are available at: https://docs.livekit.io/intro/mcp server/ Design Philosophy These skills follow the "freeze forever" principle—they encode behavioral guidance that remains valid regardless of API changes: Behavior over knowledge : Skills teach how to approach problems, not API specifics MCP for facts : All factual information (API signatures, config options) comes from live documentation Testing required : Every agent implementation must include tests Latency first : Voice AI requires different architectural thinking than text based agents Contributing Contributions welcome! When adding or modifying skills: 1. Ensure content passes the "freeze forever" test—would it still be correct if never updated? 2
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除