parallels-vm
Installation
SKILL.md
Parallels Desktop
Use this skill for Parallels VM work on Peter's Mac.
Guest OS split:
- macOS guest: use
prl-macos-* - Linux guest: use
prl-linux-* - Windows guest: use
prl-windows-* - unknown guest: probe with
prlctl exec "<vm>" --current-user sh -lc 'uname -a; cat /etc/os-release 2>/dev/null || true'before choosing wrappers
Primary tools:
prlctlfor power, snapshots, guest exec, guest screenshots, VM infopeekaboofor host-side GUI automation of the Parallels app/windowssh/ Screen Sharing / RDP inside the guest for robust control- helper wrappers live in
~/Projects/agent-scripts/skills/parallels-vm/scripts/; they are not copied into each target repo'sscripts/