n8n
n8n Workflow Automation
n8n is a fair-code workflow automation platform that connects apps, services, and APIs. This skill enables you to create, manage, and trigger n8n workflows programmatically through REST API calls and webhook triggers.
Direct Control (CLI / API / Scripting)
REST API Authentication
All n8n API requests require an API key in the X-N8N-API-KEY header:
# Set your n8n instance URL and API key
export N8N_API_URL="https://your-n8n-instance.com/api/v1"
export N8N_API_KEY="your-api-key-here"
# Test connection
curl -H "X-N8N-API-KEY: $N8N_API_KEY" \
"$N8N_API_URL/workflows"
More from phuetz/code-buddy
blender
Blender 3D modeling, animation, and rendering automation via Python bpy scripting and CLI
19figma
Automate Figma design workflows via REST API, Plugin API, and MCP integration
3github
Interact with GitHub using the gh CLI for issues, PRs, CI runs, releases, and API queries
3gif-search
Search and download GIFs from Tenor and Giphy APIs
3ableton-live
Ableton Live music production automation via OSC protocol, MIDI, and Max for Live
3gitlab
GitLab DevOps platform with CI/CD pipelines, API automation, and glab CLI control
3