A 100% local, self-hosted long-term memory system using ChromaDB and Ollama for intelligent context injection.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install chromadb-memory
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install chromadb-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The ChromaDB Memory skill provides AI agents with a robust long-term semantic storage layer. By leveraging local vector databases and embedding models, it ensures that your agent can recall past interactions and relevant documents without ever sending data to the cloud. This skill is a foundational component for privacy-focused developers building with Openclaw Skills.
It bridges the gap between ephemeral chat sessions and persistent knowledge by automatically retrieving and injecting relevant context into the agent's current workspace. Whether you are managing complex projects or building a personal knowledge base, this skill ensures your AI always has the right information at hand.
To get started with this addition to your Openclaw Skills, ensure ChromaDB and Ollama are running locally.
docker run -d --name chromadb -p 8100:8000 chromadb/chroma:latest
ollama pull nomic-embed-text
mkdir -p ~/.openclaw/extensions/chromadb-memory
# Copy index.ts and openclaw.plugin.json to the directory
The skill organizes data within a ChromaDB collection. It primarily manages vector embeddings and associated text metadata to support Openclaw Skills functionality.
| Field | Type | Description |
|---|---|---|
| content | String | The raw text of the memory snippet |
| embedding | Vector | 768-dimension vector generated by Ollama |
| metadata | Object | Includes source information, timestamps, and custom tags |
All data is stored in the collection specified in the configuration, defaulting to the longterm_memory collection name.
Loading
A systematic framework for bootstrapping and maintaining stable AI agent identities through guided interviews and core context file generation.

A powerful CLI-driven skill to manage Uptime Kuma monitoring instances, allowing for automated status checks and monitor configuration.

A comprehensive automation skill for managing Proxmox VE infrastructure, including virtual machines and Linux containers, via its REST API.

A comprehensive tool for Openclaw Skills to automate candidate sourcing, profile searching, and asynchronous contact enrichment via the SignalHire API.

An advanced AI legal assistant providing hybrid retrieval and verifiable citations for French consolidated laws within the Openclaw Skills ecosystem.

A comprehensive security auditing tool designed to scan, detect, and neutralize threats within Openclaw Skills.








































