Waboom AI
AI Training

AI Training

AI Team TrainingPopular

Hands-on workshops for marketing, sales, operations, and customer service teams.

AI Strategy Workshop

Executive workshops for leadership teams. Identify opportunities. Calculate ROI. Walk out with a roadmap.

Claude Code Workshop

Build apps in hours not months. Ship websites, automations, and tools with AI.

AI Training for Teams

AI Training for Teams

Hands-on workshops for marketing, sales, operations, and customer service teams. Not theory. Real tools. Real tasks. Real outcomes.

2,000+ people trained across NZ

Learn more
AI Automation

AI Automation

AI Agents & AutomationPopular

Your AI workforce: outbound, proposals, knowledge and support agents. Find buyers, write SOWs, answer every call.

AI Retainer Support

Already built with us? Stay on retainer and we keep shipping new agents and features for your business.

Microsoft Copilot Agents

Build custom Copilot agents in Power Automate & Copilot Studio. Automate workflows across your entire Microsoft 365 ecosystem.

Waboom Concierge

Personalised inbound for premium brands. An AI concierge greets every visitor, builds an on-the-spot quote, and books a real conversation.

AI Automation & Integration

AI Automation & Integration

We build faster and more cost effectively than traditional development teams. You tell us the problem. We deliver the solution.

30+ projects live in 24 months

Learn more
AI Voice Agents

AI Voice Agents

AI Voice Agents

24/7 AI-powered phone agents for inbound & outbound calls. Never miss a lead, handle enquiries, book appointments automatically.

AI Receptionist

Pay-as-you-go inbound receptionist. Answers, transfers calls, takes messages inside your VoIP. $1/min with auto top-up.

Voice Agent Pricing

Transparent pricing for AI voice agents. See costs per minute and platform fees.

AI Voice Agent Demo

Talk to Michelle on three voice AI engines side by side. Hear the latency, find the model that fits.

Listen to Our Voices

Preview all 32 AI voice agents across NZ, AU, UK and US. Find the perfect voice for your brand.

Case Studies

Real customer results. Vendor leads, viewings booked, relationships scaled. Every story has the math.

AI Voice Agents

AI Voice Agents

Never miss a lead. AI agents that answer calls 24/7, qualify prospects, and book appointments automatically.

30+ voice agents deployed

Learn more
Case Studies

Case Studies

Melbourne: 5 listings from one 14-year dormant contactPopular

$2.9M of CBD apartments relisted by the same agent who sold them in 2012. AI dialled the dormant number.

Home builder: AU$374.4M in lost sales uncovered

5,200 cold calls into a 70,000-prospect CRM. 234 confirmed lost deals at AU$1.6M each. A very leaky bucket.

Sydney agent: 141 vendor leads in 90 days

9,856 dials, 1,997 conversations, 141 warm-transferred sellers at $32.74 each.

Christchurch developer: 49 viewings in 14 days

931 Meta leads called same-day. 49 viewings booked at $7.12 each.

City Sales Auckland: 100,000+ relationships

How a leading Auckland firm strengthened over 100,000 client relationships with AI.

See all case studies

Browse every Waboom customer case study in one place.

Real numbers from real Waboom customers

Real numbers from real Waboom customers

Vendor leads. Viewings booked. Relationships scaled. Every story has the math.

5,000+ AI-handled conversations

Learn more
Resources

Resources

AI Resources & Guides

Free templates, frameworks, and implementation guides to help you adopt AI effectively in your organisation.

Blog

Expert insights on AI voice agents, automation strategies, and industry best practices from the Waboom team.

Workshop Tutorial Videos

Paid-attendee video library. Cowork 101 and Claude Code 101, on demand with clickable chapter navigation.

AI Resources Hub

AI Resources Hub

Free tools and guides to help you implement AI effectively. From policy templates to ROI calculators.

New resources added monthly

Learn more
Contact

Contact

Contact Us

Get in touch with our team. We'd love to hear about your AI goals.

About Waboom AI

Learn about our mission, team, and why we're passionate about AI adoption in NZ.

Let's Talk AI

Let's Talk AI

Whether you need training, automation, or strategy - we're here to help you adopt AI effectively.

Response within 24 hours

Learn more
09 885 9695 (NZ)+61 485 027 479 (AU)
←
Module 2 of 6
The 3 Places Claude Lives
8 min • 0 Lessons

The 3 Places Claude Lives

Web, Desktop, Code. Same skills. Different install paths.

The Same Skill Works Everywhere. The Install Path Is Different.

You will use Claude in one of three places.

The good news: skills work the same way in all of them. The same folder, the same instructions, the same result.

The thing that changes is where you put the folder. Three places, three install paths. Pick the one you actually use.

Three Claude surfaces, Web, Desktop, and Code, share the same skills but install them differently

On Claude Web (claude.ai)

This is the browser app at claude.ai. You log in, you chat, you close the tab.

Nothing to install.

To use a skill here, you upload it through Settings. The browser stores it on Anthropic's side, attached to your account.

It follows you to any device you log in from.

Where the skill lives: your Claude account, in the cloud.

How you install: click your name in the bottom-left, open Settings, find the Skills section, then upload a zipped folder.

Best for: people who use Claude as a daily chat assistant and never open a terminal.

