n8n-automation
Installation
SKILL.md
n8n Automation
Control n8n workflow automation platform via REST API.
Setup
Set these environment variables (or store in .n8n-api-config):
export N8N_API_URL="https://your-instance.app.n8n.cloud/api/v1" # or http://localhost:5678/api/v1
export N8N_API_KEY="your-api-key-here"
Generate API key: n8n Settings → n8n API → Create an API key.
Quick Reference
All calls use header X-N8N-API-KEY for auth.
Related skills