← Back to Skills Marketplace
339
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install session-recall
Description
基于 OpenClaw 会话历史提取关键信息、查询关键词上下文,管理和回溯对话内容以辅助记忆和跟进。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install session-recall - After installation, invoke the skill by name or use
/session-recall - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Session回溯?
基于 OpenClaw 会话历史提取关键信息、查询关键词上下文,管理和回溯对话内容以辅助记忆和跟进。 It is an AI Agent Skill for Claude Code / OpenClaw, with 339 downloads so far.
How do I install Session回溯?
Run "/install session-recall" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Session回溯 free?
Yes, Session回溯 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Session回溯 support?
Session回溯 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Session回溯?
It is built and maintained by Noir (@noir-hedgehog); the current version is v1.0.0.
More Skills