cmux-browser-navigating
Installation
SKILL.md
cmux Browser Navigating
Navigate the cmux browser to a URL without taking a screenshot. Opens a split browser if none exists.
Step 1 — Discover workspace and browser surface
WS=$(cmux identify | jq -r '.focused.workspace_ref')
SURF=$(cmux rpc surface.list "{\"workspace_ref\":\"$WS\"}" | jq -r '[.surfaces[] | select(.type == "browser")] | first | .ref // empty')
- If
SURFis non-empty → a browser pane exists. - If
SURFis empty → no browser pane open.