cmux-browser
openbooklet.com/s/cmux-browseropenbooklet.com/s/cmux-browser@1.0.0GET /api/v1/skills/cmux-browserBrowser automation with cmux embedded webviews (not Chrome/Chromium). Use when $CMUX_WORKSPACE_ID is set and you need to open sites, interact with pages, wait for state changes, or extract data. Snapshot/ref workflow for reliable element targeting.
Stop mo markdown viewer server for current project. Use when user says claw-mo-down, wants to stop mo, shut down doc viewer, or kill mo server.
Manage mo markdown viewer â check status, add/remove patterns and groups, reset sessions. Use when user says claw-mo-manage, wants to check mo status, modify watch patterns, add or remove groups, or reset mo session.
Open a specific file or directory in mo markdown viewer. Use when user wants to quickly view a markdown file, add a file to mo, or preview a specific document.
Configure mo markdown viewer for current project. Use when user wants to set up doc watching, configure mo patterns, initialize claw-mo for a project, or set up markdown viewer.
Start mo markdown viewer server and open in browser. Use when user says claw-mo-up, wants to view docs, open documentation viewer, start mo, or preview markdown.
Control cmux terminal topology (windows, workspaces, panes, surfaces), send notifications, and update sidebar metadata. Use when automation needs deterministic placement, progress reporting, or navigation in a multi-pane cmux layout. Requires cmux environment.
Open markdown files in a cmux formatted viewer panel with live reload. Use when you need to display plans, documentation, or notes alongside the terminal with rich rendering (headings, code blocks, tables, lists). Requires cmux environment ($CMUX_WORKSPACE_ID).
Use Codex as an independent reviewer to verify Claude's implementation or review a plan document. This is the "second pair of eyes" pattern.
Run Codex adversarial review with Claude's double-check. Actively tries to break confidence in the change. Use when the user asks "adversarial review", "ì ëì 리뷰", "ì½ë 공격", wants thorough security/correctness challenge.
Cancel an active background Codex job. Use when the user asks "codex cancel", "ì½ë±ì¤ ì·¨ì", "ìì ì¤ë¨", "job 죽ì¬", "stop codex", or wants to stop a running Codex task they started with rescue/review/research/verify. Works with the Official plugin disabled.
Delegate an implementation task to Codex via Official plugin, then Claude reviews the result. Use when the user asks "codex rescue", "codex ìì", "ì½ë±ì¤íí ìì¼", "codex fix", wants Codex to implement, investigate, or fix something.
Deep-dive research and analysis using Codex. Use when the user asks "codex research", "codex 리ìì¹", "codex ë¶ì", "ì½ë±ì¤ë¡ ì¡°ì¬", "ë¥ë¤ì´ë¸", "ì´ì ë¶ìí´ì¤", wants Codex to investigate a topic, analyze a document, or provide a second opinion on technical questions. NOT for code review (use codex-review) or plan verification (use codex-verify).
Show the final stored result of a completed Codex job, and link to the matching codex-advisor review file. Use when the user asks "codex result", "ì½ë±ì¤ ê²°ê³¼", "ìì ê²°ê³¼ ë³´ì¬ì¤", "job <id> ê²°ê³¼", or wants to retrieve output from a finished Codex job after they closed the session. Works with the Official plugin disabled.
List active and recent Codex jobs plus stored review files. Use when the user asks "codex status", "ì´ë¤ ìì ëê³ ìì´", "ì§íì¤ì¸ ì½ë±ì¤", "codex job ìí", or wants to see what Codex is currently doing. If the user also disabled the Official Codex plugin, this is the way to reach the companion's status command.
Run E2E browser tests from natural language JSON test files using agent-browser. Use when asked to run e2e tests, browser tests, UI tests, end-to-end tests, or test a web application.
Extract URLs from an XML sitemap with optional regex filtering
Fetch web content from URLs using Gemini CLI when WebFetch fails or is blocked (403, rate-limited, bot-blocked sites like Reddit, LinkedIn, etc). Use when you encounter "unable to fetch" errors, when a site blocks direct access, or when the user explicitly asks to fetch via Gemini.
Query orchestration and notebook registry management.
Manage vision-powers HTML reports: list, open, delete, search, and refine sections.
Auto-indexed from LeeJuOh/claude-code-zero
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.