What problem does it solve?
It solves the problem of not knowing what n8n workflows exist in a repository and which ones are ready to run locally, so you can plan imports and configuration efficiently.
Core Features & Use Cases
- Workflow directory inventory: Scans
/workflows and identifies valid n8n workflow JSON files while ignoring unrelated files.
- Per-workflow metadata extraction: Pulls each workflow’s name, node count, webhook endpoints, credential types needed, file size, and last modified date.
- Optional import status checking: If the local n8n server is reachable at http://localhost:5678, compares repository workflows to what is already imported and reports ✓ imported vs ✗ not imported.
- Summary table output: Presents a clean table plus a consolidated credential overview and recommended next imports.
Quick Start
Ask the assistant: “List all n8n workflows in this Cyclone-SS repository and show their metadata, including webhook endpoints, required credentials, and which are already imported in local n8n.”