n8n-hub
Installation
SKILL.md
n8n Hub
This skill merges two tracks:
- Design: plan dependable workflows and optionally emit
workflow.json. - 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"