← Back to Plugins
Tools

Memory Skill

Kbfox By Kbfox 👁 2 views ▲ 0 votes

OpenClaw Skill for daily maintenance of memory-lancedb-pro and lossless-claw-enhanced plugins

GitHub

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

Loading comments...