Skip to content
Grok

watch skill for Grok

io.github.oxbshw/watch-skill

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

client:Grok transport:stdio runtime:pypi

Install watch skill in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

watch skill in other clients