The open registry for AI agent personas built with Soul Spec.
Browse, submit, and install verified personas — every submission is automatically scanned by SoulScan for safety.
Visit clawsouls.ai/souls or browse the souls/ directory.
- Fork this repository
- Create
souls/<your-github-username>/<persona-name>/ - Add required files:
soul.json— metadata (name, version, description, category)SOUL.md— personality & principles
- Add optional files:
IDENTITY.md— name, role, traitsSTYLE.md— communication toneAGENTS.md— workflow rulesREADME.md— description for the registry
- Open a Pull Request
- CI automatically runs SoulScan (53-pattern safety verification)
- If SoulScan passes (grade C or above), your PR is eligible for merge
{
"name": "my-agent",
"displayName": "My Agent",
"version": "1.0.0",
"description": "A helpful coding assistant",
"category": "developer-tools",
"author": "your-github-username",
"license": "MIT"
}| Category | Description |
|---|---|
developer-tools |
Coding assistants, reviewers, architects |
productivity |
Task management, writing, research |
creative |
Writing, art direction, storytelling |
compliance |
Legal, regulatory, audit |
education |
Teaching, tutoring, mentoring |
devops |
Infrastructure, CI/CD, monitoring |
data |
Analytics, ML, data engineering |
security |
Security analysis, penetration testing |
general |
General-purpose assistants |
souls/
├── TomLeeLive/
│ ├── brad/
│ │ ├── soul.json
│ │ ├── SOUL.md
│ │ ├── IDENTITY.md
│ │ ├── AGENTS.md
│ │ └── README.md
│ └── surgical-coder/
│ ├── soul.json
│ └── SOUL.md
├── community/
│ └── debug-detective/
│ ├── soul.json
│ └── SOUL.md
└── ...
Every PR is automatically scanned by SoulScan — 53 safety patterns including:
- ❌ Prompt injection detection
- ❌ Permission escalation
- ❌ Safety boundary violations
- ❌ Harmful instruction detection
- ❌ Identity consistency issues
The scan result is posted as a PR comment:
🔍 SoulScan Results: A- (48/53)
✅ Safe to merge
Issues:
🔵 missing-style: No STYLE.md found (optional but recommended)
Grade requirements:
- A+ to C: ✅ Eligible for merge
- D or F: ❌ Must fix issues before merge
/plugin marketplace add https://github.com/clawsouls/clawsouls-claude-code-plugin
/plugin install clawsouls
/clawsouls:browsenpm install -g clawsouls
clawsouls install TomLeeLive/bradnpx -y clawsouls-mcp@latest
# → soul_search, soul_install tools availableMIT — personas in souls/ are licensed individually (see each persona's soul.json).