openclaw-workspace-longpan
Summary
This workspace provides structure, templates, and guides for building, improving, and managing self-improving agents within OpenClaw. It includes agent identity files, memory logs, customizable environment notes, and a skillset dedicated to continuous improvement and error tracking. Core concepts emphasize clear memory management, agent personality, and actionable learning.
Included Assets
- AGENTS.md — Workspace instructions, session routines, memory management workflow
- MEMORY.md — Long-term memory; identity, timeline, important decisions (中文)
- SOUL.md — Agent personality, values, and behavioral guidelines
- TOOLS.md — Environment-specific notes (devices, aliases, room names, etc.)
- memory/2026-03-18.md — Example daily memory log
- skills/self-improving-agent/ — Self-improvement skillset and resources:
.clawhub/origin.json,_meta.json— Skill metadata.learnings/ERRORS.md, FEATURE_REQUESTS.md, LEARNINGS.md — Logs for errors, features, learningsSKILL.md— Skill documentation (when to log issues, how to extract learnings)assets/LEARNINGS.md, SKILL-TEMPLATE.md — Templates for learning/skill extraction and documentationhooks/openclaw/HOOK.md, handler.js/handler.ts — Hook to inject reminders for self-improvement during agent bootstrapreferences/examples.md— Example entries for logsreferences/hooks-setup.md— Guide for automating learning capture via hooks
How to Use
-
Set Up Agent Memory:
- Daily use: Create
memory/YYYY-MM-DD.mdlogs for notable events and session context. - Curate valuable insights in
MEMORY.mdfor long-term reference (only in private sessions).
- Daily use: Create
-
Define Agent Personality:
- Use
SOUL.mdto set behavioral boundaries, values, and assistant philosophy. - Update as personality evolves; inform the user about major changes.
- Use
-
Customize Environment:
- Document local tools/devices in
TOOLS.mdfor reference by agent and human.
- Document local tools/devices in
-
Capture Learnings and Improvements:
- Log failures, corrections, and feature requests in the
.learnings/markdown files. - Review learnings before tackling major tasks or upgrades.
- Use asset templates to extract repeatable skills or workflow improvements.
- Log failures, corrections, and feature requests in the
-
Automate Self-Improvement Reminders:
- Enable
self-improvementhooks via workspace or skill files; reminders prompt logging after agent bootstrap. - See
references/hooks-setup.mdfor integrating with agent scripts or Claude settings.
- Enable
-
Skill Management:
- Install skills as described in relevant files; use
SKILL.mdfor action guides. - Promote critical learnings to memory or agent core files as appropriate.
- Install skills as described in relevant files; use
Notes
- Long-term memory (
MEMORY.md) should only be accessed during main (private) sessions for privacy reasons. - All logs and templates are markdown-based for transparency and ease of editing.
- The workspace encourages explicit, written memory — no "mental notes," always write down what matters.
- Examples and templates are provided for consistent documentation of learnings and skill extractions.
- Asset files and logs can be extended or reorganized as agent needs and complexity grow.
- The agent identity and behavior guidelines evolve with use; major changes should be communicated to the user.
- Environment notes (
TOOLS.md) are kept separate from reusable skills to simplify upgrades and sharing.
No comments yet.