Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manages AI assistant long-term memory with layered storage for facts, events, skills, context, and fast indexing, including backup and integrity tools.
Manages AI assistant long-term memory with layered storage for facts, events, skills, context, and fast indexing, including backup and integrity tools.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Memoria System is a comprehensive long-term memory management system designed for AI assistants. It implements a human-like cognitive memory architecture with distinct layers for different types of information.
The system organizes memory into five distinct types, mirroring human cognitive structures:
Stores factual knowledge, concepts, and general information. facts.md - Personal facts and key information concepts.md - Learned concepts and knowledge knowledge/ - Detailed knowledge entries
Records events, experiences, and conversations with timestamps. YYYY-MM-DD.md - Daily memory logs events/ - Specific event documentation
Contains skills, workflows, and learned procedures. skills.md - Acquired skills and capabilities workflows.md - Common procedures and workflows scripts/ - Automation and utility scripts
Holds current session context and active tasks. current.md - Active context and pending items session/ - Session-specific data
Provides fast lookup and search capabilities. tags.json - Tag-based indexing timeline.json - Chronological event index search/ - Search indexes
Creates incremental backups of the memory system. Usage: ./memory-backup.sh [options] Options: --dry-run - Show what would be backed up without doing it --verbose - Show detailed output --path PATH - Override memory path --output PATH - Override backup destination
Initializes new memory structures or migrates existing ones. Usage: ./memory-migrate.sh {init|daily [DATE]|migrate [VERSION]} Commands: init - Initialize memory structure daily [DATE] - Create daily memory file (default: today) migrate [VERSION] - Migrate from specified version
Restores memory from a previous backup. Usage: ./memory-rollback.sh {list|rollback BACKUP_NAME [--force]} Commands: list - List available backups rollback BACKUP_NAME - Restore to specified backup Options: --force - Skip confirmation prompt
Validates memory integrity and optionally repairs issues. Usage: ./memory-health-check.sh [options] Options: --fix - Automatically fix detected issues --path PATH - Override memory path
Edit config.json to customize behavior: { "memory": { "base_path": "./memory", "structure": { ... } }, "backup": { "enabled": true, "retention_days": 30, "schedule": "0 2 * * *" }, "health_check": { "auto_fix": false, "check_interval_hours": 24 } }
Add to crontab for automated maintenance: # Daily backup at 2 AM 0 2 * * * cd /path/to/memoria-system && ./memory-backup.sh # Weekly health check on Sundays at 3 AM 0 3 * * 0 cd /path/to/memoria-system && ./memory-health-check.sh --fix
openclaw skill install memoria-system
Bash 4.0+ jq (for JSON processing) tar (for backup compression)
MIT
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.