Claude Code plugin for building, validating, and deploying n8n workflows. Wraps the n8nac CLI (reference 2.2.1) and delegates schema research to the companion plugin `n8n-as-code` by Etienne Lescot.
Full 3-phase pipeline (Research → Write+Validate → Deploy+Test) for shipping an n8n workflow end-to-end. Wraps Etienne's `n8n-as-code:n8n-architect` skill for schema research + authoring, adds repo-scoped orchestration — community-template lookup, validate-push-test loop, mcpTrigger publish gate, execution inspection, Completion Report.
Verify n8n-autopilot setup is functional — n8nac CLI present, workspace bound, n8n API reachable, companion plugin `n8n-as-code@n8nac-marketplace` enabled. Use after setup, after upgrading the plugin, or when commands behave unexpectedly.
Manage n8n DataTables (CRUD on tables, columns, rows) via the n8n public REST API. Use when the user wants to create/seed/list/delete data-table resources outside of a workflow — n8nac CLI does not support this. Curl is explicitly allowed for `/api/v1/data-tables` (carve-out in PreToolUse hook).
Push a local .workflow.ts to n8n, verify remote state, and live-test (test URL by default; `--activate --prod` runs production test). Side-effecting — only invoked explicitly via `/deploy`.
Search credentials on the active n8n instance by name pattern, scoped to a project. Use whenever the user asks "find credential X", "which credential is …", "list Dropbox/OpenAI/etc. credentials", or before referencing a credential ID in a workflow. Default scope = workspace-pinned project. Returns id, type, project, owner role, and a paste-ready TypeScript snippet.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
n8n_hostYour n8n instance URL (e.g., https://my-n8n.app.n8n.cloud)
${user_config.n8n_host}English · Deutsch
A Claude Code plugin that turns natural-language prompts into validated, deployed n8n workflows.
/n8n-autopilot:build-workflow "Webhook receives Stripe payment → updates Postgres → sends Slack alert"
Claude researches the exact node parameters, writes validated TypeScript, pushes to your n8n instance, and live-tests — without you touching the n8n UI.
Building n8n workflows manually means:
This plugin gives Claude Code deep n8n expertise — 537+ node schemas, 7,700 community templates, expression validation, live testing — so it can build production-quality workflows correctly the first time.
/n8n-autopilot:build-workflow "Every morning at 8am, fetch open GitHub issues, filter by label 'urgent', post summary to Slack"
/n8n-autopilot:build-workflow "HTTP webhook receives customer data, validates email, upserts to Postgres, returns confirmation"
/n8n-autopilot:build-workflow "RSS feed monitor: check every hour, detect new items, summarize with GPT-4o-mini, send digest email"
Claude runs a 3-phase pipeline automatically:
/n8n-autopilot:init-repo my-customer
Scaffolds the directory layout, writes a plugin-compatible CLAUDE.md, drives the n8nac ≥ 2.2 setup flow (setup --mode connect-existing + workspace pin-instance + set-sync-folder), pulls node schemas, and verifies — so the first build-workflow call works immediately.
/n8n-autopilot:deploy workflows/my-workflow.workflow.ts
/n8n-autopilot:sync-credentials # list live credentials
/n8n-autopilot:sync-credentials --fix-workflows # rewrite stale IDs in workflows/, matched by credential name
--fix-workflows is what the SessionStart credential-freshness hook auto-triggers when it detects stale references.
/n8n-autopilot:inventory
Aggregates every node type, LLM model, credential, and trigger used across workflows/**/*.workflow.ts into docs/INVENTORY.md. Useful when planning a new workflow, onboarding to an existing project, or auditing consistency across an instance.
/n8n-autopilot:data-tables
n8nac has no DataTable subcommand. This skill documents every /api/v1/data-tables endpoint (tables, columns, rows) with copy-paste curl recipes — the only Claude-accessible REST API path past the PreToolUse curl-block.
/n8n-autopilot:check-mcps
Two-layer check: infrastructure reachability (endpoints, tokens) AND tool registration in the active Claude context. Use after setup or when MCP tools seem unavailable.
How do I access webhook data in a Code node?
What's the correct expression syntax to reference data from a previous node?
Why is my IF node operator validation failing?
The plugin's guidance skills activate automatically — JavaScript/Python Code nodes, expression syntax, validation errors, workflow patterns.
npx claudepluginhub aubisoka-solutions/n8n-autopilot --plugin n8n-autopilotHyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.
Harness-native ECC plugin for engineering teams - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Memory compression system for Claude Code - persist context across sessions