zapier-demo

zapier-demo is a skill for Claude Code from zapier/zapier-mcp. It costs 121 tokens per session (2,664 once invoked), scanned A, original, MIT.

A short guided demonstration of Zapier MCP, which lets an AI client run selected actions in other apps. It focuses on connecting one app, enabling one read-only action, and trying it in the same chat.

In plain words
What is it for?
Use it to choose an app, enable a read action through mcp.zapier.com, and see that action run live.
Why use it?
It gives a new user a small first result before they configure a larger set of app connections. It also directs users to setup help if Zapier MCP is not connected.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

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

Good fit Use it to choose an app, enable a read action through mcp.zapier.com, and see that action run live.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zapier/zapier-mcp/zapier-demo
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-demo
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-demo

README.md
[![agentmods](https://agentmods.dev/badge/skills/zapier/zapier-mcp/zapier-demo/github.svg)](https://agentmods.dev/skills/zapier/zapier-mcp/zapier-demo)
Your own site
<a href="https://agentmods.dev/skills/zapier/zapier-mcp/zapier-demo"><img src="https://agentmods.dev/badge/skills/zapier/zapier-mcp/zapier-demo/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-demo

Your own site · 80×15
<a href="https://agentmods.dev/skills/zapier/zapier-mcp/zapier-demo"><img src="https://agentmods.dev/badge/skills/zapier/zapier-mcp/zapier-demo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,664 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 182
    Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.
    Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
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.00121 $0.02664
Opus 5 $0.00060 $0.01332
Sonnet 5 $0.00024 $0.00533
Haiku 4.5 $0.00012 $0.00266

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

Security

Grade A, and why

zapier-demo 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 12d 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-demo/SKILL.md · 183 lines

How it starts

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

Zapier demo

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.

When to use vs. other skills

  • zapier-demo (this skill) — one app, one action, immediate demo. Fastest path to "oh, this works."
  • zapier-onboardpitch + connect + diagnose. Run this first if the server isn't connected yet.
  • zapier-explorerole-tailored expansion. Run this after demo to set up a full toolkit for the user's role.
  • zapier-statushealth checks and audits on an existing setup.

If the user says "show me," lean here. If they haven't connected the server yet, route to zapier-onboard first.

Step 1: Confirm the server is connected

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."

Step 2: Ask what app to start with

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."

Confirm support and pull app details

Read the full file on GitHub · 183 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. 12d ago First seen · 183 lines · 121 tokens per session scan A 11813724c0c9

Subscribe to this mod's changes

zapier-demo is a skill published in the GitHub repository zapier/zapier-mcp (405 stars, last pushed 1mo ago), licensed MIT. It adds 121 tokens to every session and 2,664 once invoked, about $0.0006 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

learn

Knowledge compiler. Extracts patterns, decisions, and anti-patterns from completed campaigns and evolve cycles, then compiles them into structured wiki pages that integrate with existing knowledge rather than appending isolated files. Implements flush→compile→lint pipeline. Auto-triggered by /postmortem and /evolve…

SethGammon/Citadel · 66 tokens

learn-from-fix

Capture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections or when asked to document learning, record a lesson, prevent a fixed mistake, or remember package guidance with --library.

oliver-kriska/claude-elixir-phoenix · 46 tokens

elixir-idioms

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

oliver-kriska/claude-elixir-phoenix · 44 tokens

examples

Provide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked for sample code, a walkthrough, a proper implementation, or expected workflow output. Pair with domain skills. NOT for debugging, direct changes, best-practice advice, or audits.

oliver-kriska/claude-elixir-phoenix · 57 tokens

intro

Walk through the Elixir/Phoenix plugin commands, workflow, and features in 6 interactive sections. Use when a new user wants to learn what the plugin offers or needs a refresher on available commands.

oliver-kriska/claude-elixir-phoenix · 44 tokens

interview

Produce a tailored interview prep sheet (behavioral, technical, system design, company) from a job description and the user's resume.

suxrobGM/jobpilot · 29 tokens