← 返回 Skills 市场
131
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install session-memory-manual
功能描述
跨 Session 记忆查找与同步机制,完全手动触发
安全使用建议
This skill appears coherent and low risk, but before installing: (1) confirm that the agent runtime actually prompts and waits for explicit user confirmation before any session read/write (the SKILL.md is an instruction that must be respected at runtime); (2) inspect your memory files (memory/, MEMORY.md) and session directories to ensure they don't already contain secrets; (3) test the skill in a safe account to observe exactly which files it reads/writes; (4) if you are concerned about autonomous agent actions, keep an eye on agent audit logs or restrict agent permissions to the .openclaw workspace. If any behavior deviates from the documented manual‑trigger flow, treat it as suspicious and revoke the skill.
能力评估
Purpose & Capability
Name/description describe cross‑session memory lookup and sync; the skill only references local session listing/history tools and local memory files (~/.openclaw/...), which are exactly what this purpose needs. The small index.js is a harmless placeholder.
Instruction Scope
SKILL.md instructs reading local session JSONL files, using sessions_list/sessions_history, grep/find, and writing memory/*.md — all consistent with the stated function. It documents user confirmation before reads/writes and repeatedly emphasizes manual trigger and privacy constraints. Note: the enforcement of prompts is instructional text; verify at runtime that the agent indeed prompts before executing reads/writes.
Install Mechanism
No install spec and no network downloads. Instruction‑only skill with a tiny placeholder JS file: low installation risk.
Credentials
The skill declares no env vars, no credentials, and asks for no external tokens. The operations are local file reads/writes; this is proportionate to the described functionality.
Persistence & Privilege
always:false and user‑invocable:true. The skill does not request permanent elevated presence or modify other skills or system settings. It writes to memory files only after user confirmation per the documentation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install session-memory-manual - 安装完成后,直接呼叫该 Skill 的名称或使用
/session-memory-manual触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.6
Remove automatic trigger references from README to fix security scan
v0.5.5
Re-publish to trigger security rescan after removing auto-detection
v0.5.4
Re-publish to trigger security rescan after removing auto-detection
v0.5.3
Re-publish to trigger security rescan after removing auto-detection
v1.0.0
全新 skill,无历史包袱
元数据
常见问题
Session Memory Manual 是什么?
跨 Session 记忆查找与同步机制,完全手动触发. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。
如何安装 Session Memory Manual?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install session-memory-manual」即可一键安装,无需额外配置。
Session Memory Manual 是免费的吗?
是的,Session Memory Manual 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Session Memory Manual 支持哪些平台?
Session Memory Manual 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Session Memory Manual?
由 guoquan(@guoquan)开发并维护,当前版本 v0.5.6。
推荐 Skills