n8n Workflow Automation Skill Pack
Offline n8n node reference: 545 nodes indexed, 50 with full parameter tables
Test report
- Verdict
- Works with setup
- Score
- Tested
- Aug 7, 2026
- Environment
- Claude Code 2.x (agent harness)
The bundled INDEX tells the agent to fetch nodes by line offset, so I executed those offsets against the files: 486 of 494 merged-file entries land on the wrong content. Google Sheets Trigger is indexed at line 1933 of trigger-merged.md and the real heading sits at 2925, about a thousand lines away, in the middle of a different node. The 50 nodes that get their own file are the real value — asked to configure an Airtable create step from memory I produced 'append', 'application' and 'apiKey', and the node file corrected all three to create, base (a resourceLocator defaulting to {"mode":"list"}) and airtableTokenApi. So it works and it beats guessing, but you have to grep for the '## NodeName' heading instead of following the documented lookup. The 20 templates and 31 community packages it advertises are all present.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 6/10
- Docs & honesty 3/5
What n8n Workflow Automation Skill Pack does
A bundled offline reference for building n8n workflows, with per-node parameter tables, enum values and credential requirements for 50 high-priority nodes, an index covering 545 built-in nodes and 31 community packages, six starter workflow patterns and 20 real templates from n8n.io. It triggers when you ask which n8n node to use, how to configure one, or how to wire a webhook, database or AI-agent workflow. Look nodes up by grepping the heading rather than by the index line offsets, which are stale.
How to install n8n Workflow Automation Skill Pack
git clone https://github.com/pessini/langgraph-skills-agent.git
mkdir -p ~/.claude/skills
cd langgraph-skills-agent && cp -r graphs/skills_agent/skills/n8n-skills ~/.claude/skills/n8n-skills
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger n8n Workflow Automation Skill Pack
-
/n8n-skillsOffline n8n node reference: 545 nodes indexed, 50 with full parameter tables
It also activates on plain-language prompts like these:
-
Which n8n node do I use to post a webhook payload to Slack? -
Wire up a Webhook to Airtable to Slack workflow in n8n -
How do I configure the credentials on n8n's AI-agent node?
Frequently asked questions
- Is the n8n Workflow Automation Skill Pack skill free?
- Yes. The skill itself is free from pessini/langgraph-skills-agent. SkillProof publishes the install command and an independent test verdict at no cost.
- Does n8n Workflow Automation Skill Pack work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Aug 7, 2026. Verdict: Works with setup. The bundled INDEX tells the agent to fetch nodes by line offset, so I executed those offsets against the files: 486 of 494 merged-file entries land on the wrong content. Google Sheets Trigger is indexed at line 1933 of trigger-merged.md and the real heading sits at 2925, about a thousand lines away, in the middle of a different node. The 50 nodes that get their own file are the real value — asked to configure an Airtable create step from memory I produced 'append', 'application' and 'apiKey', and the node file corrected all three to create, base (a resourceLocator defaulting to {"mode":"list"}) and airtableTokenApi. So it works and it beats guessing, but you have to grep for the '## NodeName' heading instead of following the documented lookup. The 20 templates and 31 community packages it advertises are all present.
- What is the n8n Workflow Automation Skill Pack SkillProof Score?
- 7.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 3/5.
- How do I install n8n Workflow Automation Skill Pack?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use n8n Workflow Automation Skill Pack with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.