โ† All skills
Tencent SkillHub ยท Developer Tools

Zapier

Complete Zapier automation with Zaps, Tables, Interfaces, webhooks, REST Hooks API, and 6000+ app integrations.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Complete Zapier automation with Zaps, Tables, Interfaces, webhooks, REST Hooks API, and 6000+ app integrations.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, actions.md, api.md, integrations.md, interfaces.md, logic.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 15 sections Open source page

Zapier

Complete Zapier reference. See auxiliary files for detailed operations.

Quick Start

# Test API connection curl -H "Authorization: Bearer $ZAPIER_API_KEY" \ https://api.zapier.com/v1/profile

Setup

On first use, read setup.md. Preferences stored in ~/zapier/memory.md.

When to Use

Any Zapier operation: create Zaps, manage Tables, build Interfaces, configure webhooks, integrate 6000+ apps, automate workflows.

Architecture

~/zapier/ โ”œโ”€โ”€ memory.md # Account context, common Zaps โ””โ”€โ”€ zaps/ # Documented configurations

Quick Reference

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

Core Rules

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

Authentication

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

Zapier Product Suite

ProductPurposeFileZapsAutomated workflowstriggers.md, actions.mdTablesNo-code databasetables.mdInterfacesForms, pages, chatbotsinterfaces.mdChatbotsAI-powered assistantsinterfaces.mdCanvasVisual workflow planningWeb UI only

Common Traps

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

External Endpoints

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

Security & Privacy

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

Trust

This skill sends data to Zapier (zapier.com) and any apps you connect through Zaps.

Related Skills

Install with clawhub install <slug> if user confirms: api โ€” REST API patterns webhook โ€” Webhook fundamentals saas โ€” SaaS metrics and billing

Feedback

If useful: clawhub star zapier Stay updated: clawhub sync

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • actions.md Docs
  • api.md Docs
  • integrations.md Docs
  • interfaces.md Docs
  • logic.md Docs