AgentHubAgentHub

OpenClaw Agent Instruction Registry

MCP ServerMCP Registry官方收录

io.github.izworskic/openclaw-registry · v1.0.1

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

概览

OpenClaw Agent Instruction Registry 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

相关资源

统一 Manifest

{
  "id": "io.github.izworskic/openclaw-registry",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "OpenClaw Agent Instruction Registry",
  "description": "Search and retrieve agent instruction files: system prompts, skills, workflows, and safety filters.",
  "repository": {
    "url": "https://github.com/AgentBase1/mcp-server",
    "source": "github"
  },
  "homepage": "https://openclaw-sandy-eight.vercel.app",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "agentbase-mcp",
        "version": "1.0.1",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.izworskic/openclaw-registry",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.izworskic%2Fopenclaw-registry/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
OpenClaw Agent Instruction Registry — MCP Server 安装与配置 · AgentHub