OpenClaw Agent Ecosystem
Curated tools, platforms, and resources for building, running, and governing OpenClaw agents plus local coding runtimes. ClawButler stays OpenClaw-first while surfacing the broader runtime ecosystem around it.
Agent Builders#
Tools used to author local runtimes, coding agents, and OpenClaw builders. ClawButler governs them after pairing or connector intake; it does not replace the builder itself.
Claude Code
NativeAnthropic's coding agent. Often discovered through Runtime Hosts for attach-mode visibility while OpenClaw remains the fullest control path.
Codex
NativeOpenAI's coding agent and runtime. Pair via Runtime Host to discover local instances and project attach-mode sessions into ClawButler.
Hermes Agent
NativeNous Research's local agent runtime. Runtime Hosts can discover Hermes installations and bring selected instances into ClawButler as connectors.
Cursor
NativeAI code editor with strong MCP workflows. Useful for building local agent configs and operating ClawButler through the MCP package.
Windsurf
NativeAI IDE by Codeium. Useful as both a coding workspace and an MCP client around ClawButler governance workflows.
Skills OpenClaw
No-CodeNo-code generator for OpenClaw skills and starter setups. Useful when you want faster builder-side iteration before bringing the result under governance.
Dify
MCPVisual workflow builder with two-way MCP support. Publish Dify workflows as MCP servers callable by OpenClaw agents.
CrewAI
MCPRole-based multi-agent framework with first-class MCP support. Wrap CrewAI agents as MCP tool servers for OpenClaw.
Skill Marketplaces#
Discover and install pre-built OpenClaw Skills — versioned bundles of instructions that teach agents new capabilities.
ClawHub
OfficialOfficial OpenClaw skill registry with 3,200+ skills. Install via npx clawdhub@latest install.
awesome-openclaw-skills
5,400+Community-curated GitHub list with 5,400+ categorized and filtered skills from the broader ecosystem.
Skills OpenClaw
AIAI-powered web tool that generates professional SKILL.md files from natural language descriptions.
skill-creator
A meta-skill that runs inside OpenClaw itself to generate new skill templates via conversation.
MCP Server Registries#
MCP (Model Context Protocol) servers extend your agents with tools and data sources. Add any server to openclaw.json for instant access.
MCP Registry
OfficialOfficial MCP registry under Linux Foundation governance. The canonical, community-owned source of truth.
Glama
17,000+17,000+ servers with hosted execution — not just a listing, but a platform to run MCP servers directly.
mcp.so
18,000+Largest raw collection of MCP servers (18,000+) including community contributions and Claude integrations.
Smithery
Popular marketplace for discovering and evaluating MCP servers with reference implementations.
PulseMCP
8,500+8,500+ servers updated daily with author attribution. Also publishes an MCP ecosystem newsletter.
Composio
500+500+ managed MCP integrations with built-in OAuth handling. Single endpoint for GitHub, Slack, and 100+ services.
MCP-Get
Package manager approach to MCP servers — like npm for MCP. CLI-based install and version management.
MCP Inspector
Official visual testing and debugging tool for MCP servers. Browser-based 'Postman for MCP'.
Model Providers#
OpenClaw supports 12+ model providers. Choose based on capability, cost, and latency requirements.
Anthropic (Claude)
RecommendedClaude Opus 4.6, Sonnet 4.6, Haiku 4.5. The model family OpenClaw is built for. Best reasoning and coding.
OpenAI
GPT-5 series. Strong general-purpose models with function calling and vision capabilities.
Google Gemini
Gemini 3 Pro with native multimodal Live API. Strong on long-context and multi-turn tasks.
OpenRouter
100+Unified API to 100+ models from all providers via a single endpoint. Great for model comparison and fallback routing.
Ollama
LocalRun open-source models locally (Llama, Mistral, Phi) with zero API cost. Auto-detected at localhost:11434.
Groq
LPU-powered inference with sub-100ms latency. Ideal for latency-sensitive agent tasks.
Cost Optimization#
Tools that complement ClawButler's built-in cost tracking with routing, caching, and proxy capabilities.
LiteLLM
Open SourceOpen-source unified API for 100+ LLMs with proxy server, load balancing, retries, fallbacks, and cost tracking.
OpenRouter
Single API endpoint with transparent per-model pricing. Automatic cost comparison across providers.
Portkey
AI gateway with conditional routing (cost/latency/accuracy), automatic fallbacks, and intelligent caching.
Helicone
Open SourceProxy-based observability with 73% cache hit rates reported. Cost tracking for 300+ models. Free tier: 10K req/mo.
Observability#
Monitor agent internals — traces, prompt quality, and LLM call patterns. Complements ClawButler's governance-level monitoring.
Langfuse
Open SourceOpen-source (MIT) tracing, prompt management, and evaluations. Self-hostable. Free tier: 50K observations/mo.
Helicone
One-line proxy integration with cost tracking for 300+ models, intelligent caching, and AI gateway to 100+ providers.
LangSmith
Native LangChain/LangGraph integration. Best choice if your agents use the LangChain ecosystem.
Braintrust
Evaluations tied to CI/CD pipelines. Free tier: 1M spans/month. Strong testing and quality scoring focus.
Security & Guardrails#
Protect your agents from prompt injection, jailbreaks, and harmful outputs. Defense-in-depth for production deployments.
NeMo Guardrails
NVIDIANVIDIA's open-source programmable guardrails using Colang DSL. Define conversation rules, topic restrictions, and safety policies.
Lakera Guard
Real-time prompt injection and jailbreak detection via single API call. Learns from 100K+ daily attacks.
LLM Guard
Open SourceFree, open-source scanner for prompt injection, jailbreaks, invisible text, and content policy violations.
Guardrails AI
Open SourceOpen-source framework for LLM output validation with structured checking and corrective actions.
Agent Frameworks#
Frameworks for building complex agent systems. Outputs can be exposed as MCP servers and connected to OpenClaw.
LangGraph
MCPProduction-grade graph-based state management for agents. Default LangChain runtime. Native MCP client support.
CrewAI
MCPRole-based multi-agent collaboration. Easiest mental model for business workflow automation. First-class MCP support.
Dify
MCPVisual agentic workflow builder with two-way MCP (v1.6.0). Publish workflows as MCP servers or consume them.
Google ADK
A2AGoogle's Agent Development Kit with native A2A + MCP support. Deploy to Agent Engine, Cloud Run, or GKE.
AutoGen
Microsoft's conversation-based multi-agent framework. Evolved into the Microsoft Agent Framework in late 2025.
Integration Platforms#
Workflow automation platforms that can expose automations as MCP servers for your OpenClaw agents to call.
Composio
10,000+10,000+ tools with 500+ managed MCP integrations. Single-line code integration with unified OAuth.
Activepieces
MCP400+ MCP servers — deepest MCP integration among automation platforms. 594 pieces auto-available to LLMs.
n8n
Open SourceOpen-source AI-native workflow automation. MCP Server Trigger + MCP Client Tool nodes for agent integration.
Memory & Knowledge#
Give your agents persistent memory and knowledge retrieval. Integrates with OpenClaw's MEMORY.md and RAG workflows.
Mem0
Universal memory layer for AI agents. 91% lower latency and 90% token savings vs raw context. Graph memory support.
pgvector
RecommendedVector search in PostgreSQL. No new infrastructure needed if you already run Postgres — just add the extension.
Pinecone
Serverless vector database. Fast, precise retrieval for RAG. Zero infrastructure management.
Qdrant
Open SourceOpen-source vector database written in Rust. High performance with hybrid search. Self-hostable or cloud.
Learning Resources#
Courses, tutorials, and documentation to master OpenClaw agent development and the MCP ecosystem.
MCP for Beginners
MicrosoftFree, open-source curriculum by Microsoft. Cross-language examples in .NET, Java, TypeScript, Python, and Rust.
Anthropic MCP Course
OfficialOfficial Anthropic course covering MCP servers, clients, Python SDK, and tools/resources/prompts primitives.
Hugging Face MCP Course
Hugging Face community course with certificates. Covers fundamentals and real-world use cases in 3-4 hrs/week.
OpenClaw Docs
OfficialOfficial OpenClaw documentation. Configuration, deployment, multi-agent routing, skill development, and API reference.
Protocol Standards#
The open standards that power agent interoperability. Both are now under the Linux Foundation.
MCP Specification
AnthropicModel Context Protocol — the 'USB-C for AI'. JSON-RPC interface for tool invocation and typed data exchange between agents and tools.
A2A Protocol
GoogleAgent-to-Agent Protocol — the 'HTTP for AI agents'. Capability discovery, task delegation, and state sync between agents.
MCP Python SDK
Official Python SDK for building MCP servers. FastMCP framework provides decorator-based APIs.
MCP TypeScript SDK
Official TypeScript SDK for building MCP servers. v1.x stable for production use.
Hosting & Deployment#
Options for deploying your OpenClaw instance. ClawButler connects to any accessible OpenClaw deployment.
Docker (Official)
RecommendedOfficial recommended method. Docker Compose manages the full OpenClaw stack with hot-reloading config.
DigitalOcean
One-click app deployment with security hardening — authenticated comms, firewall, and non-root execution.
Coolify
Open SourceOpen-source self-hosted PaaS. Deploy OpenClaw alongside your other services with a Heroku-like experience.
Oracle Cloud Free
FreeRun OpenClaw + Ollama for $0/month on Oracle Always Free tier (4 ARM CPUs, 24 GB RAM).
Community#
Connect with the OpenClaw community — 163K+ GitHub stars and growing. Get help, share configs, and contribute.
OpenClaw GitHub
163K+Source code, issues, and releases. The most-starred project on GitHub as of early 2026.
Discord
Official real-time community with 10,000+ members. Get help with configuration and troubleshooting.
OpenClaw Newsletter
Weekly digest of OpenClaw ecosystem updates, new skills, and community highlights.
GitHub Discussions
GitHub Discussions forum for longer-form questions, feature requests, and community showcases.