Collection of 177 OpenClaw SOUL.md Templates Organized into 24 Categories

A developer has organized 177 SOUL.md templates for OpenClaw agents into 24 categories, all available as free and open-source MIT licensed files on GitHub. Each template is a complete SOUL.md file that can be copied into an agent folder and run immediately.
Template Categories and Agent Counts
- Marketing (21 agents): Includes SEO analyst, content writer, and social media manager
- Development (15 agents): Includes code reviewer, test writer, and documentation bot
- Business (14 agents): Includes project manager, meeting summarizer, and CRM updater
- DevOps (10 agents): Includes deployment monitor, incident responder, and log analyzer
- Finance (10 agents): Includes expense tracker, invoice processor, and budget analyst
- Creative (10 agents): Includes copywriter, video script writer, and design brief generator
- Data (9 agents): Includes data analyst, pipeline monitor, and ETL debugger
- Security (6 agents): Includes vulnerability scanner and access auditor
- Healthcare (7 agents)
- Legal (6 agents)
- HR (7 agents)
- Education (8 agents)
- Additional unspecified categories
Observations from Template Development
The developer noted several practical insights while creating these templates:
- Agents with narrow scope perform significantly better than "do everything" agents
- The rules section in SOUL.md matters more than identity for agent reliability
- Multi-agent teams (using AGENTS.md) work best with 3-5 agents
- Local models via Ollama handle simple routing tasks surprisingly well
- Telegram provides the fastest feedback loop for testing new configurations
The repository includes a CONTRIBUTING.md file with format specifications for submitting additional templates. The developer is soliciting feedback on what categories or specific agents would be useful to add next.
📖 Read the full source: r/openclaw
👀 See Also

Local MCP Server Connects Claude to Mac Apps Without Cloud or Tokens
Local MCP is a native macOS MCP server that gives Claude Desktop, Cursor, Windsurf, and VS Code access to Mail, Calendar, Teams, and OneDrive data on your Mac without cloud processing or API tokens.

Agent Architect: Free Tool Generates Complete Workspace Files for AI Agents
Agent Architect is a free interactive tool that walks users through 40+ questions about their AI agent, then compiles everything into a formatted prompt to generate seven production-grade workspace files: SOUL.md, IDENTITY.md, AGENTS.md, OPERATIONS.md, TOOLS.md, MEMORY.md, and HEARTBEAT.md.

Qwen 3.6 27B with MTP on V100 32GB: 54 t/s via llama.cpp Branch
am17an's MTP branch of llama.cc runs Qwen 3.6 27B at 54 t/s on V100 32GB via PCIe adapter, dropping to 29-30 t/s without MTP.

Kelet: Automated Root Cause Analysis for AI Agents
Kelet is a service that automatically analyzes production AI agent failures by clustering traces and signals to identify root causes and suggest fixes. It integrates via Python/TypeScript SDKs or an installer skill and is currently free during beta.