On Claude Desktop (the app)

This is the standalone Mac or Windows app you download from claude.ai/download. It feels like a chat app.

It can talk to files on your computer through MCP connectors. Otherwise the experience is very close to the web.

Skills install the same way as web, through Settings.

The desktop app and the web app share your account, so a skill you upload on the web is available in desktop too.

Where the skill lives: your Claude account (same as web).

How you install: Settings → Skills, then upload a zipped folder. Identical to the web flow.

Best for: people who want a real app icon in the dock, want to use MCP connectors to local services, or like a tidy chat history outside the browser.

On Claude Code (the terminal)

This is the command-line tool you install on your computer with npm install -g @anthropic-ai/claude-code (covered in our Claude Code 101 course if you have never used a terminal).

Claude Code is the most powerful surface for skills. It can run scripts, edit files, and chain workflows together.

It is what we use for everything technical at Waboom AI.

Skills here live on your hard drive in a folder Claude Code reads automatically. The default location is:

  • Mac / Linux / WSL: ~/.claude/skills/
  • Windows: %USERPROFILE%\.claude\skills\

Drop a skill folder into that directory and Claude Code finds it on startup. No upload, no zip, no Settings panel. Just files.

Where the skill lives: your local hard drive.

How you install: copy or download a skill folder into ~/.claude/skills/.

Best for: anyone building skills (because Claude Code has the skill-creator skill that writes new skills for you, Module 4), anyone running scripts or repeatable workflows, and anyone who wants their skills version-controlled in git.

A Quick Comparison

SurfaceInstall methodWhere storedBest for
Web (claude.ai)Upload zip in SettingsYour Claude accountDaily chat users
Desktop appUpload zip in SettingsYour Claude accountDesktop chat users
Claude Code (terminal)Drop folder in ~/.claude/skills/Your computerBuilders, power users

The folder is identical in all three cases. Only the install action differs.

🎓Go further: Skills are composable. Plan for it.click to expand

You will quickly end up with more than one skill. Claude can run many skills at once, which is the point. But it also means your skills should coexist gracefully.

Three rules:

  1. Be specific in your description. If you have a "summarise meeting notes" skill and a "summarise blog drafts" skill, do not write both descriptions as "summarise text". They will fight for triggers. Specific descriptions let Claude pick the right one.

  2. Do not assume you are alone. Avoid writing "always do X" in your skill, because another skill might be loaded that needs you to do Y. Instead write "when the user asks for Z, do X".

  3. Cap your active skills. Anthropic recommends staying under 20 to 50 enabled at once. Past that, Claude can lose track. Disable skills you have not used in a month.

We run about 12 active skills at Waboom. Each one has a sharp description and a clean scope. None of them say "always". All of them say "when".

Which One Should You Use for This Course?

If you have Claude Code installed, use that. The walkthrough in Module 4 uses skill-creator which runs in the terminal and is the fastest path to a working skill.

If you have never opened a terminal in your life, that is fine.

Use Claude Web or Desktop, follow along, and where Module 4 shows a terminal command we will give you the equivalent web/desktop steps.

💡

Want to learn Claude Code first? Our free Claude Code 101 course walks you through installing it from zero, including how to open a terminal on Mac, Windows, and Linux. It is a 2-hour course. Worth it if you plan to do anything more ambitious than chat.

What's Next

Module 3 is where you stop reading and start clicking. You will turn on a skill that already exists and feel the difference for yourself. Win first, then build.

←PreviousWhat is a Claude Skill?Next ModuleUse a Skill That Already Exists →
Waboom AI

Empowering New Zealand and Australian businesses with AI voice agents and automation that deliver real, measurable value.

info@waboom.ai+64 9 885 9695 (NZ)+61 485 027 479 (AU)
Level 8, 139 Quay Street
Auckland CBD, New Zealand

Voice Agents

  • AI Voice Agents
  • AI Receptionist NZ
  • AI Receptionist Australia
  • AI Phone Answering
  • AI Virtual Receptionist
  • AI Receptionist Pay As You Go
  • Waboom Concierge
  • Medical Answering Service
  • Answering Service Australia
  • AI Sales Agent
  • Voice Agent Pricing
  • Listen to Voices
  • Real Estate Guide

By Industry

  • Real Estate
  • Mortgage Brokers
  • Insurance Brokers
  • Property Managers
  • Medical Clinics
  • Dentists
  • Vets
  • Childcare + ECE
  • Car Dealerships
  • Construction + Builders
  • Electricians
  • Plumbers
  • HVAC
  • Accountants
  • Law Firms
  • All industries and regions

Workshops

  • All Workshops
  • AI Team Training
  • AI Strategy Workshop
  • AI Champion Workshop
  • Claude Team Training
  • Claude Code Workshop
  • Lovable Workshop
  • Free AI Workshop

Automation

  • AI Automation
  • Microsoft Copilot Agents
  • Integrations

Company

  • About Us
  • Contact
  • Partners
  • Pipedrive Partner
  • Resources
  • Blog
  • AI Agency NZ
  • AI Agency Australia

Powered by leading AI technologies

VAPIOpenAIZapierMakeStripe

© 2026 Waboom.ai. All rights reserved.

PrivacyTermsSecurity