watch skill for VS Code
io.github.oxbshw/watch-skill
Watch video and live sessions, keep timestamped evidence, and verify an agent's own work.
client:VS Code
transport:stdio
runtime:pypi
Install watch skill in VS Code
.vscode/mcp.json
{
"servers": {
"watch-skill": {
"type": "stdio",
"command": "uvx",
"args": [
"watch-skill"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs