Agent skill · AI & Agents

install-zapier

Install and connect Zapier, routing to the right surface (MCP, SDK, or CLI) for what the person needs. Use when someone says "install Zapier", "add Zapier", "connect Zapier", or "set up Zapier", or when they want an AI client (Claude, ChatGPT, Cursor) to use their apps, want to call Zapier from code, or want Zapier in the terminal.

zapiergithub.com/zapierGitHub ↗
claude-codecursorMIT
Install
npx skills add zapier/gtm-cheat-codes --skill install-zapier --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/install-zapier/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 318

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Install Zapier Use this skill when a person says "install Zapier" and may not know which Zapier surface they need. Do not make them pick a product. Ask what they want to do, then walk them through the right path one step at a time. ## Step 1: Find The Right Path Ask one or two plain questions, then map the answer. | What they want | Path | Why | |---|---|---| | Claude, ChatGPT, or Cursor to use their apps now | Zapier MCP | Connect tools to an AI client, no code | | To build an app or agent in code | Zapier SDK | Call Zapier as a library: code, state, retries, schedules | | To drive Zapier from the terminal | Zapier CLI | Standalone global install; bundles the SDK | | Not sure | Start with Zapier MCP | Fastest path to a working agent | The SDK and CLI are separate installs. Pick the SDK for a code project, the CLI for terminal-only work. If they want an AI client now and durable workflows later, set up MCP first, then the SDK. ## App Connectors These three paths are how a person installs Zapier itself. Individual app connectors are a separate thing: per-app integration skills (for example Notion) that a person installs when they need a specific app. Point them to those only after

What's inside
Steps it walks through
  1. Step 1: Find The Right Path
  2. App Connectors
  3. Step 2: Walk The Chosen Path
  4. Step 3: Verify
  5. Guardrails
Ships with 3 files
  • INSTALL-PATHS.md
  • README.md
  • metadata.yaml
More from gtm-cheat-codes
All skills →
About this skill
What does the install-zapier skill do?

Install and connect Zapier, routing to the right surface (MCP, SDK, or CLI) for what the person needs. Use when someone says "install Zapier", "add Zapier", "connect Zapier", or "set up Zapier", or when they want an AI client (Claude, ChatGPT, Cursor) to use their apps, want to call Zapier from code, or want Zapier in the terminal.

How do I install it?

Run `npx skills add zapier/gtm-cheat-codes --skill install-zapier --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zapier/gtm-cheat-codes, a repository with 318 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going