Skip to content
Gemini CLI

watch skill for Gemini CLI

io.github.oxbshw/watch-skill

Watch video and live sessions, keep timestamped evidence, and verify an agent's own work.

client:Gemini CLI transport:stdio runtime:pypi

Install watch skill in Gemini CLI

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

{
  "mcpServers": {
    "watch-skill": {
      "command": "uvx",
      "args": [
        "watch-skill"
      ]
    }
  }
}

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

watch skill in other clients