Complete Zapier automation with Zaps, Tables, Interfaces, webhooks, REST Hooks API, and 6000+ app integrations.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install zapier或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install zapier⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/zapier/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Zapier slug: zapier version: 1.0.0 homepage: https://clawic.com/skills/zapier description: Complete Zapier automation with Zaps, Tables, Interfaces, webhooks, REST Hooks API, and 6000+ app integrations. metadata: {"clawdbot":{"emoji":"⚡","requires":{"env":["ZAPIER_API_KEY","ZAPIER_TABLES_TOKEN"],"config":["~/zapier/"]},"primaryEnv":"ZAPIER_API_KEY","os":["linux","darwin","win32"]}} ---
Complete Zapier reference. See auxiliary files for detailed operations.
# Test API connection
curl -H "Authorization: Bearer $ZAPIER_API_KEY" \
https://api.zapier.com/v1/profile
On first use, read setup.md. Preferences stored in ~/zapier/memory.md.
Any Zapier operation: create Zaps, manage Tables, build Interfaces, configure webhooks, integrate 6000+ apps, automate workflows.
~/zapier/
├── memory.md # Account context, common Zaps
└── zaps/ # Documented configurations
| Topic | File | |-------|------| | Setup & memory | setup.md, memory-template.md | | REST Hooks API | api.md | | Triggers (all types) | triggers.md | | Actions (all types) | actions.md | | Filters, Paths, Formatters | logic.md | | Webhooks (Catch Hook, send) | webhooks.md | | Zapier Tables (database) | tables.md | | Zapier Interfaces (forms) | interfaces.md | | Popular integrations | integrations.md | | Patterns & recipes | patterns.md |
Environment variables:
ZAPIER_API_KEY — API key from zapier.com/developer/platformZAPIER_TABLES_TOKEN — Tables API token (optional, for Tables API)curl -H "Authorization: Bearer $ZAPIER_API_KEY" \
https://api.zapier.com/v1/zaps
| Product | Purpose | File | |---------|---------|------| | Zaps | Automated workflows | triggers.md, actions.md | | Tables | No-code database | tables.md | | Interfaces | Forms, pages, chatbots | interfaces.md | | Chatbots | AI-powered assistants | interfaces.md | | Canvas | Visual workflow planning | Web UI only |
| Endpoint | Purpose | |----------|---------| | https://api.zapier.com/v1/* | REST Hooks API | | https://hooks.zapier.com/hooks/catch/* | Incoming webhooks | | https://tables.zapier.com/api/v1/* | Tables API | | Connected apps | 6000+ via Zapier |
Environment variables used:
ZAPIER_API_KEY — for REST Hooks API authenticationSent to Zapier: Workflow data, field mappings, trigger/action configs Sent to connected apps: Only data you explicitly map Stays local: ~/zapier/ preferences, API keys (never logged) Never: Expose API keys, skip webhook verification
This skill sends data to Zapier (zapier.com) and any apps you connect through Zaps.
Install with clawhub install if user confirms:
api — REST API patternswebhook — Webhook fundamentalssaas — SaaS metrics and billingclawhub star zapierclawhub sync安装 Zapier 后,可以对 AI 说这些话来触发它
Help me get started with Zapier
Explains what Zapier does, walks through the setup, and runs a quick demo based on your current project
Use Zapier to complete Zapier automation with Zaps, Tables, Interfaces, webhooks,...
Invokes Zapier with the right parameters and returns the result directly in the conversation
What can I do with Zapier in my developer & devops workflow?
Lists the top use cases for Zapier, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/zapier/ 目录(个人级,所有项目可用),或 .claude/skills/zapier/(项目级)。重启 AI 客户端后,用 /zapier 主动调用,或让 AI 根据上下文自动发现并使用。
Zapier 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Zapier 可免费安装使用。请查阅仓库了解许可证信息。
Complete Zapier automation with Zaps, Tables, Interfaces, webhooks, REST Hooks API, and 6000+ app integrations.
Zapier 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Zapier
Identifies repetitive steps in your workflow and sets up Zapier to handle them automatically