n8n Workflow Automation Skill Pack

Offline n8n reference uzlů: 545 indexovaných uzlů, 50 s úplnými tabulkami parametrů

od pessini · pessini/langgraph-skills-agent

Funguje s nastavením ★ 7.6/10

n8n Workflow Automation Skill Pack — Offline n8n reference uzlů: 545 indexovaných uzlů, 50 s úplnými tabulkami parametrů

Co umí

Přibalená offline reference pro vytváření n8n workflow, s 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. Spouští se, když se zeptáte, který n8n uzel použít, jak ho nakonfigurovat, nebo jak zapojit webhook, database or AI-agent workflow. Uzly vyhledávejte grepem podle nadpisu, spíše než podle index line offsets, which are stale.

Testovací report

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.

Testováno: 2026-08-07 · Claude Code 2.x (agent harness)

Instalace

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

Příkazy a ukázkové prompty

  • /n8n-skillsOffline n8n reference uzlů: 545 indexovaných uzlů, 50 s úplnými tabulkami parametrů

Skilly se spouštějí běžnými požadavky — žádné příkazy k zapamatování. Po instalaci ho aktivují prompty jako tyto (anglicky):

  • 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?