Post-SetupConfigure your agent's brain

Workspace
Setup

Once OpenClaw is installed and running, this is the system that makes it genuinely intelligent. A structured workspace of Markdown files that give your agent identity, memory, operating rules, and a daily routine — turning a task-executor into a proactive partner.

Architecture

The 4-Tier System

Think of your workspace in layers. Each tier has a specific purpose and update cadence.

Tier 1

Identity Foundation

~4 KB combined

WHO you are and WHAT you know. Everything else flows from here.

SOUL.mdUSER.mdKNOWLEDGE.mdIDENTITY.md

Quarterly review

Tier 2

Operational Brain

~5 KB combined

HOW you operate daily. Check HEARTBEAT every morning, follow workflows, keep context in MEMORY.md.

MEMORY.mdHEARTBEAT.mdWORKFLOWS.mdDISCORD-SERVERS.md

Weekly review

Tier 3

Session Intelligence

~1–2 KB/day

WHAT happened today. Auto-recovery for context loss.

memory/YYYY-MM-DD.md

Daily update

Tier 4

Work & Projects

Unlimited

Your actual work — files, projects, snapshots.

projects/backups/

As needed

Structure

Local vs. Cloud

Local is your operational hub — fast and private. Google Drive is your backup and team access point.

~/your-workspace/
│
├── 📄 SOUL.md          ← WHO YOU ARE
├── 📄 USER.md          ← WHO YOU REPRESENT
├── 📄 KNOWLEDGE.md     ← THEIR EXPERTISE
├── 📄 IDENTITY.md      ← YOUR NAME & VIBE
│
├── 📄 MEMORY.md        ← PERMANENT FACTS
├── 📄 AGENTS.md        ← OPERATING RULES
├── 📄 WORKFLOWS.md     ← REUSABLE PROCESSES
│
├── 📄 HEARTBEAT.md     ← DAILY CHECKLIST
├── 📄 HEARTBEAT-TROUBLESHOOTING.md
├── 📄 DISCORD-SERVERS.md
├── 📄 TOOLS.md         ← TOOL NOTES & GOTCHAS
├── 📄 INDEX.md         ← MASTER CATALOG
│
├── 📁 memory/          ← SESSION LOGS
│   ├── 2026-01-29.md
│   ├── 2026-01-28.md
│   └── archive/
│
├── 📁 notes/areas/     ← PROACTIVE TRACKING
│   ├── proactive-ideas.md
│   ├── recurring-patterns.md
│   ├── capability-wishlist.md
│   └── outcome-journal.md
│
├── 📁 projects/        ← YOUR WORK
│
└── 📁 backups/         ← SNAPSHOT BACKUPS

Convention

File Naming Standard

Global Format

FileDescription_ClientOrBusinessName_MMDDYY.ext

Marketing Agency

Logo_Options_Draft_2_ClientA_012626.pdf

Social_Media_Calendar_Q1_ClientA_012626.xlsx

Email_Campaign_Results_ClientA_012626.txt

Consulting

Strategy_Proposal_TechStartup_012626.doc

Project_Scope_TechStartup_012626.pdf

Invoice_Services_TechStartup_Jan2026_012626.xlsx

Personal

Tax_Return_2025_Personal_012726.pdf

Annual_Net_Worth_2025_Personal_012726.xlsx

Certificate_Template_AIBasics_012626.pdf

Step-by-Step

Creating Each File

Click each file to see exactly what goes in it and why it matters.

What to Include

Core Truths — 3–5 fundamental beliefs that drive decision-making
Communication Style — Direct or warm? Formal or casual? Verbose or concise?
In Communities — When to engage, when to stay silent, what adds value
Expertise Areas — Domains where the agent can speak confidently
Boundaries — Never do X. Always confirm before Y. Protect information about Z.

Why It Matters

Everything else flows from this. Your AI Persona needs a soul, not just function.

Recommended length

400–500 words

Timeline

5-Day Setup Plan

1~1 hour

Foundation

  • Create SOUL.md
  • Create USER.md
  • Create IDENTITY.md
  • Create MEMORY.md (minimal)
2~1 hour

Organization

  • Create KNOWLEDGE.md
  • Create memory/ directory
  • Create first memory/YYYY-MM-DD.md
  • Create memory/archive/ folder
3~45 min

Operations

  • Create INDEX.md
  • Create HEARTBEAT.md
  • Create WORKFLOWS.md (first 2–3)
  • Create DISCORD-SERVERS.md or GOOGLE_DRIVE_FOLDERS.md
4~30 min

Integration

  • Set up version control (git init)
  • Test HEARTBEAT.md (actual daily check)
  • Add missing automation
  • Document everything
5Daily

Ongoing

  • Run HEARTBEAT.md every morning (10 min)
  • Update memory/YYYY-MM-DD.md daily (5 min)
  • Document new workflows as needed
  • Weekly review every Friday (30 min)

Next Module

Advanced Operations

7 critical warnings, daily workflow, truncation protection & maintenance schedule.

Go to Advanced Ops →

The Golden Rule

Local files are your source of truth. Google Drive is backup + collaboration + team access. Your Persona is a delegate, not a replacement — it can make decisions within clear guidelines, escalates when uncertain, and never speaks for you on commitments.