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 from standard patterns.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install workspace-review或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install workspace-review⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/workspace-review/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: workspace-review description: 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 from standard patterns. ---
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]
安装 Workspace Review 后,可以对 AI 说这些话来触发它
Help me get started with Workspace Review
Explains what Workspace Review does, walks through the setup, and runs a quick demo based on your current project
Use Workspace Review to audit workspace structure and memory files against OpenClaw convent...
Invokes Workspace Review with the right parameters and returns the result directly in the conversation
What can I do with Workspace Review in my documents & notes workflow?
Lists the top use cases for Workspace Review, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/workspace-review/ 目录(个人级,所有项目可用),或 .claude/skills/workspace-review/(项目级)。重启 AI 客户端后,用 /workspace-review 主动调用,或让 AI 根据上下文自动发现并使用。
Workspace Review 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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 from standard patterns.
Workspace Review 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Workspace Review
Identifies repetitive steps in your workflow and sets up Workspace Review to handle them automatically