Skip to content
Cursor

watch skill for Cursor

io.github.oxbshw/watch-skill

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

client:Cursor transport:stdio runtime:pypi

Install watch skill in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

watch skill in other clients