vector-memory-windows
v1.0.1Full memory stack for OpenClaw on Windows. Includes LanceDB semantic memory, git-notes decision memory, and memory hygiene workflow.
Installation
Please help me install the skill `vector-memory-windows` from SkillHub official store.
npx skills add Sea2049/vector-memory-windows
Vector Memory (Windows)
Complete memory engineering bundle for OpenClaw.
Included Modules
bundle/lancedb-memory: semantic storage and retrieval backendbundle/git-notes-memory: branch-aware git-notes long-term memorybundle/memory-hygiene: cleanup and maintenance playbook
Why use this bundle
- Works on Windows out of the box.
- Keeps compatibility with existing memory APIs.
- Provides both retrieval and governance, not only storage.
Quick Start
- Install LanceDB dependencies:
pip install -r bundle/lancedb-memory/requirements.txt
-
For semantic memory backend, import from:
-
bundle/lancedb-memory/final_memory.py -
bundle/lancedb-memory/clawdbot_memory.py -
For branch-aware memory:
python bundle/git-notes-memory/memory.py -p . sync --start
-
Apply hygiene recommendations from:
-
bundle/memory-hygiene/SKILL.md
Storage Defaults
- Windows:
D:clawtestmemorylancedb - Unix-like:
~/.clawdbot/memory/lancedb
You can override with:
OPENCLAW_LANCEDB_PATHCLAWTEST_ROOT(Windows)