877 B
877 B
| name | description | user_invocable | arguments | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| screenshot | Take a console screenshot of a Proxmox VM and view it | true |
|
Screenshot Skill
Take a console screenshot of a Proxmox VM and display it.
Steps
- Run the helper script to capture the screenshot:
/home/maarten/dev/incus-contrib/bin/helpers/proxmox-screenshot {{vmid}} - Read the output path from stdout
- Use the Read tool to view the PNG image
- Describe what the VM console shows (boot stage, errors, prompts, etc.)
Notes
- The helper handles SSH, PPM capture, and PNG conversion automatically
- Requires
PROXMOX_ROOT_PASSWORDin env file andproxmox.yamlfor host - Only works for VMIDs in allowed ranges (400-499, 800-939)
- Use this PROACTIVELY during deploy scenarios to monitor boot progress