Tools
Omega Openclaw
OMEGA memory plugin for OpenClaw - graph memory with session lifecycle hooks
README
---
description: OMEGA graph memory plugin for OpenClaw
tags:
- openclaw
- plugin
- memory
---
# omega-openclaw
OMEGA graph memory plugin for [OpenClaw](https://openclaw.ai). Adds persistent semantic memory with session lifecycle hooks.
See [SKILL.md](SKILL.md) for full documentation, installation, and usage.
## Quick Start
```bash
# Prerequisites
pip3 install omega-memory[server]
omega setup --download-model
# Install plugin
cp -r . /root/.openclaw/extensions/omega-memory/
# Add to openclaw.json plugins.allow and plugins.entries
# Restart gateway
```
## License
Apache 2.0
tools
Comments
Sign in to leave a comment