zapier-demo
Walk a new user through setting up their first Zapier action and running it live — the smallest possible win. Asks what app they use, recommends one read…
Check the health of your Zapier MCP setup. Three modes — health check (dashboard view), audit (find waste and duplicates), diagnose (systematic troubleshooting). Use when asking "is my MCP working?", "check my tools", "audit my setup", "what's broken?", or "zapier status".
$ npx -y skills add zapier/zapier-mcp --skill zapier-status --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/zapier-statusContext preview
The summary Claude sees to decide when to auto-load this skill.
Check the health of your Zapier MCP setup. Three modes — health check (dashboard view), audit (find waste and duplicates), diagnose (systematic troubleshooting). Use when asking "is my MCP working?", "check my tools", "audit my setup", "what's broken?", or "zapier status".
name: zapier-status description: Check the health of your Zapier MCP setup. Three modes — health check (dashboard view), audit (find waste and duplicates), diagnose (systematic troubleshooting). Use when asking "is my MCP working?", "check my tools", "audit my setup", "what's broken?", or "zapier status".
Three modes for monitoring and maintaining a Zapier MCP setup. Determine the mode from context, or ask if unclear.
For how the Zapier MCP server itself works, see [docs.zapier.com/mcp](https://docs.zapier.com/mcp/home).
**Trigger:** "check my tools", "zapier status", "is everything working?", or any general status inquiry.
A quick dashboard view of the current state.
1. Inspect the available Zapier MCP tools. The exact surface depends on the server's configuration — some servers expose meta-tools that report the action inventory, others expose each configured action as its own named tool. Use whichever signal is available.
2. If no Zapier tools are available: report the connection status and suggest running **zapier-onboard**.
3. If tools are available, build a summary by grouping them by app:
**For each app**, show:
**Format as a dashboard:**
Zapier MCP status ================= Server: connected Total actions: 14 across 5 apps Slack 3 actions (2 read, 1 write) ✓ working Gmail 3 actions (1 read, 2 write) ✓ working Google Cal 2 actions (1 read, 1 write) ✓ working Jira 3 actions (2 read, 1 write) ✓ working Google Docs 2 actions (1 read, 1 write) ✓ working
4. If any actions appear broken (based on recent errors or auth issues), flag them.
5. End with: "Everything looks good." or "Found [N] issues. Want me to diagnose them?"
**Trigger:** "audit my setup", "clean up my tools", "find duplicates", "what should I remove?"
Find inefficiencies: duplicate actions, unused tools, conflicts with native MCP servers.
1. Get the full inventory by inspecting the available Zapier MCP tools.
2. **Check for duplicates within Zapier MCP:**
3. **Check for conflicts with native MCP servers:**
4. **Check for unused or low-value actions:**
5. **Show the audit report:**
Audit results ============= Duplicates: 1 found - Slack: "find_message" and "search_messages" overlap. Recommend removing "search_messages". Native conflicts: 1 found - Slack: native Slack MCP also configured. Consider removing Zapier Slack actions. Cleanup candidates: 2 found - Google Sheets "delete_row": rarely needed, can re-add on demand - Jira "add_attachment": niche action, add when needed Recommended removals: 4 actions Want me to show you how to clean these up?
6. If the user says yes, direct them to [mcp.zapier.com](https://mcp.zapier.com) to remove the recommended actions (or use the server's in-chat disable tool if available). List exactly which ones to remove.
**Trigger:** "what's broken?", "my tools aren't working", "debug my MCP", or when a specific tool call has failed.
Systematic troubleshooting with error pattern matching.
1. **Gather context:** Ask what went wrong, or use the error from the current conversation.
2. **Run diagnostics in order:**
a. **Connection check:** Try calling any available Zapier tool. If nothing works, the problem is server-level (auth, config, network).
b. **Action check:** Is the specific action available on this server? If not, the user needs to add it at mcp.zapier.com (or via the server's in-chat discovery tools if available).
c. **Auth check:** Try calling a read action for the affected app. If it returns an auth error, the app connection needs re-authentication.
d. **Parameter check:** Review the failing call's parameters. Common issues:
3. **Match against known error patterns:**
| Symptom | Likely cause | Fix | | ------------------------------------------ | ----------------------------------- | ------------------------------------------------------------- | | All tools fail | Server auth expired | Re-authenticate at mcp.zapier.com | | One app fails, others work | App-level auth expired | Re-connect that specific app | | Tool not found / unavailable | Action not configured | Direct user to mcp.zapier.com to add it | | "invalid params" | Wrong fields or format | Check the tool's parameter schema | | Results are empty but expected data exists | Search too narrow or wrong field | Broaden the search or check field names
Zapier MCP gives any MCP-compatible AI client governed access to 9,000+ apps — send messages, pull data, trigger workflows, all in plain English. No code, no infrastructure, SOC 2 Type II certified.
Walk a new user through setting up their first Zapier action and running it live — the smallest possible win. Asks what app they use, recommends one read…
Explore what Zapier MCP can do for the user — interview them about their role and the apps they live in, suggest specific use cases as on-demand prompts, then…
Onboard a new user to Zapier MCP — introduce what it can do, walk through authentication, and route into the right flow based on the state of their setup. Use…