Workspace Review
Audit workspace structure and memory files against OpenClaw conventions. Use when asked to "review workspace", "audit files", "check structure", or during periodic self-maintenance. Helps catch drift
Audit workspace structure and memory files against OpenClaw conventions. Use when asked to "review workspace", "audit files", "check structure", or during periodic self-maintenance. Helps catch drift
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
A self-audit process to verify workspace files follow OpenClaw conventions and haven't drifted into non-standard patterns.
Verify expected files exist in correct locations:
~/.openclaw/workspace/ ├── AGENTS.md ← Operating instructions (REQUIRED) ├── SOUL.md ← Persona/tone (REQUIRED) ├── USER.md ← User profile (REQUIRED) ├── IDENTITY.md ← Agent name/vibe/emoji (REQUIRED) ├── TOOLS.md ← Local tool notes (REQUIRED) ├── HEARTBEAT.md ← Heartbeat checklist (optional) ├── MEMORY.md ← Curated long-term memory (optional) ├── BOOT.md ← Runs on gateway restart (optional, boot-md hook) ├── BOOTSTRAP.md ← One-time first-run ritual (delete after use) ├── memory/ ← Daily logs + reference docs (vector-indexed) │ └── YYYY-MM-DD.md └── skills/ ← Workspace-specific skills (optional)
Note on BOOT.md vs BOOTSTRAP.md:
BOOT.md — Persistent; runs every gateway restart (if boot-md hook enabled)BOOTSTRAP.md — One-time; agent follows it on first run, then deletes itCheck: Run
ls -la on workspace root. Flag missing required files.
Each file has ONE job. Check for scope creep:
| File | Should Contain | Should NOT Contain |
|---|---|---|
| AGENTS.md | Operating instructions, memory workflow, behavior rules | Personal memories, daily logs, tool configs |
| SOUL.md | Persona, tone, boundaries, identity philosophy | Task lists, technical details, credentials |
| USER.md | User profile, preferences, how to address them | Agent memories, system config |
| IDENTITY.md | Name, emoji, vibe, external identities (wallets, handles) | Instructions, memories |
| TOOLS.md | Environment-specific notes (camera names, SSH hosts, voices) | Skill instructions, operating procedures |
| HEARTBEAT.md | Short checklist for periodic checks | Long procedures, full documentation |
| MEMORY.md | Curated lessons, key context, important people/projects | Daily logs, raw notes |
| memory/*.md | Daily logs, raw notes, session summaries | Long-term curated memories |
Check: Skim each file. Flag content in wrong location.
YYYY-MM-DD.md or YYYY-MM-DD-slug.md formatsession-memory hook creates YYYY-MM-DD-slug.md) reviewed periodicallyproject-notes.md, api-guide.mdAutomatic Memory Flush: OpenClaw triggers a silent agent turn before session compaction to write durable memories. The agent receives a prompt to flush important context to
memory/YYYY-MM-DD.md. This is automatic — no action needed, but be aware your context WILL be compacted after ~180k tokens.
MEMORY.md and memory/**/*.md are indexed by defaultYYYY-MM-DD.md; reference docs use descriptive namesmemory/ can be indexed via memorySearch.extraPaths in configSession Memory (Experimental): If
memorySearch.experimental.sessionMemory = true, session transcripts are also indexed and searchable via memory_search.
⚠️ This workspace is PRIVATE. Never push to GitHub or any public remote.
cd ~/.openclaw/workspace && git status
Look for files that don't fit the standard layout:
ls -la ~/.openclaw/workspace/
Flag anything that:
Note: Only
MEMORY.md and memory/**/*.md are vector-indexed. Files outside memory/ can be added via memorySearch.extraPaths in config.
Bootstrap files should be lean (loaded every session):
wc -l AGENTS.md SOUL.md USER.md IDENTITY.md HEARTBEAT.md TOOLS.md MEMORY.md 2>/dev/null
If
skills/ exists:
After review, report:
## Workspace Review — YYYY-MM-DD✅ Passing
- [list what's correct]
⚠️ Warnings
- [list minor issues]
❌ Issues
- [list things that need fixing]
📋 Recommendations
[specific actions to take]
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.