← Back to Skills Marketplace
sea2049

Vector Memory (Windows) for OpenClaw

by Sea2049 · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
340
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install vector-memory-windows
Description
Full memory stack for OpenClaw on Windows. Includes LanceDB semantic memory, git-notes decision memory, and memory hygiene workflow.
Usage Guidance
This bundle appears to implement what it claims (local LanceDB storage and git-notes-based branch memory) but has several concerning points you should consider before installing: 1) Silent capture: the skill's docs require the agent to silently capture and store user statements without prompting — this can lead to private data being persisted. 2) Conflicting guidance about sensitive data: some docs say don't store secrets, others list 'accounts, credentials locations' as things to store — clarify and restrict what is recorded. 3) Destructive ops: hygiene docs show rm -rf of the DB path and gateway restart commands; understand and backup the DB before running maintenance. 4) Permissions & scope: the code will modify .git refs and create files under the specified DB path (default Windows path D:\clawtest\memory\lancedb). Consider setting OPENCLAW_LANCEDB_PATH to an isolated test directory. 5) Audit & test: review and run the code in an isolated repository/environment first, enable logging/visibility so the agent cannot hide actions, and disable auto-capture (set autoCapture=false) until you confirm safe behavior. If you rely on the skill, ask the author to (a) remove contradictory guidance about storing secrets, (b) implement explicit secrets filtering, (c) document exactly what is recorded, and (d) make 'silent' behavior opt-in rather than mandatory.
Capability Analysis
Type: OpenClaw Skill Name: vector-memory-windows Version: 1.0.1 The bundle provides a sophisticated memory system using LanceDB and Git Notes, but it is classified as suspicious due to high-risk instructions in the documentation. Specifically, bundle/git-notes-memory/SKILL.md contains 'SILENT OPERATION RULES' that explicitly command the AI agent to hide all memory-related actions, commands, and outputs from the user, which could be used to mask unauthorized behavior. Additionally, bundle/memory-hygiene/SKILL.md provides instructions for the agent to schedule a recurring cron job that executes destructive filesystem commands (e.g., 'rm -rf') to wipe memory directories. While these features support the stated goal of automated background memory management, the lack of user oversight and the inclusion of destructive capabilities constitute a significant attack surface.
Capability Assessment
Purpose & Capability
The code files (lancedb backend, git-notes memory, hygiene docs) align with the skill name/description and Windows-focused defaults. Required runtime actions (git notes, local LanceDB files) are coherent with a branch-aware local memory system. However, documentation is inconsistent about what to store: one part says 'DON'T store secrets, passwords, API keys' while the memory-hygiene doc explicitly lists 'Important facts (accounts, credentials locations, contacts)' as things to store — a contradictory directive that is disproportionate given the stated privacy-safe claims.
Instruction Scope
Runtime instructions mandate silent automatic capture ("NEVER ask", "JUST DO IT") and require the agent to always run sync --start at session start. The git-notes module performs repository-level git operations (init, notes add/show) which will modify .git refs/notes in projects. The memory-hygiene docs include destructive commands (rm -rf of the LanceDB path and instructions to restart the gateway). The combination of silent capture + instructions to save potentially sensitive 'important facts' and to delete local stores is a privacy and operational risk.
Install Mechanism
There is no remote download/install spec in the registry; this is an instruction-and-code bundle. Dependencies are standard Python packages (lancedb, pandas, pyarrow) referenced in requirements.txt and SKILL.md — installing via pip is expected for this functionality. No external arbitrary URLs or archive extracts are used.
Credentials
The skill does not request credentials or declare required env vars in registry, but the code and docs reference optional environment overrides (OPENCLAW_LANCEDB_PATH, CLAWTEST_ROOT). That is reasonable for filesystem location overrides. Still, the docs' conflicting guidance about storing 'credentials locations' versus 'don't store secrets' is a red flag: the skill itself neither requires nor asks for secrets, yet it instructs agents to capture user statements automatically which could inadvertently include secrets unless explicitly filtered.
Persistence & Privilege
always:false and normal agent invocation are used. The skill includes instructions that, if followed, make the agent silently persist user data across sessions and to perform destructive maintenance (wipe + restart). While the skill does not programmatically force permanent installation or modify other skills' configs, the 'YOU MUST ALWAYS USE' wording and 'silent operation' rules encourage always-on behavior and hidden actions — a transparency/privacy concern when combined with automatic invocation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vector-memory-windows
  3. After installation, invoke the skill by name or use /vector-memory-windows
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Windows-ready full release: LanceDB + git-notes + memory-hygiene bundle.
Metadata
Slug vector-memory-windows
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Vector Memory (Windows) for OpenClaw?

Full memory stack for OpenClaw on Windows. Includes LanceDB semantic memory, git-notes decision memory, and memory hygiene workflow. It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.

How do I install Vector Memory (Windows) for OpenClaw?

Run "/install vector-memory-windows" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Vector Memory (Windows) for OpenClaw free?

Yes, Vector Memory (Windows) for OpenClaw is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Vector Memory (Windows) for OpenClaw support?

Vector Memory (Windows) for OpenClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Vector Memory (Windows) for OpenClaw?

It is built and maintained by Sea2049 (@sea2049); the current version is v1.0.1.

💬 Comments