Forwards user requests labeled state, action, or historical with text prompts to a configured n8n_dispatch MCP service and returns its response.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install n8n-dispatch或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install n8n-dispatch⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/n8n-dispatch/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
This 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.
安装 N8n Dispatch 后,可以对 AI 说这些话来触发它
Help me get started with N8n Dispatch
Explains what N8n Dispatch does, walks through the setup, and runs a quick demo based on your current project
Use N8n Dispatch to forwards user requests labeled state, action, or historical with te...
Invokes N8n Dispatch with the right parameters and returns the result directly in the conversation
What can I do with N8n Dispatch in my ai agent & automation workflow?
Lists the top use cases for N8n Dispatch, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/n8n-dispatch/ 目录(个人级,所有项目可用),或 .claude/skills/n8n-dispatch/(项目级)。重启 AI 客户端后,用 /n8n-dispatch 主动调用,或让 AI 根据上下文自动发现并使用。
N8n Dispatch 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
N8n Dispatch 可免费安装使用。请查阅仓库了解许可证信息。
Forwards user requests labeled state, action, or historical with text prompts to a configured n8n_dispatch MCP service and returns its response.
N8n Dispatch 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using N8n Dispatch
Identifies repetitive steps in your workflow and sets up N8n Dispatch to handle them automatically