2.5k
GitHub Stars
13
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill zapier- _meta.json269 B
- actions.md6.0 KB
- api.md4.6 KB
- integrations.md7.8 KB
- interfaces.md6.2 KB
- logic.md6.5 KB
- memory-template.md1.0 KB
- patterns.md5.2 KB
- setup.md1.1 KB
- SKILL.md3.8 KB
- tables.md6.6 KB
- triggers.md5.3 KB
- webhooks.md6.4 KB
Overview
This skill provides a complete Zapier automation reference and toolkit for creating and managing Zaps, Tables, Interfaces, webhooks, REST Hooks API usage, and integrations with 6000+ apps. It centralizes account context, documented Zap configurations, and operational patterns so you can build reliable automations quickly. Use it as a single source for best practices, endpoints, and common traps when working with Zapier.
How this skill works
The skill inspects and documents Zapier workflows, trigger and action configurations, Table schemas, Interface definitions, webhook endpoints, and REST Hooks flows. It stores account context and common Zap documentation locally while guiding you through API authentication, test-mode execution, and production hardening. Reference files cover triggers, actions, logic, webhooks, Tables, Interfaces, and integration recipes.
When to use it
- Creating or updating Zaps that connect multiple apps and services
- Designing Tables or Interfaces for no-code data storage and forms
- Implementing instant integrations using webhooks or REST Hooks
- Debugging task usage, polling delays, or webhook timeouts
- Applying idempotency and filters to prevent duplicate processing
Best practices
- Always run Zaps in test mode before enabling them in production
- Define clear triggers to limit the scope and frequency of runs
- Map fields explicitly and verify conversions (strings → numbers, dates)
- Place filters early to reduce unnecessary task consumption
- Use deduplication patterns for idempotency and avoid duplicate side effects
Example use cases
- Catch incoming webhooks and route them to CRM, email, and Tables with filters
- Build an Interface form that populates a Table and triggers downstream Zaps
- Use REST Hooks for real-time updates from a custom API into Zapier
- Convert currency/amount strings with Formatter then push to accounting app
- Reduce task burn by filtering events before expensive actions
FAQ
Set ZAPIER_API_KEY for REST Hooks API and optionally ZAPIER_TABLES_TOKEN for Tables; include the key as a Bearer token in Authorization headers.
How do I avoid duplicate processing?
Use a Dedup filter or an idempotency key stored in a Table; always test with sample data and verify dedup behavior before production.