Jump to related tools in the same category or review the original source on GitHub.

Search & Research @dannydvm Updated 7/10/2026 2,570 downloads 1 stars Security: Pass

🧠 Engram Memory OpenClaw Plugin & Skill | ClawHub

Looking to integrate Engram Memory into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate search & research tasks instantly, without having to write custom tools from scratch.

What this skill does

Persistent semantic memory for AI agents — local, fast, free. Use when agent needs to recall past decisions, store new facts/preferences, search conversation history, or maintain context across sessions.

Install

ClawHub CLI
openclaw skills install @dannydvm/engram-memory
Node.js (npx)
npx clawhub@latest install engram-memory

Full SKILL.md

Open original
Metadata table.
namedescription
engramPersistent semantic memory for AI agents — local, fast, free. Use when agent needs to recall past decisions, store new facts/preferences, search conversation history, or maintain context across sessions.

SKILL.md content below is scrollable.

Engram — Agent Memory

Local semantic memory with biological decay, typed memories, and relationship graphs. No API keys. No cloud.

Boot Sequence

engram search "<current task or context>" --limit 10

Always recall before working. Accessed memories get salience-boosted.

Storing

engram add "Client uses React with TypeScript" --type fact --tags react,client
engram add "We decided to pause ads" --type decision --tags ads
echo "Raw conversation text" | engram ingest

Types: fact, decision, preference, event, relationship

Searching

engram search "what tech stack"
engram search "pricing decisions" --type decision
engram search "client status" --agent client-agent

Relationships

engram relate <src> <tgt> --type supports
engram auto-relate <id>
engram relations <id>

Types: related_to, supports, contradicts, caused_by, supersedes, part_of, references

Key Concepts

  • Decay: Unused memories lose salience daily. Recalled ones get boosted.
  • Types: Filter by fact, decision, preference, event, relationship.
  • Scoping: global, agent, private, shared.
  • Dedup: >92% similarity auto-merges.

Quick Reference

engram stats
engram recall --limit 10
engram export > backup.json
engram import backup.json
ClawHub Registry URL: https://clawhub.ai/dannydvm/skills/engram-memory

Related skills

If this matches your use case, these are close alternatives in the same category.