N8N Dispatch
Skill by enchantedmotorcycle
Why use this skill?
Bridge your OpenClaw agent to n8n workflows. Effortlessly trigger automations, query state, and retrieve historical data with simple natural language commands.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/enchantedmotorcycle/n8n-dispatchWhat This Skill Does
The N8N Dispatch skill serves as a high-performance bridge between the OpenClaw AI agent ecosystem and your custom n8n automation workflows via the mcporter protocol. By abstracting the complexity of API communication, this skill allows users to trigger n8n workflows directly through natural language commands within an OpenClaw session. When the dispatch command is executed, the skill packages the user's intent into a standardized JSON payload, distinguishing between state queries, automation actions, and historical data retrieval. This enables a unified interface for smart home control, business process management, or IoT telemetry without requiring manual configuration for every unique automation task.
Installation
To integrate this skill, navigate to your OpenClaw workspace directory and ensure the environment is configured. First, clone or download the skill files into skills/n8n_dispatch. Next, you must register the underlying MCP service using the mcporter CLI utility. Execute the command openclaw mcporter add --name "n8n_dispatch" --url "http://your-n8n-host:8080/api" to link your local instance to your remote or local n8n host. Finally, activate the functionality by running openclaw skills load n8n_dispatch. Once loaded, the dispatch command will be available globally within your current OpenClaw session.
Use Cases
This skill is ideal for users who manage complex home automation or business operations through n8n. It is particularly effective for centralized control, allowing you to ask your AI agent to check system states, initiate remote actions (like toggling hardware), or audit historical logs. By routing requests through n8n, you leverage your existing node-based automations, keeping your logic centralized while enjoying the convenience of an LLM-driven interface.
Example Prompts
- "n8n_dispatch dispatch state "Is the front porch camera currently recording?""
- "n8n_dispatch dispatch action "Set the thermostat to 70 degrees for the next three hours.""
- "n8n_dispatch dispatch historical "What was the energy consumption report for the warehouse last Tuesday?""
Tips & Limitations
To get the best results, ensure your n8n workflows are designed to handle incoming JSON payloads effectively. Since this skill relies on network communication, verify your firewall settings to allow traffic to your n8n host. A limitation to consider is that the skill depends entirely on the uptime of your n8n instance; if the service is unreachable, the skill will return an error. For security, we recommend using an API key or reverse proxy with authentication when exposing your n8n instance for MCP integration.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-enchantedmotorcycle-n8n-dispatch": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api