
OpenClaw Agent Instruction Registry
Search and pull agent instruction assets—system prompts, skills, workflows, and safety filters—from the OpenClaw registry while you assemble your agent stack.
Overview
OpenClaw Agent Instruction Registry is an MCP server for the Build phase that searches and retrieves agent system prompts, skills, workflows, and safety filters.
What is this MCP server?
- Search and retrieve system prompts, skills, workflows, and safety filter instruction files
- npm package agentbase-mcp version 1.0.1 with stdio transport
- Backed by AgentBase1/mcp-server on GitHub and openclaw-sandy-eight.vercel.app
- Helps compare and reuse community agent configurations instead of copying markdown blindly
- Complements local SKILL.md libraries with a queryable registry surface
- Server version 1.0.1
- npm identifier agentbase-mcp with stdio transport
- Four instruction file types named in description: system prompts, skills, workflows, safety filters
What problem does it solve?
Finding trustworthy agent prompts and skill files scattered across repos wastes time when you are standardizing how your agent behaves.
Who is it for?
Solo builders composing multi-skill agent setups who want a searchable registry of prompts and safety filters.
Skip if: Teams that only use a single fixed system prompt with no interest in browsing external instruction libraries.
What do I get? / Deliverables
After registering agentbase-mcp, your agent can query the OpenClaw registry and pull instruction files into your local workflow.
- Search and retrieval tools for registry-hosted instruction files
- Stdio MCP integration via agentbase-mcp v1.0.1
Recommended MCP Servers
Journey fit
Curating prompts and skills is core agent tooling work that happens as you build how your product or workflow thinks and acts. Agent-tooling is the shelf for MCP servers that catalog and retrieve instruction files rather than shipping end-user features.
How it compares
Instruction registry MCP for agents, not a marketplace checkout or a single fixed SKILL.md in your repo.
Common Questions / FAQ
Who is OpenClaw Agent Instruction Registry for?
Agent builders using MCP who want to discover and download system prompts, skills, workflows, and safety filters from a registry.
When should I use OpenClaw Agent Instruction Registry?
Use it during Build when you are selecting, comparing, or importing instruction files for Claude Code, Cursor, or similar agents.
How do I add OpenClaw Agent Instruction Registry to my agent?
Install the npm package agentbase-mcp (1.0.1), configure stdio MCP in your client, and point tools at the OpenClaw registry workflow documented in the repository.