AI Employee Starter Kit

The $0 Tech Stack Guide

Everything you need to deploy your first AI employee. Two core tools do 90% of the work. No-code, no monthly subscriptions to stack up.

Total monthly cost to run your first AI employee: $0 to $5

Claude Code and OpenClaw are your engine. The only external tools you need are Cal.com (free) for booking pages and Twilio (free credit) for phone numbers and SMS. That's it.

The Complete Stack

Here's what each tool does and how they connect together. Notice the difference: instead of 8 different SaaS tools that each charge monthly, you have 2 core tools that replace almost everything.

AI Builder / Developer
Claude Code
Free tier available / Pro: $20/mo
AI Automation Gateway
OpenClaw
Free / Open Source
Calendar / Booking
Cal.com
Free: 1 calendar
Phone Number + SMS
Twilio
Free $15 credit / then ~$0.01/msg
Why only 4 tools instead of 8?

OpenClaw replaces Make.com (automation), handles email via its gog skill (Gmail/Google Workspace), manages your database via Google Sheets (gog skill), connects to 23+ messaging channels natively, and runs scheduling via cron. Claude Code replaces the need for a developer or any coding. Two tools do the work of six.

What OpenClaw Replaces

Old WayWhat It DidOpenClaw Replacement
Make.com ($9-29/mo)Automation workflowsOpenClaw gateway + tool groups (free)
Vapi ($0.05/min)Voice AI / PhoneOpenClaw + Twilio integration (just pay Twilio per-min)
Gmail via Make.comSend emailsOpenClaw gog skill (direct Gmail API, free)
Google Sheets via Make.comLead databaseOpenClaw gog skill (direct Sheets API, free)
Zapier / n8nConnect appsOpenClaw 23+ channels + tool groups (free)
Chatbot SaaS (Tidio, Crisp)Website chatOpenClaw webchat channel (free)
Tally / TypeformLead formsOpenClaw webhook trigger (free)

How They Connect

Lead submits form, sends message, or calls

Entry point: website, Telegram, WhatsApp, SMS, Instagram, phone call

OpenClaw catches the trigger

Message tool receives data across any of 23+ channels. Webhook catches form submissions.

AI agent generates personalized response

OpenClaw agent (powered by Claude/GPT) writes the email, SMS, or chat reply

Email sent (gog skill) + SMS sent (Twilio)

Lead gets a personal follow-up within 60 seconds, from your real email address

Lead logged in Google Sheets (gog skill)

Name, email, phone, interest, date, status. All automatic.

Cal.com booking link in follow-up

Lead books an appointment on your calendar. Confirmation + reminders sent automatically.

Tool-by-Tool Setup

1. Claude Code (Your AI Developer)
Core ToolFree Tier Available
Claude Code is an AI assistant that lives in your terminal. You tell it what to build, and it builds it. It writes code, creates automations, deploys your agents, edits files, and handles all the technical work. Think of it as having a developer on call 24/7.
claude.ai/claude-code
  1. Install Claude Code: open your terminal and run npm install -g @anthropic-ai/claude-code
  2. Run claude in your terminal to start a session
  3. Sign in with your Anthropic account (free tier gives you access)
  4. Navigate to your project folder and start giving it instructions: "Set up an OpenClaw agent that answers messages and follows up with leads"
  5. Claude Code will write the config files, create the agent profiles, and help you connect everything
  6. Use it whenever you need to modify prompts, add new channels, fix issues, or build new automations
What Claude Code does for you:

It writes your OpenClaw agent configs, generates custom prompts for your business, builds webhook handlers, sets up cron schedules, troubleshoots issues, and deploys everything. You describe what you want in plain English. It builds it.

Stuck on Claude Code? Want someone to install it with you?

Get a setup call and we'll get Claude Code running on your machine in 15 minutes. Screen share, step by step.

Get a Setup Call - $197 →
2. OpenClaw (Your AI Automation Gateway)
Core ToolFree / Open Source
OpenClaw is the engine that runs your AI employees. It's an open-source AI gateway that connects to 23+ messaging channels, sends emails, manages calendars, automates browser tasks, runs on a schedule, and handles everything your AI employee needs to operate. It replaces Make.com, Zapier, and most SaaS automation tools.
openclaw.com
  1. Install OpenClaw using Claude Code: tell it "help me install and set up OpenClaw"
  2. The gateway runs on your machine (default port: 18789). No cloud fees.
  3. Create your first agent profile. This is your AI employee's identity and instructions.
  4. Enable tool groups based on what your agent needs:
    messaging (send/receive on all channels), web (browse sites), fs (file management), runtime (run code), automation (browser automation)
  5. Enable the gog skill for Google Workspace: Gmail, Google Calendar, Google Drive, Google Sheets. One skill covers all four.
  6. Connect your messaging channels: Telegram, WhatsApp, Discord, SMS (via Twilio), Instagram, Facebook Messenger, and more
  7. Your agent is now live across all connected channels, running 24/7
