find-project

find-project is a skill for Claude Code from neurawork-git/n8n-autopilot. It costs 81 tokens per session (542 once invoked), scanned A, original, MIT.

A tool for listing the n8n projects visible on an active n8n instance and showing which project the current workspace uses. n8n projects group workflows and their credentials.

In plain words
What is it for?
Use it to see available projects, identify the active one, or find the commands for switching a workspace to another project.
Why use it?
It makes project ownership and the current project setting visible when the n8n interface or API does not show the full project list directly.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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 to see available projects, identify the active one, or find the commands for switching a workspace to another project.

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 find-project

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/neurawork-git/n8n-autopilot/find-project"><img src="https://agentmods.dev/badge/skills/neurawork-git/n8n-autopilot/find-project.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 542 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.00081 $0.00542
Opus 5 $0.00041 $0.00271
Sonnet 5 $0.00016 $0.00108
Haiku 4.5 $0.00008 $0.00054

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

Security

Grade A, and why

find-project 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/list.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/find-project/SKILL.md · 52 lines

What it actually says

Find Project

Multi-project visibility for the active n8n instance.

node "$CLAUDE_PLUGIN_ROOT/skills/find-project/scripts/list.js" "$ARGUMENTS"

What it does

  1. Reads npx n8nac workspace status --json → active project pin.
  2. Reads npx n8nac credential list --json → derives the set of projects that own any credential (n8n public API does not expose /projects directly outside Enterprise).
  3. Prints a table of all visible projects with counts, marks the active one.
  4. Surfaces the commands to switch the workspace pin.

Output shape

Active project pin: Personal (BFOi3Ip4tIRPFnMg)

Projects visible on https://n8n.example.com:

  ID                Name                Credentials  Active pin?
  ----------------  ------------------  -----------  -----------
  BFOi3Ip4tIRPFnMg  Personal            14           ← active
  NhVwnjvOp5c5687N  Shared Project      21
  abcDEF1234567890  Marketing Ops       7

To switch the active project on the current environment:
  npx n8nac env update <env> --project-name "Shared Project"
  npx n8nac env update <env> --project-id "NhVwnjvOp5c5687N"

After switching, re-run /n8n-autopilot:check-mcps to verify the new scope.

Why this skill exists

A common class of incidents: agents reference credentials from the wrong project because they cannot enumerate projects via the n8n public API. workspace status only shows the active pin, not the alternatives. This skill derives the full project set from credential ownership and surfaces the exact switch command.

Exit codes

  • 0 — listing printed
  • 1 — workspace not bound / n8nac CLI failure
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. 11d ago First seen · 52 lines · 81 tokens per session scan A 99cad642b51a

Subscribe to this mod's changes

find-project is a skill 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 542 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.

Related

Other skills, from other repositories

ungate-queue

Use when the user wants to work THROUGH the blocked items on a queue with you present — "unblock these", "walk me through what is gated", "let us clear the questions" — or immediately after an unattended run reports items it could not do. Turns each gate reason into the single question that would release the item…

haiggoh/run-to-completion · 132 tokens

autopilot

Use when the user asks to run a whole queue of open work unattended — "autopilot", "run everything you can", "clear what you can while I am away", "full auto on my open items". Orchestrates the complete run as an explicit checklist: triage the queue into tiers, execute the autonomous pile without stopping, then close…

haiggoh/run-to-completion · 97 tokens

traction-eos

Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same…

wondelai/skills · 147 tokens

promote-idea

Converts an album idea from IDEAS.md into an actual album project in one step. Use when the user says "promote [idea title]", "turn idea into album", or "start working on [idea]".

bitwize-music-studio/claude-ai-music-skills · 50 tokens

customer-onboarding-and-implementation

Takes a new customer from signature to working — setting a definition of live that both sides agreed before the contract was signed, planning and staffing the implementation, running data migration and integration realistically, training the people who will actually use it, and handing over to the ongoing…

cbrock84/headcount · 94 tokens

estimating-and-contingency

Produces a cost or effort estimate someone can defend — decomposing the work, choosing between analogous, parametric and bottom-up methods, documenting the basis and its assumptions, expressing confidence as a range, and sizing contingency and management reserve separately. Use this to build an estimate, challenge one…

cbrock84/headcount · 87 tokens