n8n-hub

Installation
SKILL.md

n8n Hub

This skill merges two tracks:

  1. Design: plan dependable workflows and optionally emit workflow.json.
  2. Operate: handle workflows/executions via the public REST API.

Availability

  • Public API access is disabled on free trial plans.
  • An upgraded plan is required to use the API.

Configuration

Suggested environment variables (or store in .n8n-api-config):

export N8N_API_BASE_URL="https://your-instance.app.n8n.cloud/api/v1"  # or http://localhost:5678/api/v1
export N8N_API_KEY="your-api-key-here"
Installs
5
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 3, 2026
n8n-hub — openclaw/skills