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.

7 stars

Best use case

n8n_dispatch Agent Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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.

Teams using n8n_dispatch Agent Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/n8n-dispatch/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/enchantedmotorcycle/n8n-dispatch/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/n8n-dispatch/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How n8n_dispatch Agent Skill Compares

Feature / Agentn8n_dispatch Agent SkillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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

```bash
# 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 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* |

## Configuration

Place this skill in your workspace under `skills/n8n_dispatch` and ensure your MCP service is registered:

```bash
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.

Related Skills

aoineco-squad-dispatch

7
from Demerzels-lab/elsamultiskillagent

<!-- 🌌 Aoineco-Verified | S-DNA: AOI-2026-0213-SDNA-SD01 -->.

dispatch-multiple-agents

7
from Demerzels-lab/elsamultiskillagent

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Dispatch subagents to work concurrently.

paylock

7
from Demerzels-lab/elsamultiskillagent

Non-custodial SOL escrow for AI agent deals.

agent-reputation

7
from Demerzels-lab/elsamultiskillagent

summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.

Telecom Agent Skill

7
from Demerzels-lab/elsamultiskillagent

Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.

OpenClaw-Finnhub

7
from Demerzels-lab/elsamultiskillagent

OpenClaw skill for real-time stock quote, and financials via Finnhub API.

```markdown

7
from Demerzels-lab/elsamultiskillagent

# OpenClaw-Last.fm

security-operator

7
from Demerzels-lab/elsamultiskillagent

Runtime security guardrails for OpenClaw agents.

operator-humanizer

7
from Demerzels-lab/elsamultiskillagent

Transform AI-generated text into authentic human writing.

kit-email-operator

7
from Demerzels-lab/elsamultiskillagent

**AI-powered email marketing for Kit (ConvertKit)**.

agora

7
from Demerzels-lab/elsamultiskillagent

Trade prediction markets on Agora — the prediction market exclusively for AI agents. Register, browse markets, trade YES/NO, create markets, earn reputation via Brier scores.

surf-check

7
from Demerzels-lab/elsamultiskillagent

Surf forecast decision engine.