← All plugins
zapier-zap-builder
v1.10.0Create multi-step Zapier Zaps with filters, paths, and formatters
Claude Code
by Claude Code Plugin HubMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/zapier-zap-builder/ inside the repository.
Layout
plugins/ai-agency/zapier-zap-builder/
└── .claude-plugin/plugin.json
Manifests1
plugins/ai-agency/zapier-zap-builder/.claude-plugin/plugin.json
{
"name": "zapier-zap-builder",
"version": "1.10.0",
"description": "Create multi-step Zapier Zaps with filters, paths, and formatters",
"author": {
"name": "Claude Code Plugin Hub",
"url": "https://github.com/jeremylongshore/claude-code-plugins"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"zapier",
"zap",
"automation",
"integration",
"workflow",
"ai-agency"
]
}