zapier-status

zapier-status is a skill for Claude Code from zapier/zapier-mcp. It costs 66 tokens per session (1,589 once invoked), scanned A, original, MIT.

A health-check and troubleshooting guide for a Zapier MCP setup, which connects an AI client to actions in other apps. It can show the current action inventory, find waste or duplicates, or investigate problems step by step.

In plain words
What is it for?
Use it to check whether Zapier MCP works, group available actions by app, audit the setup for duplicates or waste, and diagnose connection or action errors.
Why use it?
It helps distinguish a disconnected server from missing, unauthorised, or failing app actions. It also makes a large set of configured actions easier to review.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the zapier plugin — 4 skills, 1 agent, 1 MCP server shipped together

Good fit Use it to check whether Zapier MCP works, group available actions by app, audit the setup for duplicates or waste, and diagnose connection or action errors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zapier/zapier-mcp/zapier-status
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zapier/zapier-mcp --skill zapier-status
Clone the repo
git clone --depth 1 https://github.com/zapier/zapier-mcp

Made for: Claude Code.

Or install zapier, the plugin that ships this one along with the rest of its 4 skills, 1 agent, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for zapier-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/zapier/zapier-mcp/zapier-status/github.svg)](https://agentmods.dev/skills/zapier/zapier-mcp/zapier-status)
Your own site
<a href="https://agentmods.dev/skills/zapier/zapier-mcp/zapier-status"><img src="https://agentmods.dev/badge/skills/zapier/zapier-mcp/zapier-status/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for zapier-status

Your own site · 80×15
<a href="https://agentmods.dev/skills/zapier/zapier-mcp/zapier-status"><img src="https://agentmods.dev/badge/skills/zapier/zapier-mcp/zapier-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,589 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.01589
Opus 5 $0.00033 $0.00794
Sonnet 5 $0.00013 $0.00318
Haiku 4.5 $0.00007 $0.00159

Measured 11d ago against content hash 9a1dd67ed0c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

zapier-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/zapier/skills/zapier-status/SKILL.md · 148 lines

How it starts

The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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.

Mode 1: Health check

Trigger: "check my tools", "zapier status", "is everything working?", or any general status inquiry.

A quick dashboard view of the current state.

Steps

  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:

  • App name
  • Number of actions
  • Action types (infer read vs write from names: find/search/get/list = read, send/create/update/add = write)
  • Quick status: working / needs auth / error

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
  1. If any actions appear broken (based on recent errors or auth issues), flag them.

  2. End with: "Everything looks good." or "Found [N] issues. Want me to diagnose them?"

Mode 2: Audit

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.

Steps

  1. Get the full inventory by inspecting the available Zapier MCP tools.

  2. Check for duplicates within Zapier MCP:

    • Multiple actions for the same app that do similar things (e.g., both a "find message" and a "search messages" Slack action)
    • Recommend removing the less useful one

Read the full file on GitHub · 148 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 148 lines · 66 tokens per session scan A 9a1dd67ed0c0

Subscribe to this mod's changes

zapier-status is a skill published in the GitHub repository zapier/zapier-mcp (405 stars, last pushed 1mo ago), licensed MIT. It adds 66 tokens to every session and 1,589 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

codebase-navigator

Deep structural codebase comprehension, AST dependency graph traversal, symbol caller/callee tracing, and monorepo navigation strategies for massive codebases.

saitarrun/Devforge-ai · 33 tokens

root-cause-analysis

Hyper-scale root cause analysis (RCA), bisection, call-tree backtracking, and automated surgical remediation across massive million-file enterprise repositories.

saitarrun/Devforge-ai · 34 tokens

performance-optimization

Profile systems, identify bottlenecks, optimize code and infrastructure for speed, throughput, and resource efficiency.

saitarrun/Devforge-ai · 25 tokens

diagnose

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

saitarrun/Devforge-ai · 66 tokens

postmortem

Auto-generates a structured postmortem from a completed campaign. Reads the campaign file, telemetry logs, and feature ledger. Produces a documented analysis of what broke, what the safety systems caught, and what patterns emerged. Can also be invoked manually for any incident.

SethGammon/Citadel · 58 tokens

systematic-debugging

4-phase root cause analysis: observe, hypothesize, verify, fix. Enforces investigation before any code changes. Emergency stop after 2 failed fixes. Prevents shotgun debugging and fix cascades.

SethGammon/Citadel · 45 tokens