n8n-dispatchForwards user requests labeled state, action, or historical with text prompts to a configured n8n_dispatch MCP service and returns its response.
Install via ClawdBot CLI:
clawdbot install enchantedmotorcycle/n8n-dispatchThis skill bridges OpenClaw with your existing n8n‑dispatch service via mcporter. It exposes a single command dispatch that forwards the user’s request type and prompt to the registered MCP service.
dispatch takes two required arguments:requestType – one of state, action, or historical.text – the raw user prompt.n8n_dispatch.# In your OpenClaw session or a shell
n8n_dispatch dispatch state "What is the living room light status?"
The command will output something like: Requested type: state and text: What is the living room light status?
| Request type | Prompt | Example command | What the service returns |
|--------------|--------|------------------|--------------------------|
| state | “Is the garage door open?” | n8n_dispatch dispatch state "Is the garage door open?" | “Garage door is closed” |
| action | “Turn on the hallway light.” | n8n_dispatch dispatch action "Turn on the hallway light." | “Hallway light turned on” |
| historical | “Show me the temperature for yesterday.” | n8n_dispatch dispatch historical "Show me the temperature for yesterday." | Yesterday’s temperature: 72°F |
Place this skill in your workspace under skills/n8n_dispatch and ensure your MCP service is registered:
openclaw mcporter add \
--name "n8n_dispatch" \
--url "http://your-n8n-host:8080/api"
Once the skill is loaded (openclaw skills load n8n_dispatch), you can start calling dispatch from any OpenClaw session.
Generated Mar 1, 2026
Users can check the status of smart home devices like lights, doors, or thermostats by sending a state request. For example, asking if the garage door is open to ensure security before leaving home.
This allows users to fetch past data, such as temperature logs or energy usage from yesterday, by using the historical request type. It's useful for monitoring trends or reviewing events.
Users can execute commands to control devices, like turning lights on or off, by sending an action request. This enables remote management of home or office environments.
Businesses can integrate this skill to trigger n8n workflows for tasks like sending alerts or updating databases based on user prompts, streamlining operational processes.
Support teams can use this to dispatch user inquiries to n8n workflows that fetch account statuses or historical interactions, improving response times and accuracy.
Offer this skill as part of a subscription-based platform that connects OpenClaw to n8n for businesses, providing automated workflow management and data processing. Revenue comes from monthly or annual fees per user or workflow.
Provide tailored services to set up and customize the n8n_dispatch skill for specific client needs, such as integrating with proprietary systems or optimizing workflows. Revenue is generated through project-based contracts or hourly rates.
Release a basic version of the skill for free to attract users, then charge for advanced features like analytics, priority support, or additional request types. Revenue comes from upgrades and add-ons.
đź’¬ Integration Tip
Ensure the MCP service is correctly registered with the proper URL and that n8n workflows are set up to handle the JSON payload for seamless communication.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.