π¦ ClawHub
Vector Memory (Windows) for OpenClaw
by @sea2049
Full memory stack for OpenClaw on Windows. Includes LanceDB semantic memory, git-notes decision memory, and memory hygiene workflow.
TERMINAL
clawhub install vector-memory-windowsπ About This Skill
name: vector-memory-windows description: Full memory stack for OpenClaw on Windows. Includes LanceDB semantic memory, git-notes decision memory, and memory hygiene workflow.
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 playbookWhy use this bundle
Quick Start
1. Install LanceDB dependencies:
pip install -r bundle/lancedb-memory/requirements.txt
2. For semantic memory backend, import from:
bundle/lancedb-memory/final_memory.pybundle/lancedb-memory/clawdbot_memory.py3. For branch-aware memory:
python bundle/git-notes-memory/memory.py -p . sync --start
4. Apply hygiene recommendations from:
bundle/memory-hygiene/SKILL.mdStorage Defaults
D:\clawtest\memory\lancedb~/.clawdbot/memory/lancedbYou can override with:
OPENCLAW_LANCEDB_PATHCLAWTEST_ROOT (Windows)π‘ Examples
1. Install LanceDB dependencies:
pip install -r bundle/lancedb-memory/requirements.txt
2. For semantic memory backend, import from:
bundle/lancedb-memory/final_memory.pybundle/lancedb-memory/clawdbot_memory.py3. For branch-aware memory:
python bundle/git-notes-memory/memory.py -p . sync --start
4. Apply hygiene recommendations from:
bundle/memory-hygiene/SKILL.md