OpenClaw's key capabilities:

23+ messaging channels, 54+ bundled skills, gog skill (Gmail/Calendar/Drive/Sheets), cron scheduling, browser automation, exec tools, webhook support, multi-agent profiles, memory/context management. All free. All local. No per-operation limits.

3. Cal.com (Booking / Calendar)
Free: 1 calendar
Open-source Calendly alternative. Gives you a public booking page where leads can self-schedule. Your AI employee sends this link to every lead. Cal.com handles confirmations and syncs with Google Calendar.
cal.com
  1. Create an account at cal.com
  2. Connect your Google Calendar (Settings > Calendars)
  3. Create your first Event Type (e.g., "Free Consultation" / 15 min / 30 min)
  4. Set your availability (business hours, buffer time between meetings)
  5. Copy your booking link (e.g., cal.com/yourbusiness/consultation)
  6. Paste this link into all your AI employee prompts where it says [BOOKING LINK]
  7. Under Workflows, enable confirmation emails and reminder emails (automatic)
  8. Bonus: OpenClaw's gog skill can also book directly on Google Calendar without Cal.com. Cal.com is for the self-service booking page that leads can use on their own.

Need help connecting OpenClaw, Cal.com, and Twilio together?

This is the step where most people get stuck. We'll do it together on a 45-min Zoom call.

Get a Setup Call - $197 →
4. Twilio (Phone Number + SMS)
Free $15 Credit
Gives your AI employee a real phone number for inbound calls and outbound SMS. OpenClaw connects to Twilio to send/receive text messages. This is the only tool you need that costs money, and the free credit covers your first few hundred messages.
twilio.com
  1. Create an account at twilio.com
  2. Verify your phone number
  3. Get a Twilio phone number (free with trial credit)
  4. Note your Account SID and Auth Token (found on the Console dashboard)
  5. In Claude Code, ask it to connect Twilio to your OpenClaw agent for SMS messaging
  6. Configure inbound webhooks so Twilio routes incoming calls/texts to your OpenClaw agent
  7. Test by texting the Twilio number from your personal phone
  8. Important: Register for A2P 10DLC messaging (required for business SMS in the US). Takes 1-3 business days to approve.
A2P registration:

Twilio requires US businesses to register for 10DLC (10-digit long code) to send business SMS. Go to Twilio Console > Messaging > Compliance. Register your business and describe your use case. This is a one-time setup. Without it, your messages may be filtered as spam.

Putting It All Together

Here's the order to set everything up. With Claude Code doing the heavy lifting, total setup time is about 1-2 hours.

  1. Install Claude Code (5 min). Run npm install -g @anthropic-ai/claude-code in your terminal.
  2. Install OpenClaw (10 min). Ask Claude Code to help you install and configure it.
  3. Set up Cal.com (10 min). Create your booking page and connect Google Calendar.
  4. Set up Twilio (10 min). Get your phone number and API credentials.
  5. Create your first OpenClaw agent (15 min). Ask Claude Code to build it using Template 1 or 2 from the templates guide.
  6. Enable the gog skill (5 min). Connect Gmail, Google Calendar, and Google Sheets to your agent.
  7. Connect your messaging channels (15 min). Start with SMS (Twilio) and one other channel (Telegram, WhatsApp, etc.)
  8. Test the full flow (10 min). Send a message to your agent. Check that you get a follow-up email, SMS, the lead appears in Google Sheets, and the booking link works.
  9. Go live. Share your channels, forward your phone, and let the AI employee do its thing.
You now have an AI employee running for $0/month.

It answers messages across 23+ channels, follows up by email and text, logs every lead, books appointments, and runs 24/7. No Make.com operations to count. No Zapier limits. No monthly SaaS stack adding up. Just Claude Code + OpenClaw + the two tools you actually need.

Want the full stack set up and running in one session?

Skip the trial and error. Get a setup call and we'll deploy your entire AI employee live on Zoom, customized to your business.

Get a Setup Call - $197 →