n8n-manager

n8n-manager is a skill for Claude Code from psd401/psd-claude-plugins. It costs 96 tokens per session (4,497 once invoked), scanned A, original, MIT.

A tool for building, deploying, and managing n8n workflows on an internal server. n8n is a system for connecting services and automating sequences of actions, often through webhooks, which are URLs that trigger a workflow.

In plain words
What is it for?
Use it to create workflows, check n8n status, manage executions, and connect systems such as Freshservice, PowerSchool, Google Workspace, and Red Rover.
Why use it?
It provides a way to manage automations and connections between internal systems while accounting for the limits of the server's Community Edition. It also keeps server addresses and access keys out of the workflow instructions.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bun plugins/psd-productivity/scripts/test_pipeline.js.

Part of the psd-productivity plugin — 38 skills, 1 command, 1 agent shipped together

Good fit Use it to create workflows, check n8n status, manage executions, and connect…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/psd401/psd-claude-plugins
agentmods
npx agentmods add skills/psd401/psd-claude-plugins/n8n-manager

Made for: Claude Code.

Or install psd-productivity, the plugin that ships this one along with the rest of its 38 skills, 1 command, 1 agent.

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 n8n-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/psd401/psd-claude-plugins/n8n-manager.svg)](https://agentmods.dev/skills/psd401/psd-claude-plugins/n8n-manager)
Your own site
<a href="https://agentmods.dev/skills/psd401/psd-claude-plugins/n8n-manager"><img src="https://agentmods.dev/badge/skills/psd401/psd-claude-plugins/n8n-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,497 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00096 $0.04497
Opus 5 $0.00048 $0.02249
Sonnet 5 $0.00019 $0.00899
Haiku 4.5 $0.00010 $0.00450

Measured 6d ago against content hash 313961208e6a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

n8n-manager scanned grade A with 1 finding 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 6d ago.

The scan reads SKILL.md. This mod also ships 28 executable files (scripts/activate_workflow.js, scripts/create_credential.js, scripts/create_tag.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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **n8n masks Documenso 400 errors as ECONNREFUSED** — when `POST /api/v2/envelope/create` returns HTTP 400 with a JSON validation error (e.g. missing `type: 'DOCUMENT'`), the n8n HTTP Request node with multipart-form-da
plugins/psd-productivity/skills/n8n-manager/SKILL.md · 274 lines

How it starts

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

n8n Manager

Configuration

  • Server: Read from N8N_HOST environment variable (never hardcoded)
  • API Auth: X-N8N-API-KEY header via N8N_API_KEY env var
  • Instance MCP: Native n8n MCP at N8N_HOST/mcp-server/http (bearer token from N8N_MCP_TOKEN)
  • Docs MCP: czlonkowski/n8n-mcp for node documentation and templates
  • Version: n8n Community Edition v2.14.x
  • Scripts: plugins/psd-productivity/skills/n8n-manager/scripts/

All scripts use bun and read credentials from secrets.js (env vars → Geoffrey .env).

Community Edition Limitations

PSD runs n8n Community Edition. These features are not available:

  • No Settings → Variables — environment variables are enterprise/pro only. All config values (API keys, URLs, folder IDs) must be hardcoded directly in workflow node parameters.
  • No instance-level error workflow — must set errorWorkflow in each workflow's settings object individually.
  • Credentials API returns 403 — credential listing/reading is restricted. Get credential IDs from the user via the n8n UI.
  • No source control / Git integration — workflows must be managed via API or UI exports.

Command Reference

Workflow Management

Command Script Description
/n8n status bun health_check.js Server health, version, workflow count
/n8n list bun list_workflows.js List all workflows
/n8n list '{"active":true}' bun list_workflows.js '{"active":true}' Filter by status
/n8n list '{"tag":"psd-production"}' bun list_workflows.js '{"tag":"psd-production"}' Filter by tag
/n8n show <id> bun get_workflow.js <id> Get full workflow JSON
/n8n activate <id> bun activate_workflow.js <id> Activate workflow
/n8n deactivate <id> bun deactivate_workflow.js <id> Deactivate workflow
/n8n delete <id> bun delete_workflow.js <id> Delete workflow (confirm first)

Workflow Builder

Read the full file on GitHub · 274 lines

Files

What ships with it

33 files 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. 6d ago First seen · 274 lines · 96 tokens per session scan A 313961208e6a

Subscribe to this mod's changes

n8n-manager is a skill published in the GitHub repository psd401/psd-claude-plugins (2 stars, last pushed 6d ago), licensed MIT. It adds 96 tokens to every session and 4,497 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.