← 返回 Skills 市场
vector-memory
作者
BluePointDigital
· GitHub ↗
· v1.0.0
6076
总下载
1
收藏
46
当前安装
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.
安全使用建议
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.
功能分析
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
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vector-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/vector-memory触发 - 根据 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.
元数据
常见问题
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 插件,目前累计下载 6076 次。
如何安装 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。
推荐 Skills