zapierzapierOfficialยท13 Agent Skills Included

connectors

Ready-made connectors for Google, Microsoft, Slack-era business apps

Connects your agent to popular business apps like Google Sheets, Docs, Calendar, Notion, Trello, Linear, Discord, Telegram, Outlook, and SharePoint. Eliminates hand-writing API integrations, OAuth flows, and request plumbing for every service. Each connector runs as a skill, CLI, npm package, or MCP server with unified auth handling.
npx skills add zapier/connectors --all -g -y
Available:

Tells the agent this repo is a read-only catalog of app connectors and instructs it to find the right connector folder, read its SKILL.md, and call it as a skill, npm package, CLI, or MCP server with the correct auth resolver.

All Skills in This Repository (13)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Zapier Connectors?โ–ผ

Run `npx skills add zapier/connectors --all -g -y` in your terminal to install every connector globally. To add just one app, use `npx skills add zapier/connectors --skill notion` (or any other app name).

What apps does Zapier Connectors support?โ–ผ

It includes connectors for Google Sheets, Docs, Calendar, Tasks, Contacts, Analytics, Ads, Microsoft Outlook, OneDrive, SharePoint, To Do, Notion, Trello, Linear, GitLab, Discord, Telegram, Dropbox, YouTube, and more. Each one exposes that app's API as ready-to-call actions.

Do I need a Zapier account to use these connectors?โ–ผ

No. Every connector also accepts your own API key or OAuth token directly via an environment variable. A Zapier-managed connection is optional and simply handles token refresh for you.

Do Zapier Connectors work with Claude Code and Cursor?โ–ผ

Yes. Each connector follows the agentskills.io standard and also runs as an MCP server, so it works in Claude Code, Cursor, Codex, Copilot, Gemini CLI, and other compatible clients.

Can I use Zapier Connectors without writing code?โ–ผ

Yes. Once installed, your agent reads each connector's SKILL.md and executes the right action from your plain-English request, handling auth and API details for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’