Claude Skill
win4r/openclaw-workspace
A Claude Skill for maintaining and optimizing OpenClaw workspace files (AGENTS.md, SOUL.md, TOOLS.md, MEMORY.md, checklists). Streamline AI collaboration with structured documentation.
Overview
Repository
Install this Skill
git clone https://github.com/win4r/openclaw-workspace ~/.claude/skills/openclaw-workspaceRegistry
Summary
A Claude Skill designed to maintain and optimize OpenClaw workspace files including AGENTS.md, SOUL.md, TOOLS.md, MEMORY.md, and checklists for structured AI collaboration.
用于维护和优化OpenClaw工作区文件(AGENTS.md、SOUL.md、TOOLS.md、MEMORY.md、检查清单)的Claude Skill技能。
Key features
- Automates maintenance of OpenClaw workspace files
- Supports AGENTS.md, SOUL.md, TOOLS.md, MEMORY.md, and checklists
- Optimizes file structure for AI collaboration
- Enhances consistency across workspace documentation
Use cases
- Keeping OpenClaw workspace files up-to-date
- Structuring AI agent memory and tools documentation
- Managing project checklists within OpenClaw
- Standardizing workspace configuration for teams
README excerpt
# openclaw-workspace A [Claude Code](https://claude.ai/claude-code) skill for maintaining and optimizing [OpenClaw](https://openclaw.ai) workspace files — the markdown files that form an AI agent's soul, memory, and operating procedures. [中文文档 →](README_CN.md) --- ## What is this? OpenClaw is a self-hosted, multi-channel AI agent gateway (WhatsApp, Telegram, Discord, Slack, and more). Every OpenClaw agent has a **workspace** — a directory of markdown files that are injected into the system prompt on each turn, giving the agent its identity, behavioral rules, environmental knowledge, and long-term memory. These workspace files are powerful but require careful management: - **Too much content** wastes tokens on every single turn - **Redundancy** between files creates confusion and contradictions - **Stale content** (old SSH hosts, deprecated rules, finished tasks) silently degrades agent quality - **Missing security gates** can leak private memory into group chats This skill gives Claude Code the knowledge to audit, optimize, and build OpenClaw workspace files correctly. --- ## Workspace Files Overview | File | Purpose | Loaded When | Visible to Sub-agents? | |------|---------|-------------|----------------------| | `AGENTS.md` | Boot sequence, checklists, behavioral rules | Every turn (all agents) | Yes | | `SOUL.md` | Persona, tone, values, continuity philosophy | Every turn (all agents) | Yes | | `TOOLS.md` | Env-specific notes (SSH, TTS, cameras, devices) | Every turn (main + sub-agents) | Yes | | `USER.md` | Human profile, preferences, relationship context | Every turn (main sessions only) | No | | `IDENTITY.md` | Name, emoji, avatar, self-description | Every turn | Yes | | `HEARTBEAT.md` | Periodic check tasks and health routines | Every heartbeat turn | D