AI / MLHTML
awesome-openclaw-agents
A curated collection of 199 production-ready AI agent templates for the OpenClaw ecosystem.
N/A rating (0 reviews)0 installs2,673 GitHub stars
AIOpenClawtemplatesagents
Every template is a copy-paste ready SOUL.md file. Users can pick a template, customize the config, and get a full deploy package without needing to use a terminal.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"awesome-openclaw-agents": {
"args": [
"-y",
"@modelcontextprotocol/server-awesome-openclaw-agents"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.