n8nac-reference

n8nac-reference is a skill for Claude Code from neurawork-git/n8n-autopilot. It costs 130 tokens per session (1,029 once invoked), scanned A, original, MIT.

A fixed reference for the commands and options supported by the n8nac command-line tool. It documents the available command structure and flags for version 2.4.0.

In plain words
What is it for?
Use it when working with n8nac commands for tasks such as finding, converting, testing, setting up, or managing workflows.
Why use it?
It prevents agents from guessing command names or options that do not exist. They can check the reference before running commands or writing instructions.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the n8n-autopilot plugin — 24 skills, 12 agents, 4 hooks shipped together

Good fit Use it when working with n8nac commands for tasks such as finding, converting, testing, setting up, or managing workflows.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add neurawork-git/n8n-autopilot
Claude Code
/plugin install n8n-autopilot

Made for: Claude Code.

Or install n8n-autopilot, the plugin that ships this one along with the rest of its 24 skills, 12 agents, 4 hooks.

Wrote 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.

agentmods badge for n8nac-reference

README.md
[![agentmods](https://agentmods.dev/badge/skills/neurawork-git/n8n-autopilot/n8nac-reference/github.svg)](https://agentmods.dev/skills/neurawork-git/n8n-autopilot/n8nac-reference)
Your own site
<a href="https://agentmods.dev/skills/neurawork-git/n8n-autopilot/n8nac-reference"><img src="https://agentmods.dev/badge/skills/neurawork-git/n8n-autopilot/n8nac-reference/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.

agentmods 80×15 button for n8nac-reference

Your own site · 80×15
<a href="https://agentmods.dev/skills/neurawork-git/n8n-autopilot/n8nac-reference"><img src="https://agentmods.dev/badge/skills/neurawork-git/n8n-autopilot/n8nac-reference.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,029 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00130 $0.01029
Opus 5 $0.00065 $0.00515
Sonnet 5 $0.00026 $0.00206
Haiku 4.5 $0.00013 $0.00103

Measured 10d ago against content hash 570dc301ad48, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

n8nac-reference 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 10d 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.

skills/n8nac-reference/SKILL.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

n8nac CLI — Authoritative Reference

The full n8nac --help tree is captured in reference.md (auto-generated, 61 command/subcommand blocks across 24 top-level groups). Read it whenever you need to:

  • Know if a command exists (rule: not in the file → does not exist, do not invent it).
  • Look up exact flag names and short/long forms.
  • Understand the argument order for a subcommand.

Quick navigation

Search the reference file with grep:

# Find a parent command
grep "^## \`n8nac credential" "$CLAUDE_PLUGIN_ROOT/skills/n8nac-reference/reference.md"

# Find a specific subcommand
grep -n "^### \`n8nac credential list\`" "$CLAUDE_PLUGIN_ROOT/skills/n8nac-reference/reference.md"

# Pull the full help block for one subcommand (next 30 lines after the header)
awk '/^### `n8nac workflow credential-required`/{flag=1;n=0} flag{print;n++; if(n>30)exit}' \
  "$CLAUDE_PLUGIN_ROOT/skills/n8nac-reference/reference.md"

Subcommand index (alphabetical by parent)

Parent Subcommands
(root) find, pull, push, promote, verify, test, test-plan, fetch, resolve, convert, convert-batch, list, mcp, setup, setup-modes, update-ai
credential create, delete, get, list, schema
credentials (readiness/recipes) delete, ensure, inventory, recipes, starter-kit, starter-kits, test
env add, auth, list, pin, remove, status, update
execution get, list
skills docs, examples, guides, list, mcp, node-info, node-schema, related, search, update-ai, validate
workflow activate, credential-required, deactivate, present
workspace status (alias get) — read-only since 2.3; all mutation moved to env
telemetry (no subcommands — flags only)

credentials (plural) and credential (singular) are different parent groups. Plural is for recipe / readiness / inventory management; singular is for direct create/list/get/delete/schema operations on the active instance. Mixing them is a common source of "command not found" errors.

Read the full file on GitHub · 63 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 10d ago First seen · 63 lines · 130 tokens per session scan A 570dc301ad48

Subscribe to this mod's changes

n8nac-reference is a skill published in the GitHub repository neurawork-git/n8n-autopilot (18 stars, last pushed 1mo ago), licensed MIT. It adds 130 tokens to every session and 1,029 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

n8n-code-tool

Write JavaScript or Python for the n8n Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode) — the AI-agent-callable tool, NOT the workflow Code node. Use when building a Code Tool attached to an AI Agent, writing code that an LLM will invoke, parsing the query input, returning a string result, defining an input schema…

czlonkowski/n8n-skills · 221 tokens

n8n-code-python

Write Python code in n8n Code nodes. Use when writing Python in n8n, using input/json/node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes. Use this skill when the user specifically requests Python for an n8n Code node. Note — JavaScript is recommended for 95% of use…

czlonkowski/n8n-skills · 157 tokens

build-android-binary

Compile a PAM control's Android Kotlin module into the runtime-loadable DEX for a .ppmplugin. Creates a staged Gradle build with the pinned wrapper and react-android compile dependency, verifies manifest/module/package alignment and runtime-loading constraints, builds the release AAR, then runs d8 --min-api 24. Writes…

microsoft/power-platform-skills · 150 tokens

fastapi

FastAPI best practices and conventions. Use when working with FastAPI APIs and Pydantic models for them. Keeps FastAPI code clean and up to date with the latest features and patterns, updated with new versions. Write new code or refactor and update old code.

ReflexioAI/claude-smart · 57 tokens

phx-deps-audit

Audit Hex deps for supply-chain security risk — bidi chars, compile-time exec, maintainer changes, typosquats, CVEs. Use after mix deps.update, when checking if a package upgrade is safe, or reviewing mix.lock PR diffs.

oliver-kriska/claude-elixir-phoenix · 58 tokens

document

Generate @moduledoc/@doc for tested Elixir features; may update their README section or ADR. Not for docs lookup, documentation audits/reviews, or capturing standalone decisions.

oliver-kriska/claude-elixir-phoenix · 39 tokens