supaterm-computer-use
Installation
SKILL.md
Use this skill when you need to operate a native macOS app or browser page from a Supaterm terminal.
Workflow
Start with permission, launch, and target discovery:
sp computer-use permissions --json
sp computer-use launch --bundle-id com.apple.TextEdit --json
sp computer-use apps --json
sp computer-use windows --app TextEdit --on-screen-only --json
Capture a window before acting:
sp computer-use snapshot --pid 123 --window 456 --mode som --image-out /tmp/window.png --json
sp computer-use snapshot --pid 123 --window 456 --query save --json
Related skills