The bait, then the rug-pull.
Vapi shipped eight Claude Code skills and an MCP server that lets any AI coding assistant build, configure, and test a full voice agent without opening a dashboard. In this video, the host takes that claim seriously — building a live AI receptionist for a construction company from scratch, on camera, across six structured phases, and picking up the phone to prove it works.
Where the time goes.
01 · Intro
Hook: Vapi released official Claude Code skills. Promise: by the end you'll know how to install the MCP, the eight skills, and build your own agent.
02 · Full Live Demo + Results
Live inbound call with Rachel the AI receptionist. Agent qualifies lead, books deck estimate on Google Calendar, logs to Google Sheet. 24-cent call cost. One CRM spelling error spotted.
03 · What Are Vapi Skills?
Skills are knowledge files for AI coding assistants. Vapi released eight covering the full platform. The MCP connector can query live Vapi docs for anything beyond the eight.
04 · Installing the MCP and Skills
Copy-paste the blog post link into Claude Code and tell it to follow the instructions. Claude handles setup; user only pastes the API key.
05 · Phase 1: Environment Setup
Claude reads CLAUDE.md, identifies missing VAPI_API_KEY, sets up .env and .gitignore. Google Calendar and Sheets connections confirmed.
06 · Phase 2: Tool Creation
Five tools created via Vapi MCP: calendar check, calendar create event, log lead, transfer to Mike, end call. Verified in Vapi dashboard with full configs.
07 · Phase 3: Build the Assistant
Claude creates Rachel with full system prompt, GPT-4.1, Vapi Clara voice, first message, and all five tools attached. Verified in Vapi dashboard.
08 · Phase 4: Phone Number
Vapi creates a free phone number and assigns it to Rachel for inbound and outbound calls.
09 · Phase 5 and 6: Webhook and Testing
n8n workflow built for end-of-call reports. Claude triggers outbound test call live on camera. Calendar booking, Google Sheet, and email report all verified working.
10 · AI Can't One-Shot Everything
n8n workflow failed on first test. Debugged off-camera. Honest framing: AI does ~80% reliably; edge cases still need human iteration.
11 · Sponsor: AI Automation Society Plus
Promotion for a Skool community focused on n8n, Claude Code, and running an AI automation agency.
12 · Three Biggest Takeaways
1. Skills eliminate dashboard time. 2. Vapi packaged their platform correctly. 3. Agent skills standard now has 280K+ skills and is becoming universal.
13 · Outro
Like, subscribe, comment with what voice agent you'll build.
14 · Blessing
Creator prays for his audience — a recurring close on this channel.
Visual structure at a glance.
Named ideas worth stealing.
Six-Phase Voice Agent Build
- Phase 1: API key and environment setup
- Phase 2: Tool creation (calendar, CRM, transfer, end call)
- Phase 3: Build the assistant with system prompt and voice
- Phase 4: Provision and assign a phone number
- Phase 5: Wire the webhook for end-of-call reports
- Phase 6: Test with real calls and verify all integrations
A structured CLAUDE.md-driven build sequence that lets you construct a production voice agent incrementally, clearing chat context between phases to avoid degradation.
Lines you could clip.
"This is the difference between a tool that you have to learn and a tool that knows how to use itself."
"I wanna make it clear that AI cannot one shot everything. It could pretty much do 80% of the work, but you're gonna have to go in there and fix some problems."
"I did about 80% of everything you just saw right here in Claude Code."
Things they pointed at.
How they asked for the click.
"Use the link in my description to join today"
Soft sell mid-video for AI Automation Society Plus Skool community. Separate from the subscribe CTA at the end. Reasonably integrated — framed around where the creator started his own learning.
Word for word.
What Vapi skills actually change about building voice agents.
When a platform packages itself as AI-readable skills, the bottleneck shifts from knowing the tool to knowing what you want — and that changes who can ship voice agents.
- Skills compress a multi-hour Vapi dashboard build into a 20-minute Claude Code conversation by translating platform knowledge into something Claude can call directly.
- A CLAUDE.md file with numbered phases is the practical solution to context rot in long builds — clearing the chat between phases keeps Claude focused without losing project state.
- AI does about 80% of a voice agent build reliably; the remaining 20% is integration edge cases (webhook payload mismatches, env var scoping) that still require human debugging.
- Vapi's free phone number provisioning means inbound and outbound calling can be wired up without a separate Twilio account, reducing the infrastructure surface for simple receptionist agents.
- The agent skills open standard is converging across platforms — Stripe, Notion, Vercel, and OpenAI now support the same format, which means skills built for Claude Code transfer to other coding assistants.

































































