← 返回 Skills 市场
breezezephyr

Session Memory (Workspace)

作者 caixiaopeng · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
606
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install session-memory-workspace
功能描述
Write session summaries to daily memory files and search session history so OpenClaw can recall and cite past conversations.
安全使用建议
This skill is coherent: it reads local OpenClaw session logs and writes/updates per-day memory markdown files so the agent can recall past conversations. Before installing, confirm you are comfortable with the agent reading your session JSONL files and adding their summaries to workspace/memory (these files may contain sensitive content). Also ensure Node.js is available. If you do not want automatic summarization, avoid running the summarize script or restrict who can invoke the skill; when enabled the agent can call the scripts (autonomous invocation is the platform default).
功能分析
Type: OpenClaw Skill Name: session-memory-workspace Version: 1.0.0 The skill is classified as suspicious due to the exposure of arguments in `SKILL.md` that allow the AI agent to specify arbitrary file paths for read and write operations. Specifically, `session-to-memory.js` accepts `--workspace /path/to/workspace` and `session-search.js` accepts `--sessions-dir /path`. While these arguments are plausibly needed for the skill's stated purpose, they introduce a significant vulnerability: if the AI agent is compromised via prompt injection, it could be coerced into reading from or writing to arbitrary file system locations, potentially leading to information disclosure or arbitrary file modification. The scripts themselves do not exhibit malicious intent (e.g., data exfiltration, backdoors, or direct malicious execution), and the `SKILL.md` does not contain explicit prompt injection instructions for the agent to perform harmful actions.
能力评估
Purpose & Capability
Name/description match behavior: the scripts read session JSONL files from ~/.openclaw/agents/main/sessions and either search them or summarize them into workspace/memory/YYYY-MM-DD.md. Required binary (node) is appropriate and necessary for the included JavaScript scripts.
Instruction Scope
SKILL.md instructs running the included node scripts and documents which paths are read/written. The instructions limit scope to session files and workspace memory; they do not ask the agent to read unrelated paths, system credentials, or call external endpoints. The scripts perform only local file I/O and text processing.
Install Mechanism
There is no install spec (instruction-only), and included files are plain Node scripts. No remote downloads, package installs, or archive extraction are performed by the skill metadata.
Credentials
The skill requires no environment variables or credentials. It accesses only the documented local session directory and the workspace memory directory; those paths are reasonable for the described functionality.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed (platform default) but the skill does not request heightened privileges or modify other skills or global agent settings. It writes only to the workspace memory files that its description declares.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install session-memory-workspace
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /session-memory-workspace 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:会话摘要写入每日 memory 文件,支持按关键词/日期搜索会话历史
元数据
Slug session-memory-workspace
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Session Memory (Workspace) 是什么?

Write session summaries to daily memory files and search session history so OpenClaw can recall and cite past conversations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 606 次。

如何安装 Session Memory (Workspace)?

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

Session Memory (Workspace) 是免费的吗?

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

Session Memory (Workspace) 支持哪些平台?

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

谁开发了 Session Memory (Workspace)?

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

💬 留言讨论