n

n8n Workflow Skills

Enables AI assistants to directly understand and operate n8n workflows

Home/Developer Tools/n8n Workflow Skills

What is it?

This package provides AI assistants with the ability to access n8n node information, helping AI understand and operate n8n workflows.

How to use it?

Choose the n8n Skills installation method according to the Claude platform you are using:

Claude Code (CLI Tool)

Suitable for developers using Claude Code in the terminal, loading n8n Skills through local skills directory.

  1. Create a .claude/skills/ directory in your project root:

    mkdir -p .claude/skills/n8n-skills
    
  2. Copy the extracted SKILL.md and resources/ directory to that directory:

    cp -r n8n-skills/* .claude/skills/n8n-skills/
    
  3. The directory structure should look like this:

    your-project/
    └── .claude/
        └── skills/
            └── n8n-skills/
                ├── SKILL.md
                └── resources/
    
  4. Verify installation: Ask Claude Code "List available n8n nodes". If the Skill is correctly invoked, the installation is successful.

Claude.ai Web (Web Version)

Suitable for general users in browsers.

  1. Log in to Claude.ai
  2. Go to the "Settings" page and find the "Capabilities" section
  3. Click "Upload skill"
  4. Select the downloaded n8n-skills-{version}.zip file to upload
  5. After upload completes, you will see "n8n-skills" below. If not enabled, click to enabl

Key Features

  • Designed specifically for AI assistants, the n8n Workflow Automation Skills Suite
  • Automated workflow execution for repetitive tasks
  • AI-powered analysis and intelligent recommendations
View on GitHub

GitHub Stats

Stars
Forks
Last Update
Author
haunchen
License
NOASSERTION
Version
1.0.0

Features

Download n8n Workflow Skills

n8n Workflow Skills is free and open source. Download it from the official source repository — clone it with git or use GitHub's Download ZIP option on the repo page — then copy the skill folder into your project's .claude/skills/ directory to install it.

If you are an AI agent

Query this directory over HTTP

This site is a searchable directory of harness components for AI coding agents. Fetch objective JSON — names, descriptions, stars, and source links. Installation and selection are yours to decide.

GET https://claudeskills.info/api/v1/search?q=ui%2Fux
GET https://claudeskills.info/api/v1/search?type=subagent&q=review
GET https://claudeskills.info/api/v1/meta
See https://claudeskills.info/llms.txt