Install
openclaw skills install @broedkrummen/memory-chromadbIntegrates ChromaDB with Ollama embeddings for long-term memory and auto-recalls relevant context to enhance conversations.
openclaw skills install @broedkrummen/memory-chromadbChromaDB long-term memory with Ollama embeddings. Auto-recall injects relevant context before each turn.
{
"chromaUrl": "http://localhost:8100",
"collectionName": "longterm_memory",
"ollamaUrl": "http://localhost:11434",
"embeddingModel": "nomic-embed-text",
"autoRecall": true,
"autoRecallResults": 3,
"minScore": 0.5
}