AI-agent-friendly CLI for n8n workflow automation. Exposes node-level operations via a parser layer on top of the n8n REST API — so you can list, inspect, create, and modify individual nodes without reading or rewriting entire workflow JSON.
Stars
15
Forks
2
Watchers
15
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #2 from Gladium-AI/codex/add-n8n-skill
8110deaView on GitHubMerge pull request #1 from DevDugg/feat/auto-env-loading
db5c97fView on GitHubfeat(parser): add onError field to ParsedNode and update sanitization logic
e526ee3View on GitHubchore: add settings.json to define permission rules for environment file access
c53d682View on GitHubchore: add .claudeignore and .cursorignore to exclude .env file
001cce9View on GitHubdebug: dump sanitized workflow PUT payloads for schema troubleshooting
76b7fb4View on GitHubfix: preserve writable node flags while sanitizing workflow updates
be0505bView on GitHubfix: sanitize nested workflow fields for n8n update compatibility
3f07e24View on GitHubfix: minimize workflow PUT payload for n8n compatibility
b84f8fdView on GitHubbuild: restore make dev target for local n8n-cli installs
b78fb28View on GitHubfix: strip read-only fields from workflow PUT body to prevent 400 errors
70322a5View on GitHub