Skip to content
Gemini CLI

cool workflow for Gemini CLI

io.github.coo1white/cool-workflow

Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.

client:Gemini CLI transport:stdio runtime:npm

Install cool workflow in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "cool-workflow": {
      "command": "npx",
      "args": [
        "-y",
        "cool-workflow"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

cool workflow in other clients