engram

DevOps & Cloud
v0.2.1
Benign

Persistent semantic memory layer for AI agents.

11.5K downloads1.5K installsby @dannydvm

Setup & Installation

Install command

clawhub install dannydvm/engram

If the CLI is not installed:

Install command

npx clawhub@latest install dannydvm/engram

Or install with OpenClaw CLI:

Install command

openclaw skills install dannydvm/engram

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/dannydvm/engram

What This Skill Does

Engram is a local-first persistent memory layer for AI agents, backed by SQLite and LanceDB with Ollama embeddings. It stores typed memories (facts, decisions, preferences, events, relationships) across sessions and surfaces them via semantic search and context-aware recall. Memory decay, deduplication, agent scoping, and graph relations are built in.

Runs entirely local with no token cost and no cloud dependency, so memory persists through context compaction and session crashes without sending data to an external service.

When to Use It

  • Recalling a client's communication preferences from a session three weeks ago
  • Storing a database architecture decision so future agents don't revisit it
  • Ingesting a meeting transcript to automatically extract structured memories
  • Searching past project milestones before drafting a status update
  • Keeping memories isolated per agent so two bots don't share unrelated context

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Recalling a client's communication preferences from a session three weeks ago

AGENT
  1. 1Recalling a client's communication preferences from a session three weeks ago
  2. 2Storing a database architecture decision so future agents don't revisit it
  3. 3Ingesting a meeting transcript to automatically extract structured memories
  4. 4Searching past project milestones before drafting a status update
  5. 5Keeping memories isolated per agent so two bots don't share unrelated context
OUTPUT
Persistent semantic memory layer for AI agents.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 28, 2026