A local, fast, and private semantic memory layer that allows AI agents to store facts, decisions, and context with biological decay and relationship mapping.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install engram-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 engram-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Engram provides a robust, local-first solution for AI agents needing persistent memory without relying on external cloud APIs. It implements semantic search and a biological decay algorithm, ensuring that relevant memories remain salient while unused information fades over time. As one of the more sophisticated Openclaw Skills, it allows agents to maintain context across multiple sessions, recall past decisions, and store user preferences securely on the local machine.
By leveraging typed memories and relationship graphs, Engram transforms a simple text store into a structured knowledge base. It handles deduplication automatically and offers granular scoping, making it an essential tool for developers building long-term agentic workflows within the Openclaw Skills ecosystem.
To begin using this memory layer among your Openclaw Skills, install the package via npm:
npm install -g engram-memory
Once installed, verify the installation and check the current state of your local memory store:
engram stats
Engram organizes data using a typed system with specific metadata attributes to ensure high retrieval accuracy:
| Attribute | Description |
|---|---|
| Type | Categorization such as fact, decision, preference, event, or relationship |
| Scope | Defines visibility: global, agent, private, or shared |
| Salience | A numerical value representing memory strength, subject to biological decay |
| Tags | User-defined labels used for manual filtering and categorization |
| Relationships | Graph connections like supports, contradicts, caused_by, or supersedes |
Loading
An automated tool to generate comprehensive weather forecasts and alert summaries using real-time NOAA data.

A Python-powered automation tool that generates detailed weather briefings and alert monitoring reports using real-time NOAA/NWS data.

An AI-powered health assistant that provides personalized coaching by analyzing data from popular wearables and manual logs.

A deterministic preflight scanner that identifies technical risks and workflow smells in ArcGIS Pro projects via pay-per-request automation.

A sophisticated reasoning protocol for Openclaw Skills that synthesizes perspectives from three different LLMs in parallel before the primary agent responds.

A secure, token-based interface for managing GitHub repositories, pull requests, and issues without the complexity of OAuth.








































