engrm-openclaw-plugin
v0.1.2
Published
Native Engrm shared memory plugin for OpenClaw
Maintainers
Readme
Engrm OpenClaw Plugin
Native OpenClaw integration for Engrm.
Engrm gives OpenClaw shared memory across devices, sessions, and agents. The same memory layer can be reused across OpenClaw, Claude Code, and Codex.
What It Does
- injects a compact Engrm startup brief before prompt build
- exposes real Engrm tools inside OpenClaw
- adds a native
/engrmcommand withconnect,status, anddisconnect - saves a session digest and structured memory after successful agent runs
- emits OpenClaw telemetry so the Engrm dashboard can identify OpenClaw activity
- supports general work context, not only coding sessions
Included OpenClaw Tools
engrm_statusengrm_connectengrm_recentengrm_searchengrm_delivery_review
Install
openclaw plugins install engrm-openclaw-pluginThen restart OpenClaw or the OpenClaw gateway.
Update
If the plugin is already installed, update it in place instead of reinstalling:
openclaw plugins update engrmTo update all npm-installed plugins at once:
openclaw plugins update --allOpenClaw tracks npm-installed plugins and updates them cleanly once the first install has happened.
Connect
In an OpenClaw chat:
/engrm connectThat opens browser auth and links the current OpenClaw machine to your Engrm account.
You can verify with:
/engrm statusNotes
- This plugin stays quiet if Engrm is not connected yet.
- Older low-signal OpenClaw session data may still appear in the dashboard until newer, cleaner sessions replace it.
- Source lives in the public Engrm repo: github.com/dr12hes/engrm
