n8n-ion8n-ioOfficial·15 Agent Skills Included

skills

Build, test, and debug n8n workflows correctly

Guides coding agents through building, validating, testing, and publishing n8n workflows via the n8n MCP server. Covers node configuration, expressions, loops, sub-workflows, credentials, error handling, data tables, and debugging broken automations. Eliminates silent wiring bugs, leaked secrets, and misconfigured nodes that break workflows in production.
npx skills add n8n-io/skills --all -g -y

All Skills in This Repository (15)

Pure Emerald Level Indicators
📦 In Repo
n8n-ion8n-io

n8n-subworkflows

Design reusable n8n sub-workflows with explicit input/output contracts.

Official
Advanced
📦 In Repo
n8n-ion8n-io

n8n-extending-mcp

Expose custom n8n workflows as MCP tools with typed inputs.

Official
Intermediate
📦 In Repo
n8n-ion8n-io

n8n-binary-and-data

Guide binary and JSON file handling in n8n workflows and AI agent interactions.

Official
Advanced
📦 In Repo
n8n-ion8n-io

n8n-code-nodes

Guide n8n Code node selection for expressions, Edit Fields, and native nodes.

Official
Advanced
📦 In Repo
n8n-ion8n-io

n8n-node-configuration

Fetch live n8n node schemas via get_node_types before configuring nodes.

Official
Advanced
📦 In Repo
n8n-ion8n-io

n8n-workflow-lifecycle

Guide n8n workflow creation, validation, testing, publishing, and handoff.

Official
Advanced
📦 In Repo
n8n-ion8n-io

using-n8n-skills

Enforce mandatory skill routing and production guardrails for n8n workflows.

Official
Advanced
📦 In Repo
n8n-ion8n-io

n8n-connections

Verify n8n SDK workflow connections for correct wiring and routing.

Official
Intermediate
📦 In Repo
n8n-ion8n-io

n8n-expressions

Generate n8n expression guidance for JavaScript-based {{...}} logic and node references.

Official
Intermediate
📦 In Repo
n8n-ion8n-io

n8n-agents

Build n8n AI Agent workflows with tool selection and validated outputs.

Official
Advanced
📦 In Repo
n8n-ion8n-io

n8n-loops

Guide looping strategy in n8n workflows with executeOnce and Loop Over Items.

Official
Intermediate
📦 In Repo
n8n-ion8n-io

n8n-credentials-and-security

Configure n8n workflows to store authentication secrets in credential fields.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install n8n skills?

Run `npx skills add n8n-io/skills --all -g -y` in your terminal to install all skills globally. You also need an n8n instance (2.2.0+) with the instance-level MCP server enabled.

What do the official n8n skills do?

They teach your coding agent the correct patterns for building n8n workflows: node configuration, expressions, loops, error handling, credentials, and debugging. This prevents common mistakes like dropped connections, leaked tokens, and silent failures.

Do n8n skills work with Claude Code and Codex?

Yes. The repository ships plugins for Claude Code, Codex, and OpenCode, and the plain markdown skills work with any agent that supports the SKILL.md standard.

Do I need an n8n instance to use these skills?

Yes. You need any n8n instance (Cloud or self-hosted, version 2.2.0 or later) with the instance-level MCP server enabled so your agent can build and test workflows directly.

Can non-developers use n8n skills?

Yes. Once installed, you describe the automation you want in plain English and your agent applies the skills to build, validate, and test the workflow for you.

Related Repositories in Software Engineering

View All in Software Engineering