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-pluginThis skill is limited to using the following tools:
This skill provides cloud VM management and computer-use capabilities via TryCua.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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]