n8n

Trigger n8n workflows and monitor execution status via CLI.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/sky770825/openclaw-console-hub --skill n8n-sky770825
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n
Source: https://github.com/sky770825/openclaw-console-hub/tree/main/skills/n8n
Command: npx skills add https://github.com/sky770825/openclaw-console-hub --skill n8n-sky770825

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill bridges OpenClaw with the n8n automation platform, enabling you to trigger n8n workflows, monitor their status, and receive real-time updates via webhooks, streamlining complex automated processes.

Core Features & Use Cases

  • Trigger Workflows: Initiate n8n workflows directly from OpenClaw with custom data payloads.
  • Monitor Execution: Check the status and retrieve details of n8n workflow executions.
  • Bidirectional Webhooks: Receive real-time notifications from n8n back into OpenClaw for seamless integration.
  • Use Case: Automatically trigger an n8n workflow to process a new customer signup, enrich the data, and update your CRM, all initiated by an event in OpenClaw.

Quick Start

Use the n8n skill to list all available workflows.

Frequently Asked Questions about n8n

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trigger n8n workflows from CLI commands?

You can trigger n8n workflows from CLI commands by initiating them directly with custom data payloads, which starts the automated execution process in your local n8n instance. This allows immediate workflow execution from your terminal environment.

What is bidirectional webhook communication for real-time data synchronization?

Bidirectional webhook communication enables real-time data synchronization by receiving instant notifications from n8n back into your environment via a webhook receiver service. This ensures both systems stay updated automatically without manual polling.

Do I need a running n8n instance to use workflow automation via CLI?

Yes, you need a running n8n instance, the n8n CLI installed, and a webhook receiver service to execute workflows and manage bidirectional communication. These components establish the connection required for automation and monitoring.

How do I monitor n8n workflow execution status?

You can monitor n8n workflow execution status by querying the execution details through CLI commands, which retrieves the current state and results of your automated workflows. This provides visibility into running and completed processes.

Can I use custom data payloads when triggering n8n automation workflows?

Yes, you can pass custom data payloads when triggering n8n automation workflows directly from your environment. This allows you to contextualize workflow execution with specific variables for processing tasks like customer signup enrichment.