← 返回 Skills 市场
269
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install session-manager
功能描述
会话管理工具。自动追踪对话会话,提示用户切换话题创建新会话, 并将会话记录保存到用户指定的位置(飞书多维表格或本地文件)。 当用户说"切换话题"、"开新会话"、"新话题"时触发。
安全使用建议
This skill appears to do what it says: detect topic changes, prompt the user, and save session records. Before installing, consider: 1) Where will records be stored? Local Markdown files in memory/sessions and MEMORY.md will contain conversation content — avoid this if you cannot store transcripts locally. 2) Feishu storage: the skill mentions using a pre-configured Feishu bitable but provides no credential fields; confirm how Feishu auth is handled (existing platform integration vs. requiring tokens). 3) Proactive detection means the agent will analyze conversation content and may prompt without an explicit user command — ensure that behavior and any automatic writes comply with your privacy rules. If you need tighter control, prefer local-only mode or ask the skill author for details about Feishu authentication and access controls.
功能分析
Type: OpenClaw Skill
Name: session-manager
Version: 1.0.1
The session-manager skill is a legitimate tool designed to help the AI agent track conversation topics and archive session history. It provides instructions for saving data to local Markdown files or a user-configured Feishu Bitable, and it maintains state within the standard MEMORY.md file. No malicious code, unauthorized data exfiltration, or harmful prompt injection attempts were found in SKILL.md or the associated templates.
能力评估
Purpose & Capability
The name/description (session management, creating records, prompting to switch topic) aligns with the runtime instructions: detecting topic shifts, asking the user, creating session records in either Feishu Bitable or local Markdown files, and maintaining MEMORY.md. There are no unrelated requirements (no binaries, no env vars, no installs).
Instruction Scope
Instructions require the agent to monitor conversation content (active topic-shift detection) and to write session metadata and transcripts to files (memory/sessions/*.md and MEMORY.md). This behavior is coherent with the stated purpose, but it means the agent will autonomously inspect/record dialogue context and persist it to disk or an external service — an explicit user privacy/data-handling consideration.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by installation and no external packages are pulled in. Low installation risk.
Credentials
The SKILL.md recommends Feishu Bitable as a storage option but the skill declares no environment variables or credentials. That is plausible if it expects a pre-configured Feishu integration elsewhere, but the lack of explicit credential requirements means it's unclear how Feishu storage would be performed; users should verify where Feishu credentials/config are stored and whether the agent has access.
Persistence & Privilege
always is false and the skill is user-invocable; it may proactively prompt users (as designed) but it does not request persistent elevated platform privileges. It writes to its own memory files (MEMORY.md, memory/sessions) which is normal for session-tracking skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install session-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/session-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added full English translations to documentation alongside original Chinese, making the skill bilingual.
- Improved clarity for triggers, session creation flow, storage options, and state management by presenting both Chinese and English explanations.
- Provided bilingual sample templates for both Feishu Bitable and Markdown storage formats.
- Enhanced instructions and formatting for easier reference by users of different language backgrounds.
v1.0.0
session-manager 1.0.0 初始发布
- 自动追踪和管理用户对话会话,支持检测话题切换并主动询问是否开启新会话。
- 会话信息可存储至飞书多维表格(推荐)或本地 Markdown 文件,首次使用时支持偏好选择。
- 支持用户通过「切换话题」「开新会话」「新话题」等自然语言指令或 /new 命令触发新会话。
- 管理会话的主题、起止时间、前序会话等核心信息,支持内容摘要和上下文继承。
- 会话状态信息实时保存在 MEMORY.md 文件中,方便追踪当前进展。
元数据
常见问题
Session Manager 是什么?
会话管理工具。自动追踪对话会话,提示用户切换话题创建新会话, 并将会话记录保存到用户指定的位置(飞书多维表格或本地文件)。 当用户说"切换话题"、"开新会话"、"新话题"时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 269 次。
如何安装 Session Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install session-manager」即可一键安装,无需额外配置。
Session Manager 是免费的吗?
是的,Session Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Session Manager 支持哪些平台?
Session Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Session Manager?
由 zh4o(@zh40)开发并维护,当前版本 v1.0.1。
推荐 Skills