flow-diagram
Convert n8n workflow connection structures into clean, compile-ready Mermaid Flowchart text scripts.
Scrub embedded credentials, passwords, tokens, private keys, and authorization headers from n8n JSON files.
> /plugin marketplace add mOHAD44DSFASF/flowforge-n8n > /plugin install flowforge-n8n@flowforge-n8n
How it fires
How this command gets triggered: by you, by Claude, or both.
/flow-sanitizeContext preview
What this command does when you run it.
Scrub embedded credentials, passwords, tokens, private keys, and authorization headers from n8n JSON files.
Scrub embedded credentials, passwords, tokens, private keys, and authorization headers from n8n JSON files.
flowforge sanitize <filepath> --out <optional-filepath>
To trigger emails and internal endpoint redactor filters, include the `--strict` flag:
flowforge sanitize <filepath> --strict
FlowForge n8n is a local-first assurance layer for n8n workflow JSON: deterministic validation against bundled node metadata, static security/reliability/cost analysis, regression testing, snapshots, self-healing, semantic review, offline CI, and MCP tools.
Repo: mOHAD44DSFASF/flowforge-n8n
Convert n8n workflow connection structures into clean, compile-ready Mermaid Flowchart text scripts.
Detail differences in nodes, connections, and parameter keys between two workflow JSON files.
Build markdown documentation detailing node parameters, connection links, required credentials, and risk diagnostics.
Expose execution paths of the workflow, describing triggers, conditional branches, and integration calls.
Examine workflow JSON files against clean coding practices, naming standards, and error-handling fallbacks.
Generate a new n8n workflow scaffold from a description or clone an existing template.