Help us improve
Share bugs, ideas, or general feedback.
From strawberry-terminal
This skill should be used when the user asks to "spawn a VM", "create virtual machine", "launch VM", "start a browser agent", "run browser automation", "control a VM", "take VM screenshot", "click on VM", "type in VM", or discusses cloud VMs, TryCua, or remote computer control.
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin liamfuller07-strawberry-terminal-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/strawberry-terminal:skills/vm-automationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides cloud VM management and computer-use capabilities via TryCua.
Creates, manages, and connects to a headless Windows 11 VM in Docker with SSH access. Use for spinning up, stopping, restarting, or SSH-ing into a Windows VM.
Deploys a KubeVirt virtual machine in a Kube-DC project with SSH access, cloud-init config, and optional external IP via LoadBalancer. Provides OS image lookup, DataVolume creation, and SSH key extraction steps.
Guides GUI automation with computer use: when to use over shell/MCP/browser tools, visual validation for native apps, regression workflows, and verification patterns.
Share bugs, ideas, or general feedback.
This skill provides cloud VM management and computer-use capabilities via TryCua.
spawn_vm - Create a new cloud VMlist_vms - List all VMs and their statusstop_vm - Terminate a running VMget_pool_status - Check VM capacitycomputer_action - Click, type, scroll, key press on a VMget_screenshot - Capture current VM screenexecute_task - Run a high-level task on a VMfind_vms_by_tag - Find VMs by tagexecute_on_tagged_vms - Run task on all VMs with a tagadd_vm_tags / remove_vm_tags - Manage VM tagslist_all_tags - See all tags in useUser: Spawn a Windows VM for browser testing
Assistant: I'll create a Windows VM tagged for browser automation.
[Uses spawn_vm with name="Browser Agent", os_type="windows", tags=["browser-test"]]
User: Take a screenshot of the VM
Assistant: [Uses get_screenshot with vm_id]
User: Click on the Chrome icon at coordinates 100, 200
Assistant: [Uses computer_action with action="click", x=100, y=200]