n8n
Installation
SKILL.md
n8n Workflow Management
Interact with n8n automation platform via REST API.
Setup
First-time setup:
- API key must be stored in environment:
export N8N_API_KEY="your-api-key-here"
- Verify connection:
python3 scripts/n8n_api.py list-workflows --pretty