BenOS Memory Core
/install benos-memory-core
BenOS Memory Core
Purpose:
- Interface for runtime/volatile memory for BenOS agents and submodules.
- Store session info, open loops, decisions, and notes through index.js commands or direct file edits.
State/storage location:
- Default:
~/.openclaw/workspace/benos/runtime/state.json - Convention: Also supports related runtime and session files under
benos/runtime/.
Usage:
- Use skill commands for agent-controlled read/write.
- Edit files directly for manual repairs or migration as needed.
Schema v1:
- schemaVersion: number
- lastHydratedAt: ISO8601 or null
- lastSessionRef: string or null
- activeInitiatives: array
- openLoops: array
- recentDecisions: array
- notes: array
Extension: Add new fields via additional versioned schemas or skill upgrades as needed.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install benos-memory-core - After installation, invoke the skill by name or use
/benos-memory-core - Provide required inputs per the skill's parameter spec and get structured output
What is BenOS Memory Core?
Core runtime/volatile memory module for BenOS agent environment. Use to: store and retrieve active session state, open loops, decisions, and scratch notes at... It is an AI Agent Skill for Claude Code / OpenClaw, with 783 downloads so far.
How do I install BenOS Memory Core?
Run "/install benos-memory-core" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is BenOS Memory Core free?
Yes, BenOS Memory Core is completely free (open-source). You can download, install and use it at no cost.
Which platforms does BenOS Memory Core support?
BenOS Memory Core is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created BenOS Memory Core?
It is built and maintained by benmjohnson69 (@benmjohnson69); the current version is v0.1.2.