← 返回 Skills 市场
noir-hedgehog

Session回溯

作者 Noir · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
339
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install session-recall
功能描述
基于 OpenClaw 会话历史提取关键信息、查询关键词上下文,管理和回溯对话内容以辅助记忆和跟进。
安全使用建议
This skill is internally consistent with its stated goal, but it instructs the agent to read and persist local conversation history, which can contain sensitive information. Before installing or using it: (1) Confirm you trust the agent and environment where it will run; (2) Verify that the sessions_list / sessions_history / read / write tools are safe and limited to the intended agent scope; (3) Remove or replace hard-coded example agentId/sessionId lines to avoid accidentally targeting another user's data; (4) Decide whether you want conversation excerpts to be written to memory/YYYY-MM-DD.md (these are persisted on disk); (5) If you have regulatory or privacy constraints, avoid enabling this skill or restrict its file access. If you want a stricter assessment, provide the runtime tool implementations (sessions_list/sessions_history/read/write) or details about filesystem permissions and where memory/ files are stored.
功能分析
Type: OpenClaw Skill Name: session-recall Version: 1.0.0 The 'session-recall' skill is designed to allow an OpenClaw agent to manage and retrieve information from its own conversation history. It provides instructions for using tools like `sessions_list`, `sessions_history`, and `read` to access session logs located in `~/.openclaw/agents/` and summarize key points into local memory files. The behavior is consistent with the stated purpose of session management and does not exhibit signs of data exfiltration, unauthorized system access, or malicious intent.
能力评估
Purpose & Capability
Name/description match the actions the SKILL.md describes: extracting key info from session history, searching keywords, and saving summaries to memory/*.md. The described use of sessions_list, sessions_history, read and write tools is coherent with this purpose.
Instruction Scope
The runtime instructions explicitly instruct reading JSONL session files under ~/.openclaw/agents/<agentId>/sessions/ and writing memory/YYYY-MM-DD.md. This is expected for a session-recall skill, but it grants access to potentially sensitive conversation history and instructs the agent to surface or persist that content. The SKILL.md also contains hard-coded example agentId/sessionId values (lin_xiaoman, a UUID) which could reflect another user's data or be confusing; the skill gives direct file paths and commands that, if executed, will access local user data.
Install Mechanism
No install spec and no code files: instruction-only skill. Nothing is downloaded or written to disk by an installer, which minimizes supply-chain risk.
Credentials
No environment variables, credentials, or config paths are declared beyond the local session file paths the skill needs to operate. The requested access (reading/writing session and memory files) is proportionate to the described functionality.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent or privileged platform-level presence. Its behavior (reading/writing local files) is limited to the agent's file area and memory files described in the instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install session-recall
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /session-recall 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Session-recall skill initial release. - Enables extraction of key information from OpenClaw session history and saves it to dated memory files. - Provides tools and methods to search for keywords and context within sessions. - Supports recalling and adding segments from previous sessions to the current conversation. - Specifies session and memory file structures and file locations. - Includes usage examples and important notes for typical workflows.
元数据
Slug session-recall
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Session回溯 是什么?

基于 OpenClaw 会话历史提取关键信息、查询关键词上下文,管理和回溯对话内容以辅助记忆和跟进。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 339 次。

如何安装 Session回溯?

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

Session回溯 是免费的吗?

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

Session回溯 支持哪些平台?

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

谁开发了 Session回溯?

由 Noir(@noir-hedgehog)开发并维护,当前版本 v1.0.0。

💬 留言讨论