Gemini CLI
Set up Domscribe with Gemini CLI.
Install
gemini extensions install https://github.com/patchorbit/domscribe
This installs the Domscribe extension which registers the MCP server configuration and a skill file that teaches Gemini how to use Domscribe's 12 tools effectively.
What Gets Installed
- MCP server configuration -- registers
@domscribe/mcpas a stdio-based MCP server so Gemini can communicate with the Domscribe relay. - Skill file -- instructions that guide Gemini on when to query runtime state, how to claim and process annotations, and how to interpret the responses.
Usage
With the extension installed and your dev server running, Gemini can access all Domscribe tools. Prompt it to use Domscribe when you want it to inspect live UI state or process change requests from the browser overlay.
Next Steps
- Add Domscribe to your app -- configure the bundler plugin for your framework
- Code to UI -- let the agent see your running browser
- UI to Code -- click elements and describe changes in plain English