N

n8n AI Workflows

@sickn33
Visit Skill
Share:

Workflow automation platform with native AI capabilities and broad integration support.

What is n8n AI Workflows?

n8n is a workflow automation platform that increasingly overlaps with agent workflows through AI capabilities, MCP topics, and integration-rich automation.

How to use n8n AI Workflows?

Use n8n when your AI skill workflows need visual automation, third-party integrations, and hybrid low-code plus code execution.

Key features of n8n AI Workflows

  • Workflow automation
  • Native AI capabilities
  • Broad integrations
  • MCP-related ecosystem relevance

Use cases of n8n AI Workflows

  1. 1Automation pipelines
  2. 2Agent-connected workflows
  3. 3Integration-heavy productivity systems

Installation

RecommendedOne-line install
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills && mkdir -p ~/.agent/skills && cp -r /tmp/ag-skills/skills/n8n-ai-workflows ~/.agent/skills/ && rm -rf /tmp/ag-skills
Step-by-step install
Step 1: Create skills directory
mkdir -p ~/.agent/skills
Step 2: Clone the skills repository
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills
Step 3: Copy this skill
cp -r /tmp/ag-skills/skills/n8n-ai-workflows ~/.agent/skills/
Step 4: Clean up temporary files
rm -rf /tmp/ag-skills

Supported Platforms

claudecursorantigravitygemini

Server Config

config.json
{
  "mcpServers": {
    "n8n-ai-workflows": {
      "command": "npx",
      "args": [
        "-y",
        "n8n-ai-workflows"
      ]
    }
  }
}
View on GitHub