Proxmox VE API Capability Pack Skill
Expert Proxmox VE API capability skill for VM/LXC lifecycle orchestration, task polling, auth safety, and cluster-aware operations.
Open the source and read safety notes before installing.
Prerequisites
- Proxmox API token with least-privilege scope
- Node/cluster topology inventory
- Backup/snapshot policy
Schema details
- Install type
- package
- Reading time
- 9 min
- Difficulty score
- 86
- Troubleshooting
- Yes
- Breaking changes
- No
- Package verified
- Yes
- SHA-256
- 0dd1737529e1488f32e951bd9543fd8cd433619c6dc3547f266e56e8b9bb9be8
- Skill type
- capability-pack
- Skill level
- expert
- Verification
- validated
- 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
"Use the Proxmox VE API capability pack skill for this infrastructure operation."
# Required output
1) Endpoint and task-state mapping
2) Pre-flight and capacity checks
3) Operation sequence with stop conditions
4) Post-flight validation and rollback guidanceAbout this resource
Knowledge Freshness
This capability pack is pinned to documentation verified on 2026-04-10. When upstream docs change, refresh endpoint contracts, examples, and constraints before using this skill for production changes.
Retrieval Sources
- https://pve.proxmox.com/mediawiki/index.php?title=Proxmox_VE_API
- https://pve.proxmox.com/wiki/Main_Page
- https://pve.proxmox.com/pve-docs/
Always prefer direct retrieval from official docs/API references over model memory for limits, endpoint signatures, and behavior guarantees.
Core Workflow
- Confirm target version/runtime and pull latest official docs for the task scope.
- Build an execution plan with explicit read-only discovery before any mutation.
- Validate contracts, permissions, and safety constraints before applying changes.
- Execute with deterministic checkpoints and rollback criteria.
- Produce a verification report with evidence, caveats, and next actions.
Overview
This capability pack teaches agents how to operate Proxmox VE safely and predictably through the API. It goes beyond generic automation by enforcing cluster-aware operational discipline.
Capability Scope
- Token auth/session behavior and secure usage
- Task lifecycle semantics and polling strategies
- VM/LXC lifecycle orchestration patterns
- Migration/backup/restore safety constraints
- Failure classification and rollback protocol
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.
Production Rules
- Gate write operations behind pre-flight checks.
- Never assume synchronous completion for async tasks.
- Validate desired state after each task completion.
- Keep operations idempotent where possible.
Troubleshooting
Issue: API call returns success but workload state is wrong
Fix: Tie workflow completion to task result plus post-state verification.
Issue: Migration flakiness under load
Fix: Add capacity and network health gates before migration.
Issue: Permission confusion across tokens
Fix: Maintain explicit token-role matrix per workflow.
Output Contract
- Provide an implementation plan ordered by risk and dependency.
- Provide exact production-ready config/commands with no placeholders.
- Call out secrets, permissions, and least-privilege requirements.
- Include rollback and recovery guidance for each risky step.
Validation Checklist
- Verify all referenced docs/versions before applying changes.
- Run regression checks for core user flow and error paths.
- Confirm observability/logging is enabled for changed components.
- Confirm security controls (auth, rate limits, input validation) still pass.
- Record final known limitations and follow-up actions.
Source citations
Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.