n8n Automator Skill
[!IMPORTANT] This skill MUST be executed strictly under the Omni-Architect Agent Protocol v1.0. All tool executions, code modifications, and communications MUST adhere to the 13 core protocols.
This skill enables "Unicorn-Tier" automation of your n8n instance.
Architecture
- Right Brain (MCP): Connects via
supergatewayto "read" your n8n instance, discover tools, and understand available nodes. - Left Brain (REST API): Connects via standard HTTP requests to create, update, and delete workflows, covering the gap in the current MCP implementation.
Setup
- MCP: Ensure the
n8n-mcpserver is configured in your IDE settings. - API: Store your
N8N_API_KEYin the.envfile of this skill or securely in your environment.
Capabilities
audit_workflow: Inspect a workflow and add documentation/sticky notes.generate_workflow: Create a new workflow from a text description and push it to the server.trigger_workflow: Execute a workflow via Webhook or ID.
Usage
Refer to scripts/n8n_manager.py (to be created) for the execution logic.