openclaw-workspace
Audit, optimize, and build OpenClaw workspace memory files
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install openclaw-workspace?โผ
Run `npx skills add win4r/openclaw-workspace --all -g -y` in your terminal to install this skill globally.
What are OpenClaw workspace files?โผ
They are markdown files like AGENTS.md, SOUL.md, and MEMORY.md that are injected into the system prompt each turn, giving your agent its identity, rules, and long-term memory.
How do I reduce token usage in my workspace?โผ
This skill audits file sizes, flags anything over 10,000 characters, and moves rarely needed content into a docs folder that loads only on demand.
How do I stop MEMORY.md from leaking into group chats?โผ
The skill checks that your AGENTS.md boot sequence explicitly gates MEMORY.md to main sessions only, preventing private context from appearing in group chats.
Can I set up a new OpenClaw workspace from scratch?โผ
Yes. The skill creates files in the correct order, starting with SOUL.md and AGENTS.md, and wires up the boot sequence, security gates, and checklist routing table.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core