OpenClaw Agent Templates
A curated collection of 205 production-ready AI agent templates for the OpenClaw ecosystem, each a copy-paste ready SOUL.md file. It solves the problem of setting up AI agents from scratch by providing ready-to-use templates across 24 categories. It is for developers and teams using OpenClaw who want to quickly deploy AI agents for various tasks.
✨ Key features
- 205 production-ready AI agent templates
- Copy-paste ready SOUL.md files
- 24 categories including productivity, development, marketing
- Quickstart with npm and node bot.js
- Machine-readable agents.json for all agents
- Optional CrewClaw deploy package with Dockerfile
🎯 Use cases
- Automate code review with Lens agent
- Generate release notes from git with Log agent
- Monitor brand mentions with Brand Monitor agent
- Create SEO-optimized content with Rank agent
- Manage daily standups with Standup agent
📦 Installation
🧰 Requirements: Requires OpenClaw gateway and Node.js for quickstart; optional CrewClaw account for deploy packages.
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
🚀 Usage
# 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
❓ FAQ
How do I use a template?
Copy the SOUL.md file, register it with openclaw agents add, and start the gateway. The quickstart provides a bot.js example.
Are templates available in JSON?
Yes, all 205 agents are available as machine-readable JSON in agents.json.
Can I get a deploy package?
Yes, CrewClaw generates a full deploy package with Dockerfile, docker-compose, bot, and README for any role.
What categories are covered?
24 categories including 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, and Automation.
📊 Repository
🤖 Overview, features, install steps and FAQ were generated from the project's README on Sep 4, 2026. Always check the original source before running commands.