Proxmox VE API Orchestrator Skill
Orchestrate Proxmox VM and LXC lifecycle operations via API with safe sequencing, capacity checks, and rollback-aware automation.
Open the source and read safety notes before installing.
Prerequisites
- Proxmox VE cluster or node API access
- Token-based auth with scoped permissions
- Defined operational policy for infra changes
Schema details
- Install type
- package
- Reading time
- 7 min
- Difficulty score
- 79
- Troubleshooting
- Yes
- Breaking changes
- No
- Package verified
- Yes
- SHA-256
- 8c49dff8580bad344aeda18707159b9ad25bc7eef25946d6c429ac65cb7565b0
- Skill type
- general
- Skill level
- advanced
- Verification
- draft
- Verified at
- 2026-04-10
| Platform | Support | Install path |
|---|---|---|
| claude-code | Native | .claude/skills/<skill-name>/SKILL.md |
| codex | Native | .agents/skills/<skill-name>/SKILL.md |
| windsurf | Native | .windsurf/skills/<skill-name>/SKILL.md |
| gemini | Native | .gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md |
| cursor | Adapter | .cursor/rules/<skill-name>.mdc |
| cli | Manual | AGENTS.md or tool-specific context file |
Full copyable content
# Trigger
"Run the Proxmox VE API orchestrator skill for this infrastructure request."
# Required output
1) Pre-flight checks (capacity, node health, locks)
2) Operation sequence with dependencies
3) Failure and rollback handling
4) Post-operation verification reportAbout this resource
Overview
This skill helps AI agents orchestrate Proxmox operations in a way that is safe for real infrastructure. It emphasizes pre-flight validation, explicit sequencing, and validation after each change.
Compatibility
Native
- Claude Code / Claude: native skill usage via
SKILL.md. - Codex/OpenAI workflows: compatible with Agent Skills-style
SKILL.mdcontent as reusable workflow instructions.
Manual Adaptation
- Gemini CLI: native skill usage via
.gemini/skills/<skill-name>/SKILL.mdor.agents/skills/<skill-name>/SKILL.mdwhere supported. - Cursor: use the generated
.cursor/rules/*.mdcadapter for project rules. - OpenClaw and similar agents: use the same skill content as a reusable prompt/workflow file when native skill import is unavailable.
Prerequisites
- Inventory of target nodes, VMs, and LXCs
- Maintenance window and rollback criteria
- Backup/snapshot policy for stateful workloads
What This Skill Delivers
- Operation plans for create/update/migrate/backup/restore
- Cluster-safe sequencing and lock awareness
- Capacity and health validation checks
- Change reporting with verification evidence
How to Use This Skill
- Gather current cluster state and constraints.
- Build deterministic operation graph.
- Gate risky operations behind approvals.
- Execute with bounded retries and timeout limits.
- Validate final state and produce run report.
Troubleshooting
Issue: Migration operations fail mid-flight
Fix: Add pre-flight checks for storage/network/node health and fallback target node.
Issue: API token works but operation is denied
Fix: Review token role scopes and map required privileges per endpoint.
Issue: Post-change drift appears hours later
Fix: Add delayed verification checks for resource pressure and service health.
Knowledge Freshness
Treat tooling details as time-sensitive. Re-validate APIs, limits, pricing, auth models, and deployment flags immediately before implementation. If docs conflict with prior memory, follow current official docs and release notes.
Retrieval Sources
Output Contract
- Return a concrete plan with implementation order.
- Provide production-ready commands/config/code snippets (not placeholders).
- Include explicit assumptions and unresolved risks.
- Include a verification checklist with pass/fail criteria.
Quality Gates
- All commands are copy/paste ready.
- Security-sensitive steps call out secret handling and least privilege.
- Version-sensitive guidance cites current docs used.
- Rollback path is included for risky changes.
- Final output includes quick validation commands/tests.
Source citations
Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.