n8n-skills
Teach AI agents to build and deploy flawless n8n workflows
All Skills in This Repository (15)
Pure Emerald Level Indicatorsn8n-subworkflows
Build reusable n8n sub-workflows with typed inputs, execution modes, and discoverable naming conventions.
n8n-multi-instance
Switch and verify n8n instance targets for MCP sessions before workflow and credential operations.
n8n-self-hosting
Deploy self-hosted n8n to a Linux VM with Docker Compose and Caddy HTTPS.
n8n-binary-and-data
Handle binary file data in n8n workflows across the $binary slot, agent tools, and chat surfaces.
using-n8n-mcp-skills
Routes n8n workflow tasks to the correct specialist skill and documents every n8n-mcp tool.
n8n-agents
Design n8n AI agents with LangChain sub-nodes, tools, memory, and structured output.
n8n-error-handling
Configure n8n workflow error handling with per-node error outputs, retries, and structured 4xx/5xx responses.
n8n-code-tool
Write JavaScript or Python code for the n8n Custom Code Tool invoked by AI agents.
n8n-node-configuration
Configures n-gram nodes by teaching operation-aware requirements and property dependencies.
n8n-code-javascript
Write reliable JavaScript in n8n Code nodes with safe data access and return structures.
n8n-workflow-patterns
Document n8n workflow patterns for webhooks, APIs, databases, AI agents, and scheduled tasks.
n8n-code-python
Clarify Python usage in n8n Code nodes with standard library and return formats.
Frequently Asked Questions
FAQPage SchemaHow to install n8n-skills?βΌ
Run `npx skills add czlonkowski/n8n-skills --all -g -y` in your terminal to install all 14 skills globally.
What does n8n-skills do?βΌ
It teaches AI agents how to build production-ready n8n workflows with the n8n-mcp server, covering expressions, node setup, validation, error handling, and self-hosted deployment.
Do I need n8n-mcp to use these skills?βΌ
Yes. The skills guide your agent in using the n8n-mcp MCP server tools, so you need n8n-mcp installed and connected to an n8n instance.
Does n8n-skills work with Claude Code and other AI clients?βΌ
Yes. It works as a Claude Code or Codex plugin with automatic hooks, and as standard skill uploads on Claude.ai and other SKILL.md-compatible clients.
Can n8n-skills help me self-host n8n?βΌ
Yes. The n8n-self-hosting skill walks your agent through deploying production n8n on a fresh Linux VM with Docker Compose, Caddy HTTPS, and queue mode scaling.
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