benos-memory-core

Search & Research
v0.1.2
Benign

Core runtime/volatile memory module for BenOS agent environment.

479 downloads479 installsby @benmjohnson69

Setup & Installation

Install command

clawhub install benmjohnson69/benos-memory-core

If the CLI is not installed:

Install command

npx clawhub@latest install benmjohnson69/benos-memory-core

Or install with OpenClaw CLI:

Install command

openclaw skills install benmjohnson69/benos-memory-core

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/benmjohnson69/benos-memory-core

What 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

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Tracking open tasks an agent has not yet resolved

AGENT
  1. 1Tracking open tasks an agent has not yet resolved
  2. 2Logging decisions made during a multi-step workflow
  3. 3Storing scratch notes mid-session for later reference
  4. 4Checking which initiatives are currently active
  5. 5Restoring context after an agent restart
OUTPUT
Core runtime/volatile memory module for BenOS agent environment.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 26, 2026