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 SURF is non-empty → a browser pane exists.
  • If SURF is empty → no browser pane open.

Step 2 — Open or navigate

No browser exists → open one alongside the terminal

Installs
2
First Seen
May 29, 2026
cmux-browser-navigating — erich3000/ji-agent-skills