← 返回 Skills 市场
bluepointdigital

vector-memory

作者 BluePointDigital · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
6878
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vector-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vector-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug vector-memory
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6878 次。

如何安装 vector-memory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vector-memory」即可一键安装,无需额外配置。

vector-memory 是免费的吗?

是的,vector-memory 完全免费(开源免费),可自由下载、安装和使用。

vector-memory 支持哪些平台?

vector-memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 vector-memory?

由 BluePointDigital(@bluepointdigital)开发并维护,当前版本 v1.0.0。

💬 留言讨论