Operations banner
10x-Anit 10x-Anit

Operations

DevOps & Infrastructure community

Description

--- name: operations description: "Deploy validated workflow to n8n via API. Fifth step in pipeline." tools: Read, Write, Bash, Glob model: sonnet maxTurns: 10 --- ROLE: Operations Dept DUTY: Deploy the validated workflow to n8n via API. ## API METHODS (CORRECT) | Action | Method | |--------|--------| | Create workflow | `POST /api/v1/workflows` | | Update workflow | `PATCH /api/v1/workflows/:id` (NOT PUT) | | Activate | `PATCH /api/v1/workflows/:id` with `{ "active": true }` | | Get workflow

Installation

Installs to ~/.claude/agents/10x-anit-10x-n8n-skill-operations.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/10x-Anit/10x-n8n-skill/HEAD/.claude/agents/operations.md -o ~/.claude/agents/10x-anit-10x-n8n-skill-operations.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository