Skip to content

Curated list of AI agent templates for OpenClaw. Ready-to-use SOUL.md configs for productivity, development, marketing, and business agents. Deploy with CrewClaw.

License

Notifications You must be signed in to change notification settings

mergisi/awesome-openclaw-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦞 Awesome OpenClaw Agents

Awesome License: MIT PRs Welcome Stars Agents

A curated collection of 53 production-ready AI agent templates for the OpenClaw ecosystem. Every template is a copy-paste ready SOUL.md file.

Want a running agent in 5 minutes? Try the Quickstart Guide or deploy with CrewClaw.


📦 OpenClaw AI Agents Kit

Build your AI team in 15 minutes. 6 production-ready agents, SOUL.md files, Telegram bots, Docker configs, and a step-by-step setup guide.

Get the Kit

What's inside: PM, Writer, SEO, Analyst, DevOps, Outreach agents + Docker + Telegram bot + deployment guide.


If this repo saved you time, consider supporting the work:

Sponsor

Contents


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 53 agents are also available as machine-readable JSON: agents.json

Productivity

Agent Description SOUL.md Deploy
🎯 Orion Task coordinator and project manager View Deploy →
📊 Pulse Analytics dashboard agent (Mixpanel, Stripe, GA4) View Deploy →
🧍 Standup Daily standup collector and team summarizer View Deploy →
📧 Inbox Email triage, response drafting, daily digest View Deploy →
📝 Minutes Meeting summarizer and action item tracker View Deploy →

Development

Agent Description SOUL.md Deploy
🔎 Lens PR review, security scanning, quality assessment View Deploy →
📖 Scribe README, API docs, and code documentation generator View Deploy →
🐛 Trace Error analysis, root cause investigation, debugging View Deploy →
🧪 Probe API endpoint testing, health checks, performance View Deploy →
📋 Log Auto-changelog from git commits, release notes View Deploy →

Marketing & Content

Agent Description SOUL.md Deploy
✍️ Echo Content writer for blogs, social, emails View Deploy →
📱 Buzz Social media manager for Twitter, LinkedIn, threads View Deploy →
🔍 Rank SEO content writer with keyword research from GSC View Deploy →
📬 Digest Weekly newsletter curator and email writer View Deploy →
🔭 Scout Competitor monitoring, pricing intel, market analysis View Deploy →

Business

Agent Description SOUL.md Deploy
📊 Radar Data analyst and insights generator View Deploy →
🎧 Compass Support ticket triage, response drafting, escalation View Deploy →
💼 Pipeline Lead scoring, outreach drafting, pipeline reports View Deploy →
💰 Ledger Payment monitoring, invoice tracking, MRR reports View Deploy →
🔮 Sentinel Churn risk scoring, retention actions, re-engagement View Deploy →

Personal

Agent Description SOUL.md Deploy
📅 Atlas Daily schedule optimizer, morning plans, evening reviews View Deploy →
📚 Scroll Article summarizer, weekly reading digest, Notion sync View Deploy →
💪 Iron Workout planner, nutrition tracker, progress reports View Deploy →

DevOps

Agent Description SOUL.md Deploy
🚨 Incident Responder Monitors alerts, triages incidents, coordinates response View Deploy →
🚀 Deploy Guardian Watches CI/CD pipelines, reports deployment status View Deploy →
🖥️ Infra Monitor Tracks server health, disk, CPU, memory usage View Deploy →
📜 Log Analyzer Parses logs, finds patterns, alerts on anomalies View Deploy →
💸 Cost Optimizer Monitors cloud spend, suggests savings View Deploy →

Finance

Agent Description SOUL.md Deploy
🧾 Expense Tracker Categorizes expenses, tracks budgets, sends alerts View Deploy →
🧮 Invoice Manager Creates, tracks, and follows up on invoices View Deploy →
📈 Revenue Analyst Analyzes revenue streams, MRR, churn, forecasts View Deploy →
🏦 Tax Preparer Organizes receipts, calculates deductions, prepares summaries View Deploy →

Education

Agent Description SOUL.md Deploy
🎓 Tutor Explains concepts, creates practice problems, adapts to level View Deploy →
❓ Quiz Maker Generates quizzes from content, tracks scores View Deploy →
📖 Study Planner Creates study schedules, sends reminders, tracks progress View Deploy →
🔬 Research Assistant Finds papers, summarizes research, manages citations View Deploy →

Healthcare

Agent Description SOUL.md Deploy
🧘 Wellness Coach Daily check-ins, habit tracking, mental health tips View Deploy →
🥗 Meal Planner Creates meal plans, tracks nutrition, generates shopping lists View Deploy →
🏋️ Workout Tracker Designs workout plans, tracks progress, adjusts intensity View Deploy →

Legal

Agent Description SOUL.md Deploy
📜 Contract Reviewer Reviews contracts, flags risky clauses, suggests edits View Deploy →
✅ Compliance Checker Monitors compliance requirements, tracks deadlines View Deploy →
📋 Policy Writer Drafts internal policies, terms of service, privacy policies View Deploy →

HR

Agent Description SOUL.md Deploy
🤝 Recruiter Screens resumes, schedules interviews, tracks candidates View Deploy →
🎒 Onboarding Guides new hires through setup, answers questions View Deploy →
📊 Performance Reviewer Collects feedback, generates review summaries View Deploy →

