← 返回 Skills 市场
benmjohnson69

BenOS Memory Core

作者 benmjohnson69 · GitHub ↗ · v0.1.2
cross-platform ✓ 安全检测通过
783
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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.

安全使用建议
This skill simply reads two files in your home workspace (~/.openclaw/workspace/benos/runtime/state.json and last-session.md) and returns their contents. Before installing, review those files for any sensitive data (API keys, passwords, secrets, or PII) since the skill (and any agent using it) could expose their contents. Note the SKILL.md mentions write capability but the included code does not implement a write API — data changes must be made by editing files directly. The skill has no install script and no external network calls, but it comes from an unknown source with no homepage; prefer packages from trusted authors, and restrict which agents/skills are allowed to invoke this module if those files contain confidential information.
功能分析
Type: OpenClaw Skill Name: benos-memory-core Version: 0.1.2 The skill is designed to manage the agent's runtime memory and state. All file system operations in `index.js` are strictly confined to the agent's designated workspace (`~/.openclaw/workspace/benos/runtime/`), which is explicitly documented in `SKILL.md`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The code's behavior is entirely consistent with its stated purpose of storing and retrieving internal session state.
能力评估
Purpose & Capability
The name/description claim a runtime/volatile memory module and the code reads the stated state file and last-session file under ~/.openclaw/workspace/benos/runtime — this matches the declared purpose. Minor mismatch: SKILL.md suggests 'agent-controlled read/write' via index.js, but index.js only implements reading (hydrate) and a no-op run; it does not expose a write API.
Instruction Scope
SKILL.md instructs agents to use skill commands for read/write or edit files directly. The runtime instructions and the code are narrowly scoped to reading two files in the user's home workspace. The skill will return file contents from state.json and last-session.md, so the agent could surface any sensitive data stored there. The code does not reference other system paths or external endpoints.
Install Mechanism
No install spec is provided (instruction-only skill with a small native entry file). Nothing is downloaded or written during install; only a 953-byte index.js is included. Low install risk.
Credentials
The skill declares no required environment variables or credentials. The code uses process.env.HOME implicitly to locate files (standard and expected) but HOME was not listed in requires.env — this is typical but worth noting. No other credentials, keys, or external services are requested.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request persistent system-wide privileges or modify other skills' configs. It only reads files within a subdirectory of the user's home.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install benos-memory-core
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /benos-memory-core 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
- Updated dependencies and internal logic in index.js. - Refreshed skill.json metadata. - No changes to external API or documented usage.
v0.1.1
- No user-facing changes in this version. - No file or documentation updates detected.
v0.1.0
Initial release of benos-memory-core, providing runtime memory management for BenOS agents. - Stores and retrieves active session state, open loops, decisions, and scratch notes at runtime. - Uses a schema-based state file at `~/.openclaw/workspace/benos/runtime/state.json`. - Supports both agent-controlled commands and direct file edits. - Designed for extension with additional schema fields and upgrades.
元数据
Slug benos-memory-core
版本 0.1.2
许可证
累计安装 2
当前安装数 2
历史版本数 3
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 783 次。

如何安装 BenOS Memory Core?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install benos-memory-core」即可一键安装,无需额外配置。

BenOS Memory Core 是免费的吗?

是的,BenOS Memory Core 完全免费(开源免费),可自由下载、安装和使用。

BenOS Memory Core 支持哪些平台?

BenOS Memory Core 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 BenOS Memory Core?

由 benmjohnson69(@benmjohnson69)开发并维护,当前版本 v0.1.2。

💬 留言讨论