benos-memory-core
Core runtime/volatile memory module for BenOS agent environment.
Setup & Installation
Install command
clawhub install benmjohnson69/benos-memory-coreIf the CLI is not installed:
Install command
npx clawhub@latest install benmjohnson69/benos-memory-coreOr install with OpenClaw CLI:
Install command
openclaw skills install benmjohnson69/benos-memory-coreor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/benmjohnson69/benos-memory-coreWhat This Skill Does
Runtime memory module for BenOS agents that stores and retrieves volatile session state. Reads and writes to a local JSON file tracking active initiatives, open loops, recent decisions, and notes. State persists across agent calls within a session but is not designed for long-term storage.
Gives BenOS agents a structured, versioned state store without requiring an external database or custom persistence layer.
When to Use It
- Tracking open tasks an agent has not yet resolved
- Logging decisions made during a multi-step workflow
- Storing scratch notes mid-session for later reference
- Checking which initiatives are currently active
- Restoring context after an agent restart
View original SKILL.md file
# 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.
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Tracking open tasks an agent has not yet resolved
- 1Tracking open tasks an agent has not yet resolved
- 2Logging decisions made during a multi-step workflow
- 3Storing scratch notes mid-session for later reference
- 4Checking which initiatives are currently active
- 5Restoring context after an agent restart
Core runtime/volatile memory module for BenOS agent environment.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.
Similar Skills
VIEW ALLahmed
Terminal Spotify playback/search via spogo (preferred)
attio-crm
Manage Attio CRM records (companies, people, deals, tasks, notes).
stackunderflow
A knowledge-retrieval protocol allowing the agent to access a verified community knowledge base.
moonbanking
Full access to Moon Banking API endpoints for data about every bank on Earth, including stories, votes, scores.