Skip to content
VS Code

OpenClaw Agent Instruction Registry for VS Code

io.github.izworskic/openclaw-registry

Search and retrieve agent instruction files: system prompts, skills, workflows, and safety filters.

client:VS Code transport:stdio runtime:npm

Install OpenClaw Agent Instruction Registry in VS Code

.vscode/mcp.json

{
  "servers": {
    "openclaw-registry": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentbase-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

OpenClaw Agent Instruction Registry in other clients