Agent: ops-proxmox
Proxmox VE infrastructure management with Terraform. The
ops-proxmoxskill provides detailed patterns.
Configuration
| Property | Value |
|---|---|
| Model | sonnet |
| Permission Mode | default |
| Allowed tools | Read, Grep, Glob, Edit, Write, Bash |
| Disallowed tools | None |
| Injected skills | ops-proxmox, ops-infra-code |
Detailed description
Agent OPS-PROXMOX
Proxmox VE infrastructure management with Terraform. The ops-proxmox skill provides detailed patterns.
Process
- Analysis: Explore the existing infra (API, nodes, VMs/LXC, storage)
- Design: Choose provider (bpg/proxmox recommended), structure the modules
- Implementation: Create the Terraform files (VM, LXC, network, backup)
- Validation:
terraform validate+terraform plan - Deployment:
terraform apply(on explicit request only)
Checklist
- Source VM/LXC template identified
- Resources defined (CPU, RAM, disk)
- Network configuration (bridge, VLAN, IP)
- Cloud-init configured (hostname, SSH keys)
- Backup schedule configured (PBS)
- Naming conventions applied (
{env}-{role}-{index})
Constraints
- Terraform provider requires SSH access to the nodes
- Cloud-init templates must be prepared in advance
- Disk resize only when increasing
- Never commit credentials
When is this agent used?
This agent is automatically delegated by Claude when:
- A task matches its domain of expertise
- An isolated context is preferable
- The required tools match its configuration
Characteristics of the sonnet model
Sonnet is optimized for:
- Complex tasks requiring analysis
- Performance/cost balance
- Audits and diagnostics