From n8n-autopilot
Lists all n8n projects visible on the active instance by deriving them from credential ownership, showing which project the workspace is pinned to and how to switch.
How this skill is triggered — by the user, by Claude, or both
Slash command
/n8n-autopilot:find-project [--name <filter>] [--json][--name <filter>] [--json]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Multi-project visibility for the active n8n instance.**
Multi-project visibility for the active n8n instance.
node "$CLAUDE_PLUGIN_ROOT/skills/find-project/scripts/list.js" "$ARGUMENTS"
npx n8nac workspace status --json → active project pin.npx n8nac credential list --json → derives the set of projects that own any credential (n8n public API does not expose /projects directly outside Enterprise).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.
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.
0 — listing printed1 — workspace not bound / n8nac CLI failurenpx claudepluginhub neurawork-git/n8n-autopilot --plugin n8n-autopilotSearches n8n credentials by name pattern, type, and project scope. Returns credential IDs, types, and ready-to-use TypeScript snippets for workflow references.
Lists accessible Stitch projects via list_projects MCP tool to retrieve numeric project IDs for resuming work or generating screens in existing projects.
Lists all Output SDK workflows in the project using `npx output workflow list`. Useful for discovering workflows, verifying names, exploring structure, or checking availability.