plugins marketplace
← All plugins

n8n-autopilot

v1.0.0

Autonomous n8n workflow builder. Describe a task - Claude designs, builds, validates, tests, and delivers a working workflow.

Claude Code1 skill

by natiixntMIT0updated 4 months ago

Source

git clone https://github.com/natiixnt/n8n-autopilot

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

n8n-autopilot/
├── .claude-plugin/plugin.json
└── skills/n8n-autopilot/SKILL.md

Skills1

n8n-autopilotskills/n8n-autopilot/SKILL.md

Autonomous n8n workflow builder. Activates when the user describes a task, automation need, or client brief. Takes minimal requirements and autonomously designs the best solution, builds the complete workflow, validates it, tests it, and delivers a working result. Use when the user says "build me a workflow", "automate this", "client wants...", "zbuduj workflow", "zrob automatyzacje", or describes any automation task.

Manifests1

.claude-plugin/plugin.json
{
  "name": "n8n-autopilot",
  "version": "1.0.0",
  "description": "Autonomous n8n workflow builder. Describe a task - Claude designs, builds, validates, tests, and delivers a working workflow.",
  "author": {
    "name": "natiixnt"
  },
  "license": "MIT",
  "keywords": [
    "n8n",
    "workflow",
    "automation",
    "autopilot",
    "autonomous",
    "mcp",
    "no-code"
  ],
  "repository": "https://github.com/natiixnt/n8n-autopilot",
  "homepage": "https://github.com/natiixnt/n8n-autopilot"
}