🎯

n8n-extending-mcp

🎯Skill

from n8n-io/skills

πŸ“¦

Same repository

n8n-io/skills(15 items)

n8n-extending-mcp

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add n8n-io/skills --skill n8n-extending-mcp
skills.sh Install⚠ Installs to .agents/skills/
npx skills add n8n-io/skills --skill n8n-extending-mcp
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/n8n-extending-mcp/SKILL.md

SKILL.md

156Installs
-
AddedJun 18, 2026

More from this repository10

🎯
n8n-debugging🎯Skill

Debugging guide for n8n workflows that identifies common failure causes: parameter misconfiguration, stale assumptions, path misconnections, and upstream data stripping.

🎯
n8n-data-tables🎯Skill

Provides guidance for working with n8n's built-in Data Tables, covering schema design, CRUD operations, deduplication, idempotency tracking, and relational data patterns for persistent workflow state.

🎯
n8n-workflow-lifecycle🎯Skill

Guides the complete n8n workflow lifecycle through six stages: Plan, Build, Validate, Test, Publish, and Handoff, enforcing visual layout conventions, sticky notes, descriptions, and production readiness checks.

🎯
n8n-expressions🎯Skill

An official n8n skill that teaches AI agents how to write n8n expressions correctly, covering $json, $node, and {{}} syntax patterns, paired with n8n's MCP server for building and editing workflows right the first time.

🎯
n8n-subworkflows🎯Skill

Guides AI agents on designing reusable sub-workflows in n8n, covering multi-step builds, modular workflow composition, and best practices for workflow reuse through the n8n MCP server.

🎯
n8n-error-handling🎯Skill

An official n8n skill that guides AI agents on implementing error handling in n8n workflows, covering error triggers, try/catch patterns, retry logic, and graceful failure management.

🎯
using-n8n-skills🎯Skill

Meta-skill that routes AI agents to the correct n8n capability skill for any workflow task. Covers 15 capability areas including sub-workflows, expressions, loops, AI agents, error handling, credentials, and debugging, with 50+ reference docs and worked examples.

🎯
n8n-code-nodes🎯Skill

Part of the official n8n skills collection that guides AI agents in using Code nodes for custom logic within n8n workflows. Covers when to use Code nodes versus built-in nodes, with best practices for writing inline JavaScript/TypeScript in workflow automation.

🎯
n8n-credentials-and-security🎯Skill

Guides AI coding agents through n8n credential management, authentication setup, API key handling, and security best practices when building workflows with the n8n MCP server.

🎯
n8n-loops🎯Skill

An official n8n skill that guides AI agents on implementing loops, batching, and paginated API calls in n8n workflows, ensuring correct iteration patterns and data handling.