← Back to Skills Marketplace
bluepointdigital

vector-memory

by BluePointDigital · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
6076
Downloads
1
Stars
46
Active Installs
2
Versions
Install in OpenClaw
/install vector-memory
Description
Smart memory search with automatic vector fallback. Uses semantic embeddings when available, falls back to built-in search otherwise. Zero configuration - works immediately after ClawHub install. No setup required - just install and memory_search works immediately, gets better after optional sync.
Usage Guidance
Review carefully before installing. Prefer the ClawHub install or manual reviewed steps over curl-to-bash, avoid using it in sensitive workspaces until command execution and memory_get path validation are fixed, and remember that sync reads local memory files and stores searchable chunks locally.
Capability Analysis
Package: vector-memory (mcp) Version: 2.1.1 Description: Smart memory search with automatic vector fallback. Uses semantic embeddings when available, falls back to built-in search otherwise. Zero configuration - works immediately after install. The package provides a local vector-based memory search system for the OpenClaw agent framework. It utilizes the Transformers.js library to generate embeddings locally using the all-MiniLM-L6-v2 model, enabling semantic search capabilities without external API calls. The codebase includes a smart wrapper (smart_memory.js) that automatically switches between neural vector search and a keyword-based fallback search depending on the availability of the index. It manages memory files within a specific workspace directory, implements semantic chunking, and provides a CLI for indexing and searching. No malicious behavior, unauthorized data exfiltration, or suspicious network activity was detected; the installation script and file operations are consistent with the stated purpose of an agent skill extension.
Capability Assessment
Purpose & Capability
Vector search, keyword fallback, sync, status, and memory retrieval fit the stated purpose, but smart_memory.js and memory.js build shell commands from tool inputs and memory_get accepts paths without enforcing a memory-file boundary.
Instruction Scope
The manifest discloses memory_search, memory_get, memory_sync, and memory_status, but the practical scope is broader than described because memory_get can traverse outside intended memory files and AGENTS.md encourages routine memory access without sensitivity checks.
Install Mechanism
The README documents a curl-to-bash install path, and install.sh clones or downloads a mutable repository, copies files into the OpenClaw workspace, runs npm install, and immediately runs a sync without an explicit review or confirmation gate.
Credentials
Local indexing of MEMORY.md and memory/*.md plus a local model cache is coherent for semantic memory search, but users need clearer notice that sync copies memory content into a searchable JSON index and first model use may download artifacts.
Persistence & Privilege
No background service is installed by default, but the skill writes an index/cache, exposes a state-changing sync tool, uses subprocess execution, and has file-read scope that is not safely constrained.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vector-memory
  3. After installation, invoke the skill by name or use /vector-memory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
No changes detected for version 1.0.0. - Initial release, no updates in this version.
v2.1.1
Zero-config semantic memory. 100% local embeddings with automatic fallback. Includes AGENTS.md template and memory structure guide.
Metadata
Slug vector-memory
Version 1.0.0
License
All-time Installs 221
Active Installs 46
Total Versions 2
Frequently Asked Questions

What is vector-memory?

Smart memory search with automatic vector fallback. Uses semantic embeddings when available, falls back to built-in search otherwise. Zero configuration - works immediately after ClawHub install. No setup required - just install and memory_search works immediately, gets better after optional sync. It is an AI Agent Skill for Claude Code / OpenClaw, with 6076 downloads so far.

How do I install vector-memory?

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

Is vector-memory free?

Yes, vector-memory is completely free (open-source). You can download, install and use it at no cost.

Which platforms does vector-memory support?

vector-memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created vector-memory?

It is built and maintained by BluePointDigital (@bluepointdigital); the current version is v1.0.0.

💬 Comments