PostToolUse
25Hook
Runs after a tool call finishes, executing post_tool_use.js via node. From DevZonayed/Mochi.
Hook
Runs after a tool call finishes, executing post_tool_use.js via node. From DevZonayed/Mochi.
Hook
Runs when the agent finishes a response, executing stop.js via node. From DevZonayed/Mochi.
Hook
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.js via node. From DevZonayed/Mochi.
Agent
Use when the task is a verifiable browser interaction with a binary pass/fail outcome — login flow, submit form, attach file, verify message appears. Returns a verdict + evidence. Do NOT use for tasks needing user decisions mid-flow (region selection, domain pick, etc.).
Command
Agent-driven design QA — walk the running app, judge design/UX, and drop a Comment-Mode comment on every issue (visible to the human as pins). Then read the session back and fix everything in bulk. Optional focus argument steers the pass.
Command
Manage Mochi playbooks (list, show, run, delete). Plays through the browser MCP tools.
Command
Dispatch a verifiable browser task to the qa-tester subagent. Use for regression checks, smoke tests, and any task with a clean pass/fail outcome. Supports an EXHAUSTIVE mode that verifies every control behind an honesty gate.
Command
Schedule a playbook to run on a recurring cron schedule. Uses the host environment's schedule skill.
Command
Cancel a scheduled playbook routine.
Skill Claude CodeCodex
Use this skill when the user says browser, /browser, test in Chrome, inspect a webpage, verify a localhost app, capture screenshots, check console/network errors, run browser QA, or automate browser flows with the Mochi browser MCP.