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.
How 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.
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]
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin liamfuller07-strawberry-terminal-pluginDrives a real GUI desktop (Linux noVNC) for tasks browser automation can't reach: native dialogs, file pickers, multi-window flows, and screen recording verification. Auto-bootstraps the desktop-act MCP server on first run.
Automates desktop GUI workflows via Computer Use API with screenshot capture and mouse/keyboard actions. Use for scripting GUI interactions, visual testing, or recording browser sessions.
Manages persistent VMs on exe.dev: create VMs, configure HTTP proxies, share access, and set up custom domains. Use when hosting or developing on exe.dev VMs.