# Send Zapier to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "zapier",
    "name": "Zapier",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/zapier",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/zapier",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/zapier",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zapier",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "actions.md",
      "api.md",
      "integrations.md",
      "interfaces.md",
      "logic.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "zapier",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T12:21:31.928Z",
      "expiresAt": "2026-05-18T12:21:31.928Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zapier",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zapier",
        "contentDisposition": "attachment; filename=\"zapier-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "zapier"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/zapier"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/zapier",
    "downloadUrl": "https://openagent3.xyz/downloads/zapier",
    "agentUrl": "https://openagent3.xyz/skills/zapier/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zapier/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zapier/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-11T12:21:31.928Z
- Expires at: 2026-05-18T12:21:31.928Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/zapier)
- [Send to Agent page](https://openagent3.xyz/skills/zapier/agent)
- [JSON manifest](https://openagent3.xyz/skills/zapier/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/zapier/agent.md)
- [Download page](https://openagent3.xyz/downloads/zapier)