← 返回 Skills 市场
136
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sessions-manager
功能描述
Manage OpenClaw agent sessions - list active/completed sessions, view session details, and delete sessions by ID. Use when you need to inspect session state,...
安全使用建议
This skill is coherent and appears to do only what it claims: list sessions and delete session metadata/history under ~/.openclaw. Before installing or running: (1) review and keep a backup of ~/.openclaw/agents/main/sessions/sessions.json if you care about session history, since delete will permanently remove entries and files; (2) run the list command first to confirm which session will be deleted; (3) because the script runs as your user, avoid running it as root to reduce risk; (4) if you don't trust the unknown publisher, inspect the included scripts (they're small and present) rather than executing them blindly. If the skill later requested network access or additional credentials, or if its instructions changed to read other system paths, reassess (that would raise the risk).
功能分析
Type: OpenClaw Skill
Name: sessions-manager
Version: 1.0.0
The sessions-manager skill provides a CLI tool (scripts/sessions_cli.py) to list and delete OpenClaw agent session data. It operates exclusively within the ~/.openclaw directory, managing session metadata and history files as described in SKILL.md and README.md, with no evidence of malicious intent or unauthorized access.
能力评估
Purpose & Capability
Name/description match the included CLI tool and its behavior: reading sessions.json and optionally deleting the matching .jsonl history files under ~/.openclaw. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md explicitly instructs running the included Python script and references the same ~/.openclaw session paths that the script uses. The instructions do not ask the agent to read unrelated files, environment variables, or to transmit data externally.
Install Mechanism
No install spec is provided (instruction-only). The skill includes a small Python script; there are no downloads, package installs, or archive extraction steps.
Credentials
The skill requests no environment variables, credentials, or external configuration. File access is limited to the local ~/.openclaw sessions directory, which is appropriate for a session-management utility.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or global agent settings. It performs local file deletions only (sessions.json and the matching .jsonl history file), which aligns with its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sessions-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/sessions-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of sessions-manager skill for managing OpenClaw agent sessions via CLI.
- Provides commands to list all sessions (with optional verbose output) and delete sessions by ID or key.
- Session details include key, ID, label, status, model, start time, and duration.
- Supports removal of both session metadata and history files.
- Useful for monitoring, debugging, cleaning up, and managing multiple concurrent sessions.
元数据
常见问题
sessions-manager 是什么?
Manage OpenClaw agent sessions - list active/completed sessions, view session details, and delete sessions by ID. Use when you need to inspect session state,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。
如何安装 sessions-manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sessions-manager」即可一键安装,无需额外配置。
sessions-manager 是免费的吗?
是的,sessions-manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
sessions-manager 支持哪些平台?
sessions-manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 sessions-manager?
由 Jiakai Xu(@6eanut)开发并维护,当前版本 v1.0.0。
推荐 Skills