From zapier
Walks users through setting up their first Zapier action (one app, one read action) and running it live in chat. Best for quick "show me how it works" demos.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zapier:zapier-demoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Walk a new user through the smallest possible first win — one app, one read action, one prompt that actually runs. The whole flow should feel quick: a few minutes from "I'm curious" to "oh, that worked."
Walk a new user through the smallest possible first win — one app, one read action, one prompt that actually runs. The whole flow should feel quick: a few minutes from "I'm curious" to "oh, that worked."
This is the natural next step after zapier-onboard for users who want to see Zapier work before configuring a full toolkit.
If the user says "show me," lean here. If they haven't connected the server yet, route to zapier-onboard first.
Inspect available Zapier MCP tools. If none exist, the server isn't authenticated yet — authenticate first via mcp_auth or the client's MCP settings (same pattern as zapier-onboard's connection step). Don't continue until at least the configuration tools are available.
Once connected, set the tone:
"Let's get one Zapier action working so you can see this in action. We'll pick one app, enable one thing, and try it — should take just a couple minutes."
Lead with concrete popular options — most people find it easier to react to a list than to come up with one cold:
"Which app do you want to try first? A few popular ones to pick from:
- Gmail — find or draft emails
- Slack — find messages and ping channels
- Google Sheets — look up rows in a sheet
- Google Calendar — check your schedule
- HubSpot — find contacts and deals
- Jira — look up tickets
- Notion — find pages
Or name something else — Zapier supports 9,000+ apps."
Once the user picks, fetch the app's Zapier marketing page to confirm Zapier supports it and surface action details for Step 3:
https://zapier.com/apps/{app-slug}.md
Examples: https://zapier.com/apps/slack.md, https://zapier.com/apps/hubspot.md, https://zapier.com/apps/google-calendar.md.
Slug conventions: lowercase and hyphenated. Google Calendar → google-calendar. Microsoft Teams → microsoft-teams. HubSpot → hubspot. When uncertain, check https://zapier.com/find-apps/{letter} (the alphabetical browse) to confirm the canonical slug.
The fetched page tells you:
If the .md mirror 404s, try the HTML page at https://zapier.com/apps/{app-slug} as a fallback. If both 404, be honest with the user:
"I'm not finding [App] in Zapier's catalog under that name. Want to pick a different one, or check zapier.com/apps to verify the spelling?"
If they're stuck choosing:
"If nothing jumps out — Google Calendar is the easiest first one. Everyone has a calendar, and the 'what's tomorrow?' demo lands every time."
Use the action list from the Step 2 marketing-page fetch to pick one read action — search/find/get/lookup. Read-only matters here: write actions need confirmation, which adds friction to a first demo. We want the simplest possible "click run, see result" loop.
Tell the user what you're recommending and why, in plain language:
"Great — for Calendar, the simplest first action is Find Events. It lets your AI look up what's on your schedule. We'll add that one and try it."
If the marketing-page fetch didn't surface a clear read action, fall back to this table for the most common apps:
| App | Recommended first action | Why |
|---|---|---|
| Google Calendar | Find Events | Universal, easy to verify ("what's tomorrow?") |
| Gmail | Find Email | High-impact, every user has emails to find |
| Slack | Find Message | Most-used in chat-heavy workflows |
| Google Drive | Find a File | Works for any user with Drive |
| Google Sheets | Lookup Spreadsheet Row | Needs a specific sheet but very tangible |
| Jira | Find Issue by Key | Needs a Jira ticket key (e.g., PROJ-123) — easy to test |
| Linear | Find Issue | Same pattern as Jira |
| GitHub | Find Pull Request | Read-heavy use, fast demo |
| GitLab | Find Merge Requests | Same as GitHub |
| Notion | Find Page | Useful for note-takers |
| HubSpot | Find Contact | Sales-flavored, easy to test with own email |
| Salesforce | Find Record | Like HubSpot — pick by email or name |
| Trello | Find Card | Visible, easy to verify |
| Asana | Find Task | Project-management equivalent |
| Airtable | Find Record | Database-flavored |
| Google Docs | Get Document Content | Pull a doc you have open |
If the user names an app not on this list, default to a "Find [Thing]" pattern — almost every Zapier-supported app has a search/find action. If you're unsure of the exact name, say "the find/search action for [App]" and let them pick the right one in the configuration UI.
If the server exposes a get_configuration_url tool, call it first and give the user the direct link. Otherwise, point them at mcp.zapier.com.
Then tell them what to do:
"Open [that link], find your server, and add the [App] – [Action] action. You'll also need to connect your [App] account when prompted (OAuth). Come back and say done when it's added."
Wait for confirmation. If they hit issues:
/mcp shows status but won't re-fetch tools).Once they confirm, re-inspect tools and verify the action is now available.
Now the moment of truth. Suggest a prompt tailored to what they enabled:
| Action | Suggested prompt |
|---|---|
| Calendar: Find Events | "What's on my calendar tomorrow?" |
| Gmail: Find Email | "Find my last email from [their colleague's name or domain]" |
| Slack: Find Message | "Find the most recent message I sent in #[a channel they're in]" |
| Drive: Find File | "Find a file in my Drive called [something they remember]" |
| Sheets: Lookup Row | "Look up [row identifier] in my [sheet name] sheet" |
| Jira: Find Issue | "Look up Jira issue [PROJ-123]" (use their real ticket) |
| Linear: Find Issue | "Find Linear issue [ENG-42]" |
| GitHub/GitLab: Find PR/MR | "Show me the most recent PR in [repo]" |
| Notion: Find Page | "Find my Notion page called [page title]" |
| HubSpot: Find Contact | "Find the HubSpot contact for [their own email]" |
| Trello: Find Card | "Find Trello cards on my [board name] board" |
Frame it as:
"Now try saying to me: 'What's on my calendar tomorrow?' — I'll run that action and pull the data."
Then actually run it when they ask. Show the result cleanly: top 3–5 events with titles and times, not a wall of JSON.
If the call fails (auth issue, action not found, etc.), troubleshoot quickly without panicking the user:
"Looks like the [App] connection needs a quick re-auth — head to mcp.zapier.com and click Connect on [App], then we'll retry."
When the action returns data, name the win:
"There you go — that's Zapier MCP working. You just asked a question in plain English and your AI pulled real data from [App]. Same pattern works for thousands of other apps and actions."
Then offer the natural next moves, one at a time — don't dump all the options:
"From here, a couple of directions:
- Want me to set up a full toolkit for your role? → run /zapier-explore
- Or just keep using this one and add more as you need them."
Track these as you go so nothing slips:
zapier.com/apps/{slug}.md to confirm support/mcp only shows status — it doesn't re-fetch tools).Google Calendar → google-calendar, not googlecalendar. Get the slug right before fetching the marketing page or the lookup will 404 for the wrong reason.zapier.com/apps/{slug}.md and zapier.com/apps/{slug} HTML return 404. The .md mirror is spotty on some routes.Friendly, low-pressure, action-oriented. This is someone's first impression — keep it light. Avoid jargon ("OAuth", "MCP server", "actions") in the user-facing copy unless they bring it up first. Say "Zapier action" instead of "MCP tool," "connect your account" instead of "authenticate the integration."
If something breaks, don't apologize at length. Just say what to do next: "Quick re-auth and we're back."
npx claudepluginhub zapier/zapier-mcp --plugin zapierInterviews users about their role and apps, suggests tailored Zapier use cases, and walks them through enabling actions. Follow-on to zapier-demo.
Guides users through installing and connecting Zapier via MCP, SDK, or CLI based on their use case. Walks through setup step by step and verifies the connection.
Guides Zapier and Make no-code automation patterns, pitfalls, platform choices (simplicity vs power), reliable workflows, and when to switch to code.