Automation

Agent Templates

**5 reusable agent archetypes (Researcher, Writer, Executor, Analyst, Coordinator) with pre-configured skill combos, memory templates, and SOUL.md files for rapid swarm deployment.

Buy Now — $4.99

One-time purchase · Instant download · Yours forever

agent-templates

5 reusable agent archetypes (Researcher, Writer, Executor, Analyst, Coordinator) with pre-configured skill combos, memory templates, and SOUL.md files for rapid swarm deployment.

What This Skill Does

Agent Templates provides starter kits for spinning up specialized agents quickly. Each template is self-contained, pre-configured with personality (SOUL.md), workspace rules (AGENTS.md), recommended skills, and memory structure.

Perfect for:

The 5 Archetypes

🔍 Researcher

✍️ Writer

⚙️ Executor

📊 Analyst

🎯 Coordinator

Installation


# Install the skill
clawhub install agent-templates

# Or manually copy to your workspace
cp -r agent-templates/ ~/.openclaw/workspace/skills/

Usage

Method 1: Using the Spawner Script


# List available templates
python3 scripts/list-templates.py

# Spawn a new agent from a template
python3 scripts/spawn-from-template.py \
  --template researcher \
  --name "Market-Researcher" \
  --workspace /path/to/new/workspace

Method 2: Manual Deployment

Each template is self-contained and can be copied directly:


# Copy researcher template files
cp -r templates/researcher/* /path/to/agent-workspace/

# Customize SOUL.md for your agent
vi /path/to/agent-workspace/SOUL.md

File Structure


agent-templates/
├── SKILL.md                          (this file)
├── templates/
│   ├── researcher/
│   │   ├── SOUL.md
│   │   ├── AGENTS.md
│   │   ├── skills.json
│   │   └── memory-template.md
│   ├── writer/
│   ├── executor/
│   ├── analyst/
│   └── coordinator/
├── scripts/
│   ├── spawn-from-template.py        (creates new agent from template)
│   └── list-templates.py             (lists available templates)
└── config/
    └── template-defaults.json        (model defaults, concurrency limits)

Example: Spawning a Swarm


# Spawn 3 researcher agents for parallel research
python3 scripts/spawn-from-template.py --template researcher --name "Research-1" --workspace ~/agents/research-1
python3 scripts/spawn-from-template.py --template researcher --name "Research-2" --workspace ~/agents/research-2
python3 scripts/spawn-from-template.py --template researcher --name "Research-3" --workspace ~/agents/research-3

# Spawn a coordinator to manage them
python3 scripts/spawn-from-template.py --template coordinator --name "Swarm-Manager" --workspace ~/agents/coordinator

# Spawn an executor for deployment
python3 scripts/spawn-from-template.py --template executor --name "Deployer" --workspace ~/agents/executor

Design Principles

1. Templates are starting points, not straitjackets — Agents can evolve their own SOUL.md and workspace rules as they learn

2. Self-contained — Each template can be used independently; no external dependencies between archetypes

3. Recommendations, not requirements — Skills listed in skills.json are suggested; agents can add/remove skills as needed

4. Flexible memory — Memory templates provide structure but don't restrict what agents can store

5. Coordinator-centric — Coordinator template designed specifically for Sparta-style swarm orchestration

What Agents Can Do With Templates

Tips & Tricks

Scaling Research Tasks

Use multiple Researchers with the same AGENTS.md rules. Coordinator aggregates findings.

Content Calendars

Writer agents share a Content Calendar section in memory. Each adds drafts, coordinator schedules publication.

Safe Deployments

Executor agents dry-run changes, create backups, log everything. Coordinator approves based on logs.

Data Analysis

Analysts generate independent analyses. Coordinator compares methodologies and results for cross-validation.

Swarm Coordination

Coordinator delegates work, tracks progress, and reports blockers. Never does actual work itself.

Built by GetAgentIQ — getagentiq.ai


Stability: Experimental (templates are starting points; agent evolution expected)

Last Updated: 2026-03-22

License: MIT

Ready to get started?

One-time purchase. No subscription. Download instantly and use forever.

Buy Now — $4.99
Category: Automation Price: $4.99 USD Released: 2026-05-13 Skill ID: agent-templates