openclaw-memory
Summary
This workspace provides a structured memory and workflow system for OpenClaw, tailored for advanced project management in animation or media production pipelines. It includes detailed memory protocols, asset management scripts, standardized knowledge on agents, tools, and step-by-step skill integrations for shot mapping, config building, and AI generation.
Included Assets
- Documentation
AGENTS.md: Workspace/agent behavior, memory, and operational rulesMEMORY.md: Long-term distilled workspace and user memorySOUL.md: Agent principles, values, and personality definitionTOOLS.md: Local project and command references
- Memory System
memory/ARCHIVE/YYYY-MM-DD.md: Archived daily memory logsmemory/heartbeat-state.json: Memory maintenance and system health status
- Skills (skills/)
asset-library-manager/: Asset filtering and semantic search (docs, shell scripts)pdf-storyboard-parser/: PDF storyboard parsing to images and text (docs, Python scripts, install scripts)ai-shot-generator/: ZenStudio-based shot image/video AI generation (docs)shot-config-builder/: Integrates assets, mapping, and storyboards into shot configs (docs)shot-mapping-parser/: Excel shot breakdown to JSON mapping (docs)- Each skill provides a
SKILL.mdwith workflow and integration details
- Scripts
- Asset scanning and search: Bash scripts in
skills/asset-library-manager/scripts/ - PDF storyboard parsing: Python and shell scripts in
skills/pdf-storyboard-parser/scripts/
- Asset scanning and search: Bash scripts in
How to Use
-
Boot Up & Get Context
- Follow steps and etiquette described in
AGENTS.md. On initial run, readSOUL.md,USER.md(if present), and latest daily memories. - Use
MEMORY.mdfor ongoing distilled knowledge and workflow context.
- Follow steps and etiquette described in
-
Memory Management
- Capture daily work/process notes in
memory/YYYY-MM-DD.md. - Regularly promote key learnings or preferences into
MEMORY.md. Prune memory: archive after 7 days, delete after 30.
- Capture daily work/process notes in
-
Asset Management
- Use
skills/asset-library-manager/scripts/scan_assets.shto scan, filter, and validate project assets. - Use
skills/asset-library-manager/scripts/search_asset.shto search assets with exact, loose, or fuzzy matching.
- Use
-
PDF Storyboard Extraction
- Install requirements with the provided install script in
skills/pdf-storyboard-parser/scripts/. - Use
parse_pdf_storyboard.pyor related tools to extract frames and descriptions from PDF storyboards for animation projects.
- Install requirements with the provided install script in
-
Skill Workflows
- See each skill’s
SKILL.mdfor input/output definitions and data integration steps—for example, parsing shot mappings, building config files, or using AI for content generation. - Follow the specified standard folder structures and conventions for each project.
- See each skill’s
-
Heartbeat & Maintenance
- System health is tracked in
memory/heartbeat-state.json. - Regularly review, summarize, and maintain the memory system as outlined.
- System health is tracked in
Notes
- All workspace behaviors, memory pruning, and asset filtering rules are clearly documented in respective
.mdand script files. - Workflows rely on Python (≥3.7), Bash, and standard data processing tools (
pdf2image,pytesseract,pandas, etc.). - Asset semantic analysis and search rely partly on external “image” tools and require manual tagging/validation during setup.
- Ensure workspace folder structures and naming conventions match sample project paths and filters in the documentation for best results.
- Heartbeat and system checks (output, disk, git) are automated; check
heartbeat-state.jsonfor status. - Skills are modular—refer to each
SKILL.mdfor clear scope, dependencies, and integration. - Sensitive or external operations (remote publishing, destructive actions) require explicit user confirmation per
AGENTS.mdandSOUL.md. - For non-Chinese speakers: operational rules and documentation are primarily in Chinese.
This workspace provides a complete, maintainable memory and workflow system for complex creative or media production pipelines in OpenClaw.
No comments yet.