What problem does it solve?
This Skill helps you import, list, inspect, and control n8n workflow JSON files on your local n8n instance without guessing which workflows exist or whether they are configured correctly.
Core Features & Use Cases
- Workflow discovery & listing: Enumerate existing workflows from the local n8n API so you can manage what’s already deployed.
- Workflow import & inspection: Import a workflow JSON payload and retrieve full details for validation and debugging.
- Activation control: Enable or disable workflows by ID to safely roll changes forward or roll them back.
- Use Case: You have five new workflow JSON files in the repo’s workflows/ directory and want to import them, verify webhook paths and credentials references, and activate only the ones that pass validation.
Quick Start
Start n8n on localhost:5678, then import your workflow JSON by POSTing it to http://localhost:5678/api/v1/workflows.