This wraps n8n's REST API in a composable CLI that auto-switches to JSON when piped, making it easy to script workflow management or chain commands together. You get full CRUD on workflows, executions, credentials, and data tables, plus filtering, jq-style extraction, and the ability to pipe workflow JSON through standard tools for modifications. The credential schema command is handy for discovering required fields before you create one. It's built for both interactive use and shell scripting, with global flags for format control and debugging. If you're managing n8n instances programmatically or need to automate workflow deployments, this beats clicking through the UI or writing raw curl commands.
npx skills add https://github.com/n8n-io/n8n --skill n8n-cli