| name | cbrowse |
| description | Use when a task requires controlling a live browser through the cBrowse MCP tools, including navigation, clicking, typing, scrolling, and page inspection. |
cBrowse
Use this skill when the task clearly requires live browser control rather than static code analysis.
Preconditions
The local cBrowse stack must be available:
- The extension-side bridge client is installed in the browser extension.
- The local relay is running.
- The MCP server is configured in Codex.
Tooling expectations
Prefer these MCP tools:
browser_view
browser_navigate
browser_click
browser_input
browser_press_key
browser_scroll
browser_move_mouse
Working style
- Inspect the page state with
browser_view before acting when the target is uncertain.
- Prefer selector-based targets when available.
- Fall back to index or viewport coordinates only when the page metadata makes that necessary.
- When starting a new browser task, set a short
taskName and reuse a stable sessionId so the dedicated tab group is labeled clearly.
- After every meaningful action, re-check page state if the next step depends on UI changes.
- If the bridge is disconnected, stop and report the missing local browser connection.
Safety
- Do not submit destructive actions unless the user clearly asked for them.
- Treat credentials, payments, and irreversible settings changes as confirmation points.