Tools
Memory Skill
OpenClaw Skill for daily maintenance of memory-lancedb-pro and lossless-claw-enhanced plugins
README
# openclaw-memory-skill ๐ง
> OpenClaw Skill for daily maintenance and updates of the memory & context plugin stack.
## What is this?
This is an [OpenClaw](https://github.com/openclaw/openclaw) **skill** โ a set of structured instructions that AI agents can use to autonomously maintain, update, troubleshoot, and monitor two critical OpenClaw plugins:
| Plugin | Version | Role |
|--------|---------|------|
| [**memory-lancedb-pro**](https://github.com/CortexReach/memory-lancedb-pro) | v1.1.0-beta.10 | Long-term memory with hybrid retrieval (Vector + BM25), cross-encoder reranking, multi-scope isolation |
| [**lossless-claw-enhanced**](https://github.com/win4r/lossless-claw-enhanced) | v0.5.2 | DAG-based lossless context compaction with CJK-aware token estimation |
## Features
- ๐ **Health Monitoring** โ Automated health checks for both plugins, LanceDB, and LCM databases
- ๐ **Update Management** โ Check for updates, apply upgrades with rollback capability
- ๐พ **Backup & Restore** โ Full backup/restore procedures including cross-host migration
- ๐ง **Troubleshooting** โ Comprehensive issue diagnosis and resolution guides
- ๐ **Config Reference** โ Complete field-by-field documentation for both plugins
## Installation
### As an OpenClaw Skill (recommended)
```bash
# Copy to OpenClaw skills directory
cp -r openclaw-memory-skill ~/.openclaw/skills/openclaw-memory
# Or symlink
ln -s $(pwd)/openclaw-memory-skill ~/.openclaw/skills/openclaw-memory
```
### As a Gemini Antigravity Skill
```bash
cp -r openclaw-memory-skill ~/.gemini/antigravity/skills/openclaw-memory
```
## Usage
Once installed, your AI agent will automatically use this skill when:
- You ask about memory plugin maintenance
- You want to check for plugin updates
- You encounter memory-related errors
- You need to backup/restore memory data
- You want to tune retrieval or compaction settings
### Manual Health Check
```bash
./scripts/health_check.sh
```
### Quick Commands
```bash
# Check versions
./scripts/health_check.sh --updates-only
# Full system health
./scripts/health_check.sh
```
## Project Structure
```
openclaw-memory-skill/
โโโ SKILL.md # Main skill instructions
โโโ README.md # This file
โโโ LICENSE # MIT License
โโโ scripts/
โ โโโ health_check.sh # Automated health & update check
โโโ references/
โโโ update_guide.md # Step-by-step update procedures
โโโ health_checks.md # Health verification & diagnostics
โโโ backup_restore.md # Backup, restore & migration
โโโ troubleshooting.md # Common issues & fixes
โโโ config_reference.md # Full configuration reference
```
## Compatibility
| Component | Minimum Version | Recommended |
|-----------|----------------|-------------|
| OpenClaw | 2026.3.22 | 2026.4.9+ |
| memory-lancedb-pro | v1.0.32 | v1.1.0-beta.10 |
| lossless-claw-enhanced | v0.5.0 | v0.5.2 |
| Node.js | 20.x | 25.x |
## Related Projects
- [OpenClaw](https://github.com/openclaw/openclaw) โ Self-hosted AI agent gateway
- [memory-lancedb-pro](https://github.com/CortexReach/memory-lancedb-pro) โ Enhanced LanceDB memory plugin
- [lossless-claw-enhanced](https://github.com/win4r/lossless-claw-enhanced) โ Lossless context compaction plugin
- [memory-lancedb-pro-skill](https://github.com/CortexReach/memory-lancedb-pro-skill) โ Development skill for memory-lancedb-pro
## License
MIT
tools
Comments
Sign in to leave a comment