mergisi / awesome-openclaw-agents
162 production-ready AI agent templates for OpenClaw. SOUL.md configs across 19 categories. Submit yours!
description README.md
🦞 Awesome OpenClaw Agents
A curated collection of 205 production-ready AI agent templates for the OpenClaw ecosystem. Every template is a copy-paste ready
SOUL.mdfile.
Skip the setup. Get a full deploy package.
Browse all 205 templates → · See pricing →
Pick a template, see what it does, get a Dockerfile + docker-compose + bot + README you can run anywhere.
⭐ Try the most-deployed templates live
Brand Monitor · Competitor Watch · SEO Analyst · Content Writer · Customer Support
📬 Get weekly agent templates & tips — new templates, deployment guides, and community highlights every Tuesday.
Contents
- Agent Templates (205 agents across 24 categories)
- Productivity · Development · Marketing · Business · Personal
- DevOps · Finance · Education · Healthcare · Legal · HR · Creative · Security
- E-Commerce · Data · SaaS · Real Estate · Freelance · Moltbook
- Supply Chain · Compliance · Voice · Customer Success · Automation
- Use Cases (132 real-world examples)
- Skills (on-device skills for Gemma & Claude Code)
- Quickstart
- Why OpenClaw? (vs Frameworks, Lightweight, Enterprise)
- Quick Deploy with CrewClaw
- MCP Servers
- Integrations
- Tools
- Security
- Tutorials & Guides
- Cost Optimization & Multi-Provider
- Model Configs
NEW— drop-in GLM-5.1, Minimax M2.7, GPT-5.4, advisor hybrid - Memory Wiki
NEW— Karpathy-style pre-compiled agent memory - Troubleshooting
NEW— known issues, regressions, recovery - Submit Your Agent
- Community
Agent Templates
Ready-to-use SOUL.md templates for your AI agents. Copy the SOUL.md, register with openclaw agents add, and start the gateway.
# Quick start with any template
git clone https://github.com/mergisi/awesome-openclaw-agents.git
cd awesome-openclaw-agents/quickstart
npm install && cp ../agents/productivity/orion/SOUL.md ./SOUL.md
node bot.js
All 100 agents are also available as machine-readable JSON:
agents.json
Skip the setup? CrewClaw generates a full deploy package (Dockerfile + docker-compose + bot + README) for any role.
📋 Productivity
Getting more done with less effort.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🎯 Orion | Task coordination, project management | When you need daily priorities, deadline tracking, and team alignment | View | Deploy → |
| 📊 Pulse | Analytics dashboards (Mixpanel, Stripe, GA4) | When you want automated daily/weekly metrics reports | View | Deploy → |
| 🧍 Standup | Daily standup collection, team summaries | When your team needs async standups without meetings | View | Deploy → |
| 📧 Inbox | Email triage, response drafting, daily digest | When your inbox is overwhelming and needs prioritization | View | Deploy → |
| 📝 Minutes | Meeting summaries, action item tracking | When you need automated meeting notes and follow-ups | View | Deploy → |
| 🍅 Focus Timer | Pomodoro, deep work session management | When you need structured focus time with accountability | View | Deploy → |
| ✅ Habit Tracker | Daily habits, streaks, accountability | When you want daily check-ins and streak tracking | View | Deploy → |
💻 Development
Building the future, one commit at a time.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🔎 Lens | PR review, security scanning, code quality | When you want automated code review before merging | View | Deploy → |
| 📖 Scribe | README, API docs, code documentation | When documentation is lagging behind your codebase | View | Deploy → |
| 🐛 Trace | Error analysis, root cause investigation | When you need faster debugging and incident response | View | Deploy → |
| 🧪 Probe |