← 返回 Skills 市场
N8n Dispatch
作者
enchantedmotorcycle
· GitHub ↗
· v1.0.0
1690
总下载
2
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install n8n-dispatch
功能描述
Forwards user requests labeled state, action, or historical with text prompts to a configured n8n_dispatch MCP service and returns its response.
安全使用建议
This skill simply forwards the supplied requestType and text to whatever n8n endpoint you register with mcporter. Before using it: (1) only register trusted n8n endpoints (prefer HTTPS and authenticated endpoints), (2) review the n8n workflow to ensure it won't leak or store sensitive data, (3) avoid sending secrets or credentials in prompts, and (4) consider using a local or internal n8n instance rather than a public URL. The skill's package lacks a homepage or provenance metadata — if you need stronger assurance, ask the publisher for source code or documentation before enabling it in production.
功能分析
Type: OpenClaw Skill
Name: n8n-dispatch
Version: 1.0.0
The skill is designed to forward user input to a user-configured external n8n service, which inherently involves network communication. However, the `commands.yaml` script constructs a JSON payload by directly embedding the user-provided `text` argument (`$prompt`) into a shell string without proper JSON escaping. This vulnerability could allow a malicious user to craft a `prompt` that alters the JSON structure sent to the n8n service (JSON injection), potentially leading to unexpected behavior or security bypasses on the downstream service. While not a direct attack on the OpenClaw agent's host, it represents a risky handling of user input.
能力评估
Purpose & Capability
The name and SKILL.md describe forwarding requests to an n8n workflow. The included commands.yaml only builds a small JSON payload and calls the configured mcporter service. No unexpected credentials, binaries, or unrelated capabilities are requested.
Instruction Scope
Instructions are narrowly scoped to: register an MCP service URL and call it with two fields (requestType and text). However, the skill will forward whatever the user supplies to the configured endpoint; this can leak sensitive input if users send secrets or private data in prompts.
Install Mechanism
This is instruction-only (no install spec, no code files beyond small YAML and markdown). Nothing is written to disk or downloaded by the skill itself.
Credentials
The skill requests no environment variables or credentials. It does require you to register an mcporter service URL (which may require separate auth) — any credentials for that endpoint would be external to the skill and reasonable for the stated integration.
Persistence & Privilege
The skill does not request always:true or elevated privileges and is user-invocable only. It does not modify other skills or system-wide configuration by itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install n8n-dispatch - 安装完成后,直接呼叫该 Skill 的名称或使用
/n8n-dispatch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of n8n-dispatch skill:
- Bridges OpenClaw with your existing n8n‑dispatch service using mcporter.
- Adds a single `dispatch` command that forwards a `requestType` and user prompt to the MCP service.
- Supports request types: `state`, `action`, and `historical`.
- Returns processed responses from your n8n workflow directly in OpenClaw.
- Includes configuration guidance and usage examples.
元数据
常见问题
N8n Dispatch 是什么?
Forwards user requests labeled state, action, or historical with text prompts to a configured n8n_dispatch MCP service and returns its response. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1690 次。
如何安装 N8n Dispatch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install n8n-dispatch」即可一键安装,无需额外配置。
N8n Dispatch 是免费的吗?
是的,N8n Dispatch 完全免费(开源免费),可自由下载、安装和使用。
N8n Dispatch 支持哪些平台?
N8n Dispatch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 N8n Dispatch?
由 enchantedmotorcycle(@enchantedmotorcycle)开发并维护,当前版本 v1.0.0。
推荐 Skills