Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Complete Zapier automation with Zaps, Tables, Interfaces, webhooks, REST Hooks API, and 6000+ app integrations.
Complete Zapier automation with Zaps, Tables, Interfaces, webhooks, REST Hooks API, and 6000+ app integrations.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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
TopicFileSetup & memorysetup.md, memory-template.mdREST Hooks APIapi.mdTriggers (all types)triggers.mdActions (all types)actions.mdFilters, Paths, Formatterslogic.mdWebhooks (Catch Hook, send)webhooks.mdZapier Tables (database)tables.mdZapier Interfaces (forms)interfaces.mdPopular integrationsintegrations.mdPatterns & recipespatterns.md
Test mode first โ Use test data before enabling Zap Triggers define scope โ Zap only runs when trigger fires Field mapping explicit โ Always verify data flows correctly Filters before actions โ Reduce unnecessary task usage Idempotency via dedup โ Use Dedup filter for critical flows Webhooks for instant โ Polling triggers have 1-15 min delay
Environment variables: ZAPIER_API_KEY โ API key from zapier.com/developer/platform ZAPIER_TABLES_TOKEN โ Tables API token (optional, for Tables API) curl -H "Authorization: Bearer $ZAPIER_API_KEY" \ https://api.zapier.com/v1/zaps
ProductPurposeFileZapsAutomated workflowstriggers.md, actions.mdTablesNo-code databasetables.mdInterfacesForms, pages, chatbotsinterfaces.mdChatbotsAI-powered assistantsinterfaces.mdCanvasVisual workflow planningWeb UI only
Amount in wrong format โ Zapier passes strings, convert with Formatter No idempotency โ Dedup action prevents duplicate processing Webhook timeout โ Return 200 within 30 seconds Task burn โ One Zap run = 1+ tasks, filters don't count Polling delay โ Free: 15min, Paid: 1-2min, Webhooks: instant
EndpointPurposehttps://api.zapier.com/v1/*REST Hooks APIhttps://hooks.zapier.com/hooks/catch/*Incoming webhookshttps://tables.zapier.com/api/v1/*Tables APIConnected apps6000+ via Zapier
Environment variables used: ZAPIER_API_KEY โ for REST Hooks API authentication Sent 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 <slug> if user confirms: api โ REST API patterns webhook โ Webhook fundamentals saas โ SaaS metrics and billing
If useful: clawhub star zapier Stay updated: clawhub sync
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.