Claude Skill
win4r/openclaw-workspace
一个用于维护和优化OpenClaw工作区文件(AGENTS.md、SOUL.md、TOOLS.md、MEMORY.md、检查清单)的Claude Skill,通过结构化文档简化AI协作。
概览
仓库信息
安装这个 Skill
git clone https://github.com/win4r/openclaw-workspace ~/.claude/skills/openclaw-workspaceRegistry 信息
项目简介
一个用于维护和优化OpenClaw工作区文件(包括AGENTS.md、SOUL.md、TOOLS.md、MEMORY.md和检查清单)的Claude Skill,旨在实现结构化的AI协作。
Claude Code skill for maintaining and optimizing OpenClaw workspace files (AGENTS.md, SOUL.md, TOOLS.md, MEMORY.md, checklists)
要点
- 自动维护OpenClaw工作区文件
- 支持AGENTS.md、SOUL.md、TOOLS.md、MEMORY.md和检查清单
- 优化文件结构以促进AI协作
- 增强工作区文档的一致性
使用场景
- 保持OpenClaw工作区文件的最新状态
- 结构化AI代理记忆和工具文档
- 在OpenClaw中管理项目检查清单
- 为团队标准化工作区配置
README 摘要
# 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