Engram
CCaution๐ค AI Models ยท by dannydvm
Persistent semantic memory layer for AI agents. Local-first storage (SQLite+LanceDB) with Ollama embeddings. Store and recall facts, decisions, preferences, events, relationships across sessions. Supports memory decay, deduplication, typed memories (5 types), memory relationships (7 graph relation types), agent/user scoping, semantic search, context-aware recall, auto-extraction from text (rules/LLM/hybrid), import/export, REST API, MCP protocol. Solves context window and compaction amnesia. Server at localhost:3400, dashboard at /dashboard. Install via npm (engram-memory), requires Ollama with nomic-embed-text model.
Install
openclaw plugins install dannydvm/engram-dannydvmOn ClawHub, this skill has no security information.
ClawStack independently scans every skill for permissions, network requests, author reputation, and more. Learn how we score โ
Security Analysis
Score: 54/100Reviews (14)
No reviews yet
Be the first to review this skill!
Similar Skills
Parquet Converter
Data storage and processing challenges:
Llmrouter
Intelligent LLM proxy that routes requests to appropriate models based on complexity. Save money by using cheaper models for simple tasks. Tested with Anthropic, OpenAI, Gemini, Kimi/Moonshot, and Ollama.
Ollama Local
Manage and use local Ollama models. Use for model management (list/pull/remove), chat/completions, embeddings, and tool-use with local LLMs. Covers OpenClaw sub-agent integration and model selection guidance.