Home Tutorials Categories Skills About
ZH EN JA KO

Zapier

Automation Browser & Automation

Install Command

npx clawhub@latest install zapier

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Zapier to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Zapier appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Webhook Triggers 5,000+ Apps Workflows

Detailed Description

The Zapier skill lets OpenClaw trigger automated workflows through Zapier's Webhook feature, indirectly connecting to thousands of apps and services.

Core Features

  • Webhook Triggers: Trigger Zapier Zaps via HTTP Webhooks
  • Data Passing: Pass custom data parameters to Zaps
  • Execution Monitoring: View Zap execution status and history
  • Multi-Step Workflows: Trigger complex automation processes with multiple steps

Configuration

{
  skills: {
    zapier: {
      webhooks: {
        "send-report": "https://hooks.zapier.com/hooks/catch/xxx/yyy",
        "notify-team": "https://hooks.zapier.com/hooks/catch/xxx/zzz"
      }
    }
  }
}

Use Cases

  • "Trigger the send-report workflow with today's sales data as the parameter"
  • Indirectly control apps without direct skill support through OpenClaw conversation
  • Automatically sync AI analysis results to Google Sheets, Slack, etc.
  • Build complex cross-application automation workflows