skills
Build, test, and debug n8n workflows correctly
All Skills in This Repository (15)
Pure Emerald Level Indicatorsn8n-subworkflows
Design reusable n8n sub-workflows with explicit input/output contracts.
n8n-extending-mcp
Expose custom n8n workflows as MCP tools with typed inputs.
n8n-binary-and-data
Guide binary and JSON file handling in n8n workflows and AI agent interactions.
n8n-code-nodes
Guide n8n Code node selection for expressions, Edit Fields, and native nodes.
n8n-node-configuration
Fetch live n8n node schemas via get_node_types before configuring nodes.
n8n-workflow-lifecycle
Guide n8n workflow creation, validation, testing, publishing, and handoff.
using-n8n-skills
Enforce mandatory skill routing and production guardrails for n8n workflows.
n8n-connections
Verify n8n SDK workflow connections for correct wiring and routing.
n8n-expressions
Generate n8n expression guidance for JavaScript-based {{...}} logic and node references.
n8n-agents
Build n8n AI Agent workflows with tool selection and validated outputs.
n8n-loops
Guide looping strategy in n8n workflows with executeOnce and Loop Over Items.
n8n-credentials-and-security
Configure n8n workflows to store authentication secrets in credential fields.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core