openclaw-workspace
OpenClaw agent workspace for a self-hosted AI gateway. Contains agent configuration, memory management, and reusable skills.
Summary
A Claude Code-inspired workspace for OpenClaw agents, featuring:
- Agent framework: SOUL.md (persona), AGENTS.md (behavior), MEMORY.md (long-term), TOOLS.md (local config)
- Memory system: Daily session logs in
memory/+ curated long-term memory - 40+ skills: Including batch processing, parallel execution, memory review, and agent configuration
The agent runs as a personal assistant ("小小怪") connected to OpenClaw gateway (ws://127.0.0.1:18789), integrating QQ bot and multiple chat platforms.
Included Assets
Core Agent Files
SOUL.md— Agent persona and character definitionAGENTS.md— Session startup sequence and workspace behavior guidelinesMEMORY.md— Long-term curated memoryTOOLS.md— Local environment notes (SSH, TTS, cameras, etc.)SESSION-STATE.md— Active session state tracking
Memory Logs
memory/YYYY-MM-DD.md— Daily session logs (raw)
Skills
| Skill | Purpose |
|---|---|
agent-pro | Four-layer agent configuration engine (Constitution → Agent → Context → Execution) |
autoDream | Periodic memory review and skill evolution |
batch | Parallel task execution via subagents |
clawpilot | OpenClaw installation, configuration, and hardening |
soulcraft | Guided SOUL.md creation for agents |
Scripts
skills/agent-pro/scripts/init_agent_pro.py— Initializes.learnings/directory and log files for agent-pro
How to Use
Session Startup
On each new session, the agent reads in order:
SOUL.md— Who it isUSER.md— Who it's helping (if exists)memory/YYYY-MM-DD.md(today + yesterday) — Recent contextMEMORY.md(main session only) — Long-term memory
Adding New Skills
Skills follow the OpenClaw skill format with SKILL.md and metadata. Place in skills/ directory.
Memory Management
- Daily logs: Created automatically at
memory/YYYY-MM-DD.md - Long-term: Important decisions, user preferences, and project context promoted to
MEMORY.md - Review: The
autoDreamskill triggers on heartbeat or user request to consolidate memories
Notes
MEMORY.mdis main session only — do not load in group chats or shared contextsTOOLS.mdis user-specific local configuration (camera names, SSH hosts, TTS preferences)- The workspace is configured for Windows (
C:\Users\...) with Asia/Shanghai timezone - Node.js 24 has a known stack overflow issue with OpenClaw's
--deepsecurity audit (core functionality unaffected)
还没有评论。