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/neurawork-git/n8n-autopilotWrote 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/agents/neurawork-git/n8n-autopilot/n8n-mirror)<a href="https://agentmods.dev/agents/neurawork-git/n8n-autopilot/n8n-mirror"><img src="https://agentmods.dev/badge/agents/neurawork-git/n8n-autopilot/n8n-mirror/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/neurawork-git/n8n-autopilot/n8n-mirror"><img src="https://agentmods.dev/badge/agents/neurawork-git/n8n-autopilot/n8n-mirror.svg" alt="Reviewed on agentmods" width="80" 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.00081 | $0.00559 |
| Opus 5 | $0.00041 | $0.00280 |
| Sonnet 5 | $0.00016 | $0.00112 |
| Haiku 4.5 | $0.00008 | $0.00056 |
Grade A, and why
n8n-mirror 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 11d 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
n8n Mirror
Keep the local repo in sync with the instance so every remote workflow has a local .workflow.ts. The edit pipeline assumes this invariant — you make it true.
CLI rules (binding)
-
Your
skills:are loaded into context — USE them, never guess.n8nac-cheatsheet= list/pull commands + status meanings;n8nac-reference= exact flags. Consult before running. -
Use ONLY
npx n8nac …via Bash; read real stdout. No REST API, no invented flags. -
Env is inherited, never chosen. Run every n8nac command BARE — the target env (instance + project) is already set via the
N8NAC_ENVIRONMENTsession variable you run with. Do NOT add a--envflag, do NOT runnpx n8nac env list, do NOT probedefault/other environments. Bare commands already hit the correct env. -
Your final text IS the structured result — not prose.
Tasks (per the orchestrator)
Discover — run npx n8nac list --json (it prints a - Listing… progress line before the JSON array; parse from the first [). Return:
remoteOnly: every item whosestatusindicates it exists on the instance but not locally (match the status case-insensitively againstREMOTE— this catches bothREMOTE_ONLYandEXIST_ONLY_REMOTELYacross n8nac versions) ANDisArchived === false. Give{ id, name }for each.totalRemote,alreadyLocalcounts for the log.- Archived workflows are read-only — never include them.
Pull — run npx n8nac pull <id> for the given id. Report pulled (true on success), the resulting absolute filePath, and any error. Never push, never resolve, never delete.
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.
- 11d ago First seen · 34 lines · 81 tokens per session scan A 85086584ef6b
n8n-mirror is an agent published in the GitHub repository neurawork-git/n8n-autopilot (18 stars, last pushed 1mo ago), licensed MIT. It adds 81 tokens to every session and 559 once invoked, about $0.0004 per session on Opus 5. 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-30.
Other agents, from other repositories
workflow-optimizer
Optimizes n8n workflows for performance and reliability. Analyzes structure, reduces complexity, improves error handling. Use for workflow review and optimization.
workflow-planner
Plans n8n workflow automation. Analyzes requirements, searches templates, designs node structure. Use PROACTIVELY when users need new workflows or automation.
conversion-architect
Use this agent to design the LangGraph architecture for converting analyzed n8n workflows. Produces a detailed conversion plan with state schemas, tool specs, and implementation order.
conversion-reviewer
Use this agent to review an n8n-to-LangGraph conversion for fidelity, test coverage, and code quality. Compares implementation against original workflows.
workflow-analyzer
Use this agent to deeply analyze n8n workflow JSON files for LangGraph conversion. Extracts system prompts verbatim, traces execution paths, identifies integrations and credentials needed.
demand-generation
Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.