Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/mOHAD44DSFASF/flowforge-n8nWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/mohad44dsfasf/flowforge-n8n/flow-new)<a href="https://agentmods.dev/commands/mohad44dsfasf/flowforge-n8n/flow-new"><img src="https://agentmods.dev/badge/commands/mohad44dsfasf/flowforge-n8n/flow-new.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00114 |
| Opus 5 | $0.00000 | $0.00057 |
| Sonnet 5 | $0.00000 | $0.00023 |
| Haiku 4.5 | $0.00000 | $0.00011 |
Grade A, and why
flow-new scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Slash Command: /flow:new
Purpose
Generate a new n8n workflow scaffold from a description or clone an existing template.
Execution Guide
Instruct the agent to execute:
flowforge new "<description>" --out <optional-filepath>
Or to use a template:
flowforge new --template <template-name>
Guidance
- Always let the user know that generated parameters are stubs and placeholders.
- Prompt the user to review the workflow JSON structure before importing into n8n.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 19 lines · 0 tokens per session scan A 9c9cff66f04f
flow-new is a command published in the GitHub repository mOHAD44DSFASF/flowforge-n8n (4 stars, last pushed 23d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 114 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
discover
Interview the user to capture their vision and write a Suhail-format plan that the rest of the pipeline can execute via /su:go.
init
Scan the current project and cache stack, layout, conventions, and module intel under .suhail/intel/. Required precursor for /su:go and /su:discover.
implement
Deep, autonomous end-to-end development workflow -- target verification, project discovery, Obsidian history, architecture/UX (when needed), research, implementation, testing, visual QA (when available), security/performance/final review, Definition of Done, persistent resumable state, Obsidian write-back.
status
Print the current Suhail run's status dashboard. Read-only — never advances state.
remove
Remove never-stale from THIS project entirely — delete the opt-in marker and strip the sentinel-fenced CLAUDE.md rules block (and migrate away any legacy v0.5.0 residue). Destructive but surgical: it touches only never-stale's own artifacts, shows a plan, and confirms first. To merely pause without deleting, use…
analyze
Investigate a task/bug read-only via the researcher agent, no code changes.