n8n-skills

n8n-skills is a skill for Claude Code, Codex from pessini/langgraph-skills-agent. It costs 74 tokens per session (1,005 once invoked), scanned A, a copy of n8n-skills, Apache-2.0.

A reference guide for n8n, a tool for connecting services into automated workflows. It covers workflow building blocks called nodes, including examples for web requests, email handling, and database synchronization.

In plain words
What is it for?
Use it to find suitable nodes, understand node functions, configure workflows, fetch data from APIs, automate email actions, and synchronize databases.
Why use it?
It helps you choose and configure n8n nodes without having to learn the available options and common workflow structures from scratch.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find suitable nodes, understand node functions, configure workflows, fetch data from APIs, automate email actions, and synchronize databases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pessini/langgraph-skills-agent/n8n-skills
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pessini/langgraph-skills-agent --skill n8n-skills
Clone the repo
git clone --depth 1 https://github.com/pessini/langgraph-skills-agent

Made for: Claude Code, Codex.

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-skills

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pessini/langgraph-skills-agent/n8n-skills"><img src="https://agentmods.dev/badge/skills/pessini/langgraph-skills-agent/n8n-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,005 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 100% copy Near-identical to another mod 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.00074 $0.01005
Opus 5 $0.00037 $0.00502
Sonnet 5 $0.00015 $0.00201
Haiku 4.5 $0.00007 $0.00101

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

Security

Grade A, and why

n8n-skills 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.

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.

Origin

This is a copy

100% identical to n8n-skills — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

graphs/skills_agent/skills/n8n-skills/SKILL.md · 151 lines

How it starts

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

n8n Workflow Automation Skill Pack

Overview

This skill helps with:

  • Understanding n8n node functionality and usage
  • Finding nodes suitable for specific tasks
  • Learning common workflow patterns
  • Getting node configuration examples
  • Solving workflow design problems

This skill includes:

  • Detailed information on the 10 most commonly used built-in n8n nodes
  • 30+ popular community packages for extended functionality
  • Node configuration examples and best practices
  • Common workflow patterns
  • Node categorization and indexing for both built-in and community nodes

Table of Contents

Common Workflow Patterns

Here are some common workflow patterns you can use as a starting point:

1. HTTP Data Fetching

Fetch data from APIs and process it

Nodes used:

  • HTTP Request
  • Set
  • IF

Example: Use HTTP Request node to fetch data from external APIs, Set node to transform formats, and IF node for conditional logic

2. Email Automation

Monitor emails and auto-respond or forward

Nodes used:

  • Email Trigger (IMAP)
  • Gmail
  • IF

Example: Use Email Trigger to monitor inbox, IF node to filter specific conditions, and Gmail node to auto-reply or forward

3. Database Synchronization

Sync data between different systems

Nodes used:

  • Schedule Trigger
  • HTTP Request
  • Postgres
  • MySQL

Example: Scheduled trigger to read data from one database, transform it, and write to another database

4. Webhook Processing

Receive external webhooks and trigger actions

Nodes used:

  • Webhook
  • Set
  • HTTP Request
  • Slack

Example: Receive webhook events, process data, and send notifications to Slack or other systems

5. AI Assistant Integration

Use AI models to process and generate content

Nodes used:

  • AI Agent
  • OpenAI
  • Vector Store
  • Embeddings OpenAI

Read the full file on GitHub · 151 lines

Files

What ships with it

60 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. 11d ago First seen · 151 lines · 74 tokens per session scan A 58771ca73d96

Subscribe to this mod's changes

n8n-skills is a skill published in the GitHub repository pessini/langgraph-skills-agent (14 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 74 tokens to every session and 1,005 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to n8n-skills, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

n8n-to-langgraph

INVOKE THIS SKILL when converting n8n workflows to LangGraph applications, analyzing n8n workflow JSON files for conversion, or reviewing an n8n-to-LangGraph conversion. Covers the full pipeline: workflow analysis, architecture planning, implementation via ralph-loop, and review.

fazer-ai/n8n-to-langgraph · 66 tokens

data-visualization

Use for creating publication-quality charts and multi-panel analysis summaries. Triggers when tasks involve visualizing data, plotting results, creating charts, or producing visual reports from analysis output.

langchain-ai/deepagents · 40 tokens

cuml-machine-learning

Use for GPU-accelerated machine learning on tabular data using NVIDIA cuML. Triggers when tasks involve classification, regression, clustering, dimensionality reduction, or model training on datasets.

langchain-ai/deepagents · 43 tokens

remember

Review the current conversation and capture valuable knowledge — best practices, coding conventions, architecture decisions, workflows, and user feedback — into persistent memory (AGENTS.md) or reusable skills. Use when the user says: (1) remember this, (2) save what we learned, (3) update memory, (4) capture…

langchain-ai/deepagents · 71 tokens

schema-exploration

Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.

langchain-ai/deepagents · 57 tokens

deepagents-thread-inspector

Inspect and explain conversations in the local Deep Agents Code SQLite session store. Use as a fallback when LangSmith trace tooling is unavailable, for offline or untraced sessions, or when asked to identify or summarize a local dcode thread, inspect checkpoint metadata, list recent local threads, or parse…

langchain-ai/deepagents · 82 tokens