n8n-workflow-creator
Installation
SKILL.md
N8N Workflow Creator
You can build and control n8n workflows using the n8n REST API. All API calls are made via the http-request-skill using Node.js fetch.
Configuration
N8N_BASE_URL = https://n8n.srv1123427.hstgr.cloud
N8N_API_KEY = (set via Mission Control credentials or ask Dennis)
Always include the API key header:
X-N8N-API-KEY: <your-api-key>