lucy-workspace-openclaw
Summary
This workspace organizes files and tools for developing, tracking, and improving self-improving agent skills within OpenClaw environments. It provides structure for agent identity, memory management, local tool configurations, and a complete workflow for capturing and applying learnings to enhance agent performance over time.
Included Assets
- AGENTS.md: Guidance for session startup, agent identity, and memory handling.
- SOUL.md: Defines agent personality, core truths, and operational boundaries.
- MEMORY.md: Long-term curated memory for major events, lessons, and preferences.
- TOOLS.md: Local configuration notes for devices, SSH, and other environment-specific tools.
- memory/YYYY-MM-DD.md: Per-day session notes.
- skills/self-improving-agent/
.learnings/ERRORS.md: Log of errors and failures..learnings/FEATURE_REQUESTS.md: User-requested features not yet available..learnings/LEARNINGS.md: Corrections, insights, and knowledge gaps with status tracking.SKILL.md: Documentation of the self-improvement skill, detailed triggers, and logging guidance.assets/LEARNINGS.md: Category/status reference and sample formatting for learnings.assets/SKILL-TEMPLATE.md: Templates for extracting new skills from learnings.hooks/openclaw/HOOK.md,handler.js,handler.ts: Bootstrap hook to remind agents to capture learnings at startup.references/examples.md: Real-world entry examples for structured learnings.references/hooks-setup.md: Guide for configuring automatic self-improvement reminders.
How to Use
-
Session Initialization:
- Read
SOUL.mdfor agent identity and boundaries. - Use
AGENTS.mdfor session start process and memory management. - Review the latest
memory/YYYY-MM-DD.mdfor recent context. - Update
MEMORY.mdin direct sessions for curated, long-term memory.
- Read
-
Tooling and Local Setup:
- Record environment-specific info (e.g., device names, SSH hosts) in
TOOLS.md. - Respect restricted folders as specified in
TOOLS.md.
- Record environment-specific info (e.g., device names, SSH hosts) in
-
Self-Improvement Workflow:
- Capture all errors in
.learnings/ERRORS.md. - Record user corrections and new insights in
.learnings/LEARNINGS.md. - Log missing features in
.learnings/FEATURE_REQUESTS.md. - Reference
assets/LEARNINGS.mdandassets/SKILL-TEMPLATE.mdfor consistent formatting. - Use
hooks/openclawto trigger learning reminders at agent bootstrap. - Promote important learnings to skills using the provided templates.
- Capture all errors in
-
Extending and Sharing:
- Review
SKILL.mdand reference material for developing or extracting additional agent skills. - Use examples and guides from the
references/directory to maintain consistent and actionable logs.
- Review
Notes
- Always write down key events or learnings—memory files should reflect important developments.
- Long-term memory (
MEMORY.md) is only to be accessed in trusted, direct user-agent sessions for privacy. - Never access or log sensitive folders/items listed as restricted in
TOOLS.md. - Update, promote, or extract learnings into reusable skills to foster continuous improvement.
- All logging and improvement processes are openly documented within the workspace for transparency and reproducibility.
No comments yet.