← 返回 Skills 市场
kamiender

OpenClaw Memory

作者 KAMIENDER · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
134
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-shared-memory
功能描述
Reuse, inspect, search, or append shared OpenClaw memory on the current machine. Use when a request depends on remembered local servers, deploy hosts, intern...
安全使用建议
This skill is coherent with its description: it will read and optionally append notes under ~/.openclaw (or the directory pointed to by OPENCLAW_HOME). Before enabling or allowing autonomous use: 1) confirm you are comfortable with an agent reading your OpenClaw files and (when asked) appending content to MEMORY.md or daily notes — accidental or sensitive data could be written; 2) note there is no network activity in the code, so data is not exfiltrated by the skill itself; 3) the SKILL.md examples use 'python3' but the skill metadata does not declare required binaries—ensure python3 is available where the agent runs; and 4) if you want stronger safety, require explicit user confirmation before the agent executes append operations or run the script manually for inspection prior to granting the agent permission.
功能分析
Type: OpenClaw Skill Name: openclaw-shared-memory Version: 1.0.0 The skill is a legitimate utility for managing local OpenClaw memory, allowing an agent to search and append to markdown files and a SQLite database located in the user's home directory (~/.openclaw). The Python script (scripts/openclaw_memory.py) follows security best practices, such as using parameterized queries to prevent SQL injection and restricted file path operations, and contains no evidence of data exfiltration, unauthorized execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python script are consistent: the skill searches markdown and an SQLite chunk DB under an OpenClaw home directory and can append to MEMORY.md or daily files. One minor mismatch: SKILL.md usage examples call 'python3' but the skill metadata does not list python3 as a required binary — this is an operational omission, not a functional mismatch.
Instruction Scope
Runtime instructions restrict actions to resolving the skill directory and running the bundled script which only reads/writes files under the OpenClaw root (default ~/.openclaw) and the SQLite DB at memory/main.sqlite. It does not call external endpoints or read arbitrary system-wide files. The script will append arbitrary text to memory files when instructed — this is intended behavior but means writes should be gated by user intent.
Install Mechanism
No install spec (instruction-only plus a bundled Python script). No external downloads or package installs. Risk is low; running the bundled script executes included Python code, but that code is present in the skill bundle and readable for inspection.
Credentials
The skill requests no credentials and only honors an optional OPENCLAW_HOME environment variable to locate memory files. Its filesystem access is limited to the OpenClaw directory tree under the user's home (or OPENCLAW_HOME). This is proportionate to its stated purpose.
Persistence & Privilege
always:false (no forced inclusion). The skill may be invoked autonomously by the agent (default platform behavior). It writes only to its own OpenClaw memory files and does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-shared-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-shared-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release.
元数据
Slug openclaw-shared-memory
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Memory 是什么?

Reuse, inspect, search, or append shared OpenClaw memory on the current machine. Use when a request depends on remembered local servers, deploy hosts, intern... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。

如何安装 OpenClaw Memory?

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

OpenClaw Memory 是免费的吗?

是的,OpenClaw Memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Memory 支持哪些平台?

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

谁开发了 OpenClaw Memory?

由 KAMIENDER(@kamiender)开发并维护,当前版本 v1.0.0。

💬 留言讨论