setup-mcps
Configure MCP servers for n8n development. Use when the user says /setup-mcps or asks to set up MCP servers for n8n.
Load immediately after an Agent intent. Then call build-agent with the user's request after any required orchestrator-owned prerequisites are ready. Agent Builder owns Agent setup and implementation questions. Governs prerequisite creation, faithful handoff, targeting, testing,
$ npx -y skills add n8n-io/n8n --skill agent-builder --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/agent-builderContext preview
The summary Claude sees to decide when to auto-load this skill.
Load immediately after an Agent intent. Then call build-agent with the user's request after any required orchestrator-owned prerequisites are ready. Agent Builder owns Agent setup and implementation questions. Governs prerequisite creation, faithful handoff, targeting, testing,
name: agent-builder description: >- Load immediately after an Agent intent. Then call build-agent with the user's request after any required orchestrator-owned prerequisites are ready. Agent Builder owns Agent setup and implementation questions. Governs prerequisite creation, faithful handoff, targeting, testing, and publishing. Use directly for routine Agent follow-ups; rerun intent-recognition only when the requested artifact is no longer clear. recommended_tools: - build-agent - build-workflow - data-tables
Use this skill after `intent-recognition` chooses an agent-anchored design, or when the conversation already targets an Agent and the user is continuing that build. Do not rerun intent recognition for routine Agent edits or extensions. Use `build-agent` only for Agent artifacts.
For a new Agent request, make the first `build-agent` call with a faithful copy of the request as soon as any required orchestrator-owned prerequisites are ready. Before that call, use `ask-user` only to choose a supported channel or to define a workflow or data-table prerequisite that the orchestrator must create. Only ask about the channel after `list-agent-capabilities` shows that the requested channel is unsupported. Do not collect model, service, tool, topic, schedule, credential, or other Agent implementation choices first. The embedded Agent Builder asks those questions through the `build-agent` call.
When the conversation opens from an existing Agent in the editor and the user asks to change its configuration or capabilities, that is an agent-anchored request — target that Agent and call `build-agent`. Do not reroute to `workflow-builder`, and do not spawn a workflow to satisfy a capability change on the Agent.
`list-agent-capabilities` returns every chat channel n8n Agents support, each with `capabilities`, `useIntegrationWhen`, and `useNodeToolWhen`. It is the authoritative source the orchestrator can read before building; a channel absent from its result is unsupported for agents.
When the user asks for a channel that is not supported (e.g. WhatsApp, Microsoft Teams), do not forward it to the builder as a channel to configure and do not fake it by adding the platform as an agent tool. Explain the channel is unsupported for agents, offer the supported alternatives, and ask which to use — or whether the user explicitly wants that unsupported platform as the conversation surface, in which case offer the `agent-entrypoint` workflow bridge described in Prerequisites (it connects the platform trigger to Message an Agent; it is not a channel config). Only forward a channel to `build-agent` once it is a supported type or the user has chosen an alternative.
Treat `message` as a faithful handoff of the user's request, not an Agent build specification authored by you. Forward the user's wording as close to verbatim as possible. Include only:
stated.
current request.
Never infer, invent, expand, recommend, or prescribe implementation details the user did not request, and never present your assumptions as user requirements. In particular, do not choose or tell the builder which model, instructions, tools, tool types, integrations, channels, MCP servers, workflows, skills, tasks, memory, credentials, triggers, schedules, approvals, or test strategy to use.
Do not translate an outcome or named service into a specific implementation. For example, forward "a Slack agent that says hello to me" without turning it into a request for a Slack node tool. Preserve unspecified and ambiguous implementation details so the builder can resolve them with its own guidance and interactive tools.
Before the first `build-agent` call, create prerequisites the builder cannot create when they must be attached to or used by the Agent:
multi-node procedure, or when the user explicitly needs that workflow to be reusable, manually callable, or usable outside the Agent. Follow `workflow-builder`, then pass the built workflow in `workflowContext`.
and create the required tables via `data-tables`. The builder cannot create tables.
List prerequisite names and schemas in `message`. Let the builder gather the remaining Agent-specific requirements, including model, credentials, integrations, and direct tools.
`build-agent` can return structured `requiredArtifacts` when the embedded builder discovers something Instance AI must create:
`workflowContext`, and call `build-agent` again so the builder can attach it.
Agent exists, using the returned `agentId`. This workflow invokes the Agent; never pass it in `workflowContext`, never attach it to the Agent as a tool, and do not call `build-agent` again solely to attach it.
schema in `message`.
For an unsupported chat channel, an `agent-entrypoint` workflow should connect the platform trigger to Message an Agent, map the incoming message, use a stable platform conversation/sender identifier as the custom session key, and send the Agent's `text` response through the platform. Native Agent channels do not need this wrapper.
If an older builder only lists missing workflows or tables in `builderReply`, handle them the same way based on whether the workflow calls the Agent or is called by the Agent. Never ask the user to create prerequisi
Fair-code platform to build and deploy AI agents and workflows. Combine a visual canvas with custom code, run it self-hosted or in the cloud, and connect to 1500+ integrations. AI automation you can trust with real work, from prototype to production.
Repo: n8n-io/n8n
Configure MCP servers for n8n development. Use when the user says /setup-mcps or asks to set up MCP servers for n8n.
Use the n8n CLI to manage workflows, credentials, executions, and more on an n8n instance. Use when the user asks to interact with n8n, automate workflows,…
Builds and maintains configuration-based evaluations on a workflow with the eval-config tool. Use when the user asks to set up, add, view, change, or remove an…
Lookup procedure for Simplified Custom Auth recipe fields — sources the auth template, the key-issuing docsUrl and an auth-rejecting testUrl from the…
Guides n8n credential setup through Computer Use browser tools. Use when a user needs OAuth apps, API keys, client IDs, client secrets, or other credential…
Load before calling data-tables or parse-file. Use for natural standalone requests like "what data tables do I have?", "show/list my tables", or "what columns…