Operations
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
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 RepositoryRelated Agents
Deploy Agent
Handles deployment, distribution, and release management for all platforms
DevOps & Infrastructure Workflow Automate
| You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Acti... | -
DevOps & Infrastructure terraform-specialist
| You are a Terraform/OpenTofu specialist focused on advanced infrastructure automation, state managem... | op
DevOps & Infrastructure kubernetes-architect
| You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows,... | op
DevOps & Infrastructure gitlab-ci-patterns
| Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment. | - | [wshobso
DevOps & Infrastructure secrets-management
| Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other... | - |
DevOps & Infrastructure