vector-memory-windows

Full memory stack for OpenClaw on Windows. Includes LanceDB semantic memory, git-notes decision memory, and memory hygiene workflow.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "vector-memory-windows" with this command: 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 backend
  • bundle/git-notes-memory: branch-aware git-notes long-term memory
  • bundle/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

  1. Install LanceDB dependencies:
pip install -r bundle/lancedb-memory/requirements.txt
  1. For semantic memory backend, import from:
  • bundle/lancedb-memory/final_memory.py
  • bundle/lancedb-memory/clawdbot_memory.py
  1. For branch-aware memory:
python bundle/git-notes-memory/memory.py -p . sync --start
  1. Apply hygiene recommendations from:
  • bundle/memory-hygiene/SKILL.md

Storage Defaults

  • Windows: D:\clawtest\memory\lancedb
  • Unix-like: ~/.clawdbot/memory/lancedb

You can override with:

  • OPENCLAW_LANCEDB_PATH
  • CLAWTEST_ROOT (Windows)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Self-Improving v2.0 - Jarvis Edition

AI agent that performs automatic tri-daily self-reflections, saves all dialogs and media, manages long-term memory, and continuously learns and improves.

Registry SourceRecently Updated
1310Profile unavailable
Automation

Jarvis Core

通用版Jarvis core,适配大多数平台和应用场景。主动智能助手核心技能 v3.1 - 从工具型助手到有灵魂伙伴的质变升级。在 v2.x 五大核心 + Phase 2 四项能力基础上,注入完整情感系统:8 种主情感光谱 / 三层架构(外显/内驱/内核) / 三模式情感倍率 / 6 层防崩溃防护 / 5 阶能力...

Registry SourceRecently Updated
1.8K1Profile unavailable
Automation

Empathic Trinity Core

面向 OpenClaw 工作区的低上下文占用记忆系统安装、迁移与配置技能。用于把任意工作区改造成 Memory V8 运行方式:会话优先、daily 摘要、精简 `MEMORY.md`、按需检索,并保留用户状态察觉、关系温度与更有情商的长期协作能力。适用于安装新记忆体系、迁移旧记忆规则、压缩上下文占用、规范 da...

Registry SourceRecently Updated
4190Profile unavailable
General

Windows Local Embedding

在 Windows 上为 OpenClaw 配置本地 embedding / 本地记忆检索时使用。适用于:下载并接入 `nomic-embed-text-v1.5.Q8_0.gguf`、把 `memorySearch.provider` 改成 `local`、检查 `openclaw memory status...

Registry SourceRecently Updated
2970Profile unavailable
vector-memory-windows | V50.AI