← 返回 Skills 市场
msensintaffar

Chromadb Memory Pub

作者 Matthew Sensintaffar · GitHub ↗ · v1.2.1
cross-platform ✓ 安全检测通过
5216
总下载
16
收藏
31
当前安装
6
版本数
在 OpenClaw 中安装
/install chromadb-memory
功能描述
Long-term memory via ChromaDB with local Ollama embeddings. Auto-recall injects relevant context every turn. No cloud APIs required — fully self-hosted.
安全使用建议
Install only if you want automatic long-term memory recall. Keep ChromaDB and Ollama local or on a trusted private network, avoid indexing secrets or sensitive documents, review what is stored in the collection, pin the ChromaDB Docker image instead of using latest, and set autoRecall to false if you prefer manual searches only.
功能分析
Type: OpenClaw Skill Name: chromadb-memory Version: 1.2.1 The OpenClaw AgentSkills bundle for 'chromadb-memory' is classified as benign. Its primary function is to facilitate long-term memory by integrating with local ChromaDB and Ollama instances, as described. All network interactions are with user-configurable endpoints, which default to localhost (http://localhost:8100 for ChromaDB, http://localhost:11434 for Ollama). The skill retrieves content from user-indexed ChromaDB and injects it into the agent's context. While this creates a potential prompt injection vulnerability if the agent blindly executes untrusted content from ChromaDB, the skill itself does not craft or inject malicious instructions; it acts as a data provider. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation within the provided code or documentation.
能力评估
Purpose & Capability
The memory retrieval, Ollama embedding calls, ChromaDB queries, and context injection all match the stated long-term memory purpose.
Instruction Scope
Auto-recall is enabled by default and runs before each agent turn, but this behavior is repeatedly disclosed and can be disabled with autoRecall: false.
Install Mechanism
Installation is manual: copy plugin files into the OpenClaw extensions directory, edit config, and restart the gateway. The Docker example uses a mutable ChromaDB latest image tag.
Credentials
Defaults target localhost ChromaDB and Ollama endpoints, which is proportionate for a self-hosted memory skill, but the URLs are configurable and could point to remote services.
Persistence & Privilege
The plugin persists as an OpenClaw extension and reads from a persistent ChromaDB collection, but there is no evidence of credential theft, destructive actions, hidden execution, or data exfiltration beyond configured endpoints.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install chromadb-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /chromadb-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.1
v1.2.1: Updated documentation for hybrid search and collectionName config.
v1.2.0
Hybrid search: vector + keyword matching for better proper noun recall. Names, places, and specific terms now found reliably.
v1.1.2
Updated README with critical upgrade notice for v1.0.0 silent failure bug. No code changes from v1.1.1.
v1.1.1
Surface auto-recall failures to agent context. No more silent memory loss.
v1.1.0
Auto-resolve collection by name (survives reindexing). collectionId no longer required.
v1.0.0
Initial release: ChromaDB + Ollama auto-recall memory plugin. No cloud APIs.
元数据
Slug chromadb-memory
版本 1.2.1
许可证
累计安装 196
当前安装数 31
历史版本数 6
常见问题

Chromadb Memory Pub 是什么?

Long-term memory via ChromaDB with local Ollama embeddings. Auto-recall injects relevant context every turn. No cloud APIs required — fully self-hosted. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5216 次。

如何安装 Chromadb Memory Pub?

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

Chromadb Memory Pub 是免费的吗?

是的,Chromadb Memory Pub 完全免费(开源免费),可自由下载、安装和使用。

Chromadb Memory Pub 支持哪些平台?

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

谁开发了 Chromadb Memory Pub?

由 Matthew Sensintaffar(@msensintaffar)开发并维护,当前版本 v1.2.1。

💬 留言讨论