From gtm-cheat-codes
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gtm-cheat-codes:install-zapierThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
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.
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 the core install, and only for the app they named. See the note at the end of INSTALL-PATHS.md.
Open INSTALL-PATHS.md and follow the section for the chosen path. Do one step at a time. Confirm each step worked before moving to the next.
Run the verify check at the end of the chosen path section before telling the person they are done. Confirm the connection works with a read-only or draft-only action first.
npx claudepluginhub zapier/gtm-cheat-codesWalks 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.
Connects to 9,000+ apps via Zapier SDK. Run actions, manage connections, and make authenticated API requests from TypeScript code or CLI.
Guides third-party integrations: APIs, OAuth, webhooks for Stripe, Slack, Zapier, email providers. Includes build-vs-buy framework, auth flows, and maintenance tips.