Merged
Size
S
Change Breakdown
Config60%
CI/CD40%
#28258chore: Enable n8n plugin in Claude GitHub Actions workflows (no-changelog)

N8n plugin enabled in GitHub Actions workflows

GitHub Actions workflows can now use n8n's skills, agents, and commands automatically — no manual plugin installation required in CI.

GitHub Actions workflows that run Claude now have n8n's plugin capabilities built in. The configuration registers the local plugin directory and enables it automatically, so n8n skills are available the moment these workflows trigger — whether that's a scheduled task or an @claude comment on a PR. Developers and automated systems can now leverage n8n integrations directly from CI without any setup steps. This applies across two key workflows: the task runner and the PR comment responder.

View Original GitHub Description

Summary

  • Adds extraKnownMarketplaces and enabledPlugins to the settings block in both Claude GitHub Actions workflows so the n8n plugin (skills, agents, commands) is automatically loaded in CI without manual /plugin installation
  • Applied to util-claude-task.yml (task runner) and util-claude.yml (PR/issue comment responder)

The n8n plugin lives at ./.claude/plugins/n8n in the repo, so no download is needed — just registration via settings.

Test plan

  • Trigger util-claude-task.yml and verify n8n skills are available to Claude
  • Trigger util-claude.yml via an @claude comment and verify n8n skills are available

Test run: https://github.com/n8n-io/n8n/actions/runs/24197561464/job/70631804492

https://linear.app/n8n/issue/NODE-4812/update-claude-github-actions-to-use-n8n-plugin-skills

© 2026 · via Gitpulse