← Back to Skills Marketplace
bluepointdigital

vector-memory

by BluePointDigital · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
6878
Downloads
2
Stars
0
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
Install only if you are comfortable with a memory tool that can install npm dependencies, download/cache an embedding model, create a persistent local index of memory files, and run sync commands. Prefer manual installation from reviewed source, avoid the curl-to-bash path, and do not expose this tool to untrusted prompts or users until memory_get path validation and shell command construction are fixed.
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
Semantic memory search, local indexing, status, and sync are coherent with the stated purpose, but memory_get accepts caller-controlled paths without restricting them to memory files, and vector search builds shell commands from search input via execSync, creating an avoidable command-execution risk after the vector index is ready.
Instruction Scope
The manifest discloses memory_search, memory_get, memory_sync, and memory_status, but the practical scope is broader than normal memory search: retrieval is not confined to approved memory paths, sync persists indexed memory content, and the documentation repeatedly frames sync as optional while the standalone installer performs an initial sync automatically.
Install Mechanism
The documentation recommends a curl-to-bash GitHub installer; install.sh clones or downloads a mutable repository, copies files into the OpenClaw workspace, runs npm install, and immediately executes node vector_memory_local.js --sync without a confirmation or dry-run step.
Credentials
Reading MEMORY.md and memory/*.md, writing a local vectors JSON file, and caching the Transformers model are purpose-aligned for local semantic memory search, but users should expect local private memory content to be duplicated into a searchable index and the model/dependency setup to use network and disk resources.
Persistence & Privilege
No background service is installed by default, but the skill creates persistent index/cache files, exposes a state-changing sync tool, documents optional heartbeat automation, and leaves file-read scope insufficiently bounded.
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 0
Active Installs 0
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 6878 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