← 返回
效率工具 中文

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 MCP 服务,并返回响应。
enchantedmotorcycle
效率工具 clawhub v1.0.0 1 版本 99861 Key: 无需
★ 2
Stars
📥 2,116
下载
💾 3
安装
1
版本
#latest

概述

n8n_dispatch Agent Skill

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.

How it works

  1. The command dispatch takes two required arguments:
    • requestType – one of state, action, or historical.
    • text – the raw user prompt.
  2. The skill builds a JSON payload containing those two values and calls the MCP service n8n_dispatch.
  3. The n8n workflow receives the payload, processes the request, and returns a response that OpenClaw prints.

Usage

# 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?

Examples

Request typePromptExample commandWhat 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

Configuration

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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 17:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Homeassistant N8n Agent

enchantedmotorcycle
将 OpenClaw 桥接至 n8n 实例,实现 Home Assistant 自动化
★ 0 📥 3,456
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,884
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,367