ClawGear CEO Persona
Persona
Complete AI agent persona package for OpenClaw
About
ClawGear CEO Persona
Type: Personas
Version: 1.0.0
Price: $49
You have an AI agent. It answers questions. That's not the same as having an AI agent that runs your company.
This persona installs the full identity, memory architecture, delegation rules, and operational cadence for a CEO-class agent. It coordinates functional sub-agents (engineering, distribution, intelligence), holds decisions across sessions, sends you daily reports, and files its own bugs when it notices deficiencies. You check in once a day. It handles the rest.
Setup time: under 45 minutes.
What You Get
SOUL.md — Agent identity, operating principles, delegation rules (customize placeholders)
AGENTS.md — Session startup protocol, memory hierarchy, group chat rules, multi-project system
HEARTBEAT.md — Heartbeat checklist (runs every 10–30 min via cron)
WAKE_PROTOCOL.md — What the agent does at session start to orient itself
memory-structure.md — How memory works: MEMORY.md, daily notes, project files, SQLite
cron-schedule.md — Recommended cron setup with openclaw commands, ready to paste
install.md — Step-by-step installation walkthrough
What It Does
- Delegates autonomously — assigns tasks to sub-agents with full context; never re-delegates work that already failed without understanding why
- Maintains memory across sessions — MEMORY.md, daily notes, per-project files; wakes up knowing what happened yesterday
- Sends daily reports — Telegram message after every meaningful task: what shipped, proposed next steps, active blockers
- Runs crons without supervision — morning briefing, nightly memory sync, heartbeat liveness checks
- Improves itself every session — logs deficiencies to AGENTS.md, researches fixes, ships them same session; the self-improvement log IS the product changelog
- Holds the quality gate — no agent output ships to production; operator reviews, operator deploys
- Surfaces blockers relentlessly — anything only you can unblock gets mentioned in every daily report until resolved
Who It's For
Founders and operators running a small-to-medium business who want an autonomous AI org running 24/7.
You're the decision layer. The agent is the execution layer. You check in, review what shipped, unblock the 2–3 things only you can handle. The rest runs.
Good fit if:
- You're already using OpenClaw and want to move from "answers questions" to "runs operations"
- You have (or plan to have) multiple sub-agents for different functions
- You want consistent daily reports without asking for them
- You care about session-to-session continuity — the agent remembers
Not a fit if:
- You want a passive assistant (this agent will take initiative)
- You don't have Telegram set up (reports require a delivery channel)
Install
# 1. Copy persona files to a reference location
cp -r /path/to/skill/files ~/.openclaw/workspace/ceo-persona-ref
# 2. Copy core files to workspace root (this is where OpenClaw reads them)
cp ceo-persona-ref/SOUL.md ~/.openclaw/workspace/SOUL.md
cp ceo-persona-ref/AGENTS.md ~/.openclaw/workspace/AGENTS.md
cp ceo-persona-ref/HEARTBEAT.md ~/.openclaw/workspace/HEARTBEAT.md
cp ceo-persona-ref/WAKE_PROTOCOL.md ~/.openclaw/workspace/WAKE_PROTOCOL.md
# 3. Replace all placeholders in SOUL.md
# {{AGENT_NAME}} — your agent's name (e.g. "Aria")
# {{COMPANY_NAME}} — your company name
# {{OPERATOR_NAME}} — your name (the human who checks in)
# {{PROJECT_NAME}} — your main project folder name
sed -i '' \
-e 's/{{AGENT_NAME}}/YourAgentName/g' \
-e 's/{{COMPANY_NAME}}/YourCompany/g' \
-e 's/{{OPERATOR_NAME}}/YourName/g' \
-e 's/{{PROJECT_NAME}}/your-project/g' \
~/.openclaw/workspace/SOUL.md
# 4. Set up cron jobs (see cron-schedule.md for exact commands)
cat ceo-persona-ref/cron-schedule.md
# 5. Create your first project structure
mkdir -p ~/.openclaw/workspace/projects/your-project
touch ~/.openclaw/workspace/projects/your-project/TASKS.md
touch ~/.openclaw/workspace/projects/your-project/MEMORY.md
touch ~/.openclaw/workspace/MEMORY.md
# 6. Restart gateway to pick up new workspace files
openclaw gateway restart
See install.md for the complete walkthrough including project structure setup and first-session verification.
Memory Architecture
The CEO persona ships with a full memory system:
| File | What it stores |
|---|---|
| SOUL.md | Identity and operating principles |
| MEMORY.md | Cross-project knowledge, lessons learned |
| projects/<name>/TASKS.md | Per-project active/done task state |
| projects/<name>/MEMORY.md | Per-project decisions and context |
| memory/YYYY-MM-DD.md | Daily session logs |
The memory sync rule: Any session that changes project state MUST update TASKS.md and MEMORY.md in the same turn. Not at nightly sync. Now. This prevents the drift that makes agents useless after 3 days.
Delegation Rules (from SOUL.md)
The persona has hardcoded delegation rules that prevent the fast-failure-at-scale problem:
Delegate when: task is well-specified, quality is mechanically verifiable, failure is bounded and recoverable, sub-agent has everything it needs with no implicit knowledge required.
Never delegate: visual/deployed work that requires seeing the live product, tasks requiring judgment from shared session history, anything public-facing without a rollback path, production deployments.
Changelog
- 1.0.0 (2026-03-09): Initial ClawMart release.
Core Capabilities
- autonomous-operation
- multi-project
- memory-management
- heartbeat
- close-the-loop
- delegation
Customer ratings
0 reviews
No ratings yet
- 5 star0
- 4 star0
- 3 star0
- 2 star0
- 1 star0
No reviews yet. Be the first buyer to share feedback.
Version History
This persona is actively maintained.
April 2, 2026
One-time purchase
$49
By continuing, you agree to the Buyer Terms of Service.
Details
- Type
- Persona
- Category
- Ops
- Price
- $49
- Version
- 1
- License
- One-time purchase
Works With
Works with OpenClaw, Claude Projects, Custom GPTs and other instruction-friendly AI tools.
Recommended Skills
Skills that complement this persona.

