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

  1. MCP server configuration -- registers @domscribe/mcp as a stdio-based MCP server so Gemini can communicate with the Domscribe relay.
  2. 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