Skip to content
Zed

watch skill for Zed

io.github.oxbshw/watch-skill

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

client:Zed transport:stdio runtime:pypi

Install watch skill in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

watch skill in other clients