Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

OpenClaw Agent Templates

Pre-built agent workspace templates for OpenClaw. Drop a template into an agent's workspace and it's ready to go.

What's Inside

Each agent template contains the standard OpenClaw workspace files:

File Purpose
SOUL.md Persona, beliefs, personality — who the agent IS
AGENTS.md Operating instructions — how the agent WORKS
TOOLS.md Quick reference tables and cheat sheets
IDENTITY.md Name, emoji, vibe
USER.md User profile (to be filled during bootstrap)
HEARTBEAT.md Heartbeat checklist (disabled by default)
BOOTSTRAP.md First-run onboarding ritual (deleted after use)

Available Agents

Agent Description Source
PM Product gatekeeper — YC office-hours inspired. Six forcing questions, premise challenges, design documents gstack office-hours

Usage

1. Create an agent in OpenClaw

openclaw agents add pm --workspace ~/.openclaw/workspace-pm

2. Copy template files

cp -r pm/* ~/.openclaw/workspace-pm/

3. Configure channel binding

# Example: bind PM to a Telegram bot account
openclaw agents bind --agent pm --bind "telegram:pm"
openclaw channels add --channel telegram --token "BOT_TOKEN" --account pm

4. Restart gateway

openclaw gateway restart

The agent will run its BOOTSTRAP.md onboarding on first message.

Adding a New Agent

See MIGRATION-GUIDE.md for the full migration process when converting roles from other systems.

Quick steps:

  1. Create a new directory: mkdir your-agent/
  2. Write SOUL.md (persona only, no flow)
  3. Write AGENTS.md (flow, templates, rules only)
  4. Write TOOLS.md (quick reference tables)
  5. Add remaining files: IDENTITY.md, USER.md, HEARTBEAT.md, BOOTSTRAP.md
  6. Cross-check tool availability against AGENTS.md actions
  7. Audit for terminology consistency and contradictions

File Design Principles

  • SOUL.md — Personality and beliefs only. No steps, no phases, no templates.
  • AGENTS.md — Process and rules only. No personality, no beliefs.
  • TOOLS.md — Reference tables only. Does not control tool availability.
  • No overlap between files. Each concept lives in exactly one place.

License

MIT

About

Draw design inspiration for the agent role from gstack and form the openclaw agent team.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors