skills
Build, deploy, and test Vapi voice phone agents
All Skills in This Repository (10)
Pure Emerald Level Indicatorscreate-squad
Orchestrate multi-assistant voice AI squads with configurable handoffs via the Vapi API.
vapi-prompt-builder
Create and audit Vapi voice agent system prompts for production deployment.
create-workflow
Build deterministic node-based visual conversation workflows for Vapi voice AI agents.
vapi-bootstrap-framework
Scaffold complete Vapi voice agent projects from rough draft specifications.
create-call
Initiate outbound phone, web, and batch calls via the Vapi API.
setup-webhook
Configure Vapi server URL webhooks for real-time call event data.
create-assistant
Create API-compliant Vapi voice assistant payloads via the REST API.
create-tool
Build custom Vapi voice assistant tools for phone and web calls.
create-phone-number
Configure and manage Vapi phone numbers for call routing.
setup-api-key
Validate Vapi API keys and store them in a .env file.
Frequently Asked Questions
FAQPage SchemaHow to install Vapi skills?โผ
Run `npx skills add VapiAI/skills --all -g -y` in your terminal to install every skill globally. You can also install a single skill with `npx skills add VapiAI/skills --skill create-assistant`.
How to build a voice AI phone agent with Vapi?โผ
Use the create-assistant skill to design the agent's prompt, voice, model, and tools, then create-phone-number to attach a number and create-call to test it live. The vapi-prompt-builder skill helps you write production-quality system prompts.
How to run outbound calling campaigns with Vapi?โผ
The create-campaign skill handles persistent multi-contact campaigns with scheduling, concurrency limits, CSV contacts, and webhooks. It includes safety checks and confirmation steps before any live, chargeable calls are placed.
Do Vapi skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, VS Code Copilot, Gemini CLI, and Codex. The bundled Vapi documentation MCP server auto-configures in agents that support MCP.
How to test a Vapi voice agent before launch?โผ
Use the simulations skill to run realistic chat and voice test conversations against your assistant or squad with measurable pass/fail criteria. It supports tool mocking so tests never trigger real side effects.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core