← Back to Plugins
MCP Server MCP

io.github.oxbshw/watch-skill

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx watch-skill

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "watch-skill",
      "version": "1.3.0rc2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Pinned to the version this entry declares. Unpinned, uvx resolves the newest stable release, so a pre-release entry would advertise one version and start another.",
          "value": "watch-skill[standard]==1.3.0rc2",
          "type": "named",
          "name": "--from"
        }
      ],
      "packageArguments": [
        {
          "description": "Starts the MCP server on stdio.",
          "value": "serve",
          "type": "positional",
          "valueHint": "serve"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...