Automation

N8N Bridge

Bi-directional integration between OpenClaw agents and n8n workflow automation platform.

Buy Now — $4.99

One-time purchase · Instant download · Yours forever

n8n Bridge

Bi-directional integration between OpenClaw agents and n8n workflow automation platform.

Quick Start


# Configure n8n connection
python3 scripts/n8n-bridge.py config --url http://localhost:5678 --api-key YOUR_N8N_API_KEY

# Trigger a workflow by name
python3 scripts/n8n-bridge.py trigger --workflow "daily-report" --data '{"date": "2026-03-29"}'

# List available workflows
python3 scripts/n8n-bridge.py list

# Start webhook listener (receive callbacks from n8n)
python3 scripts/n8n-bridge.py listen --port 9876

# Check connection status
python3 scripts/n8n-bridge.py status

# Apply a pre-built template
python3 scripts/n8n-bridge.py template --name "crm-sync" --apply

Commands

`config` — Configure Connection

Set up n8n API connection:

`trigger` — Execute Workflow

Trigger an n8n workflow with optional data:

`list` — List Workflows

Show all available n8n workflows:

`listen` — Webhook Listener

Start a lightweight HTTP server to receive n8n webhook callbacks:

`status` — Connection Status

Check n8n instance health and API connectivity:

`template` — Pre-built Templates

Deploy ready-made workflow configurations:

`history` — Execution History

View recent workflow execution results:

Pre-built Templates

| Template | Description | Triggers |

|----------|-------------|----------|

| crm-sync | Sync contacts between CRM and spreadsheet | Webhook, Schedule |

| email-automation | Auto-categorize and route emails | Email trigger |

| data-pipeline | ETL from API → transform → database | Schedule, Webhook |

| slack-alerts | Route OpenClaw alerts to Slack channels | Webhook |

| invoice-processor | Extract data from invoice PDFs | Webhook with file |

| social-poster | Cross-post content to social platforms | Webhook |

| backup-runner | Automated backups to cloud storage | Schedule |

| lead-scorer | Score incoming leads with AI analysis | Webhook |

Data Flow Architecture


OpenClaw Agent                    n8n Instance
     │                                │
     ├─── trigger ──────────────────► │ (Webhook/API)
     │                                ├─── Execute workflow
     │                                ├─── Process steps
     │ ◄── callback (webhook) ────── ├─── Return results
     │                                │
     ├─── listen (webhook server) ◄── │ (n8n HTTP Request node)
     │                                │

Configuration File

Stored at memory/n8n-config.json:


{
  "url": "http://localhost:5678",
  "api_key": "n8n_api_...",
  "webhook_port": 9876,
  "default_timeout": 120,
  "templates_dir": "skills/n8n-bridge/references/templates"
}

Requirements

Ready to get started?

One-time purchase. No subscription. Download instantly and use forever.

Buy Now — $4.99
Category: Automation Price: $4.99 USD Released: 2026-05-13 Skill ID: n8n-bridge