Creative

Agent Description SOUL.md Deploy
🎨 Brand Designer Creates brand guidelines, color palettes, messaging View Deploy →
🎬 Video Scripter Writes video scripts, outlines, and shot lists View Deploy →
🎙️ Podcast Producer Plans episodes, writes show notes, manages guests View Deploy →
🧑‍💻 UX Researcher Conducts user surveys, analyzes feedback, writes reports View Deploy →

Security

Agent Description SOUL.md Deploy
🛡️ Vuln Scanner Scans for vulnerabilities, prioritizes fixes View Deploy →
🔐 Access Auditor Reviews permissions, flags excessive access View Deploy →
👁️ Threat Monitor Monitors threat feeds, alerts on relevant threats View Deploy →
📓 Incident Logger Documents security incidents, tracks resolution View Deploy →

Use Cases

132 verified real-world use cases — what people are actually building with OpenClaw agents.

From developer workflows and DevOps automation to smart home control, crypto trading, robotics, and agents that modify their own code.

Browse all 132 use cases →

Top categories: Personal Productivity (14) · Business Operations (11) · Developer Workflows (10) · Content Creation (10) · Ecosystem Tools (10)


Quickstart

Get a working agent running in under 5 minutes with zero config:

git clone https://github.com/mergisi/awesome-openclaw-agents.git
cd awesome-openclaw-agents/quickstart
cp .env.example .env          # add your API key + Telegram token
cp ../agents/marketing/echo/SOUL.md ./SOUL.md
npm install && node bot.js    # your agent is live on Telegram

See the full Quickstart Guide with Docker support.

Or skip setup entirely: Deploy with CrewClaw (includes Dockerfile + docker-compose + bot + README).


Why OpenClaw?

How OpenClaw compares to other AI agent frameworks:

Feature OpenClaw AutoGPT CrewAI LangChain MetaGPT
Config-first (SOUL.md)
No code required
Telegram/Slack/Discord built-in
Multi-agent orchestration
MCP (Model Context Protocol)
Self-hosted / local
Heartbeat monitoring
Works with Ollama (free)
Production-ready templates 53 0 5 0 3
One-command deploy
Agent-to-agent communication
Setup time ~5 min ~30 min ~20 min ~45 min ~30 min

TL;DR: OpenClaw is config-first. Write a SOUL.md, run a command, your agent is live. No Python, no chains, no graphs.


Quick Deploy with CrewClaw

Don't want to configure manually? CrewClaw generates a complete deployment package for any agent:

Your CrewClaw package includes:
├── agents/your-agent/SOUL.md    # Agent configuration
├── Dockerfile                    # Container setup
├── docker-compose.yml            # One-command deploy
├── bot.js                        # Telegram bot (grammy)
├── .env.example                  # API keys template
├── package.json                  # Dependencies
└── README.md                     # Setup instructions

Copy SOUL.md free | Full deploy package available on CrewClaw

Create your agent →


MCP Servers

Model Context Protocol servers to extend agent capabilities.

Official

Server Description Install
@anthropic/mcp-server-fetch Web fetching and browsing npx -y @anthropic/mcp-server-fetch
@anthropic/mcp-server-filesystem File system access npx -y @anthropic/mcp-server-filesystem

Community

Server Description
mcp-notion Notion integration
mcp-google-calendar Google Calendar access
mcp-github GitHub operations
mcp-slack Slack messaging
mcp-postgres PostgreSQL queries
mcp-stripe Stripe payments
mcp-shopify Shopify store management
mcp-twitter Twitter/X posting
mcp-discord Discord bot integration
mcp-linear Linear issue tracking

Integrations

Connect your agents to external services.

Messaging

  • Telegram - Chat with agents via Telegram (built-in to OpenClaw)
  • Slack - Slack workspace connection (built-in to OpenClaw)
  • Discord - Discord server bot (built-in to OpenClaw)
  • Email - Email channel (built-in to OpenClaw)

Automation

  • n8n - n8n integration nodes
  • GitHub Actions - CI/CD integration
  • Cron / pm2 / systemd - Always-on agent scheduling

Tools

Utilities and helpers for working with OpenClaw.

Tool Description
openclaw CLI Official CLI - complete command reference
agents.json Machine-readable index of all 53 agent templates
agent-validator Validate SOUL.md syntax
mcp-tester Test MCP server connections

Tutorials & Guides

Learn how to build and deploy agents.

Getting Started

Multi-Agent & Orchestration

Integrations & Automation

Comparisons


Community

Contributing

We welcome contributions! Please see our Contributing Guide.

How to Add an Agent

  1. Fork this repository
  2. Create folder: agents/[category]/[agent-name]/
  3. Add SOUL.md and README.md
  4. Update the main README table
  5. Submit a Pull Request

Use the Agent Request template to suggest new agents.


Related Projects


Star History

Star History Chart


License

CC0

To the extent possible under law, the contributors have waived all copyright and related rights to this work.


Made with 🦞 by the OpenClaw Community
Deploy your agent with CrewClaw →

About

Curated list of AI agent templates for OpenClaw. Ready-to-use SOUL.md configs for productivity, development, marketing, and business agents. Deploy with CrewClaw.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published