sdk
v0.1.0Agent skills and verified examples for writing Zapier SDK code that works.
By ZapierLicense: MIT242 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jul 31, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sdk for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add sdk@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/zapier/sdkClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/zapier-sdk/SKILL.md
Included 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".
Plugin manifests2
{
"name": "sdk",
"version": "0.1.0",
"description": "Agent skills and verified examples for writing Zapier SDK code that works.",
"author": {
"name": "Zapier",
"email": "[email protected]",
"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": "[email protected]",
"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"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sdk on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sdk)