sdk
v0.1.0Agent skills and verified examples for writing Zapier SDK code that works.
by ZapierMIT242updated 1 week ago
Source
git clone https://github.com/zapier/sdkClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/zapier-sdk/SKILL.md
Skills1
Zapier SDK for TypeScript. Programmatic access to 9,000+ apps on a user's behalf via Zapier's OAuth and audit layer. Use when writing code that needs to run actions in third-party apps (send an email, upsert a CRM record, look up a spreadsheet row, post to a chat) without managing per-app OAuth or vendor SDKs. Triggers: "zapier sdk", "zapier-sdk", "@zapier/zapier-sdk", "runAction", "run zapier action", "connect to app via zapier", "zapier connection", "zapier tables", "list actions for zapier app", "getActionInputFieldsSchema", "createZapierSdk".
Manifests2
{
"name": "sdk",
"version": "0.1.0",
"description": "Agent skills and verified examples for writing Zapier SDK code that works.",
"author": {
"name": "Zapier",
"email": "support@zapier.com",
"url": "https://zapier.com"
},
"homepage": "https://docs.zapier.com/sdk",
"repository": "https://github.com/zapier/sdk",
"license": "MIT",
"keywords": [
"zapier",
"sdk",
"agent",
"ai-agent",
"mcp",
"automation",
"integration",
"typescript"
],
"skills": "./skills/",
"interface": {
"displayName": "Zapier SDK",
"shortDescription": "Programmatic access to Zapier's 9,000+ apps via the TypeScript SDK.",
"longDescription": "Let your agent connect to anything. Zapier handles the keys. Ships the zapier-sdk skill, the zapier-sdk-explorer subagent, and a verified examples corpus so your code uses real action keys the first time.",
"developerName": "Zapier",
"category": "Developer Tools",
"capabilities": [],
"websiteURL": "https://docs.zapier.com/sdk",
"privacyPolicyURL": "https://zapier.com/privacy",
"termsOfServiceURL": "https://zapier.com/tos",
"defaultPrompt": [
"Connect Notion via Zapier and search my pages",
"Send an email through Gmail using the Zapier SDK",
"Look up a Google Sheets row with the Zapier SDK"
],
"brandColor": "#FF4F00",
"logo": "./assets/logo.svg",
"composerIcon": "./assets/icon.svg"
}
}{
"name": "sdk",
"description": "Agent skills and verified examples for writing Zapier SDK code that works.",
"version": "0.1.0",
"author": {
"name": "Zapier",
"email": "support@zapier.com",
"url": "https://zapier.com"
},
"homepage": "https://docs.zapier.com/sdk",
"repository": "https://github.com/zapier/sdk",
"license": "MIT",
"keywords": [
"zapier",
"sdk",
"agent",
"ai-agent",
"mcp",
"automation",
"integration",
"typescript"
]
}