← All skills
Tencent SkillHub · Developer Tools

N8n Dispatch

Forwards user requests labeled state, action, or historical with text prompts to a configured n8n_dispatch MCP service and returns its response.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Forwards user requests labeled state, action, or historical with text prompts to a configured n8n_dispatch MCP service and returns its response.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, commands.yaml

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

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

The command dispatch takes two required arguments: requestType – one of state, action, or historical. text – the raw user prompt. The skill builds a JSON payload containing those two values and calls the MCP service n8n_dispatch. 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 returnsstate“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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • commands.yaml Config