← 返回 Skills 市场
denq04

Session Storage Management

作者 denq04 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
80
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install session-storage-management
功能描述
Analyze and clean up OpenClaw session storage files. Use when the user wants to manage session files, clean up old sessions, delete cron/heartbeat, or organi...
安全使用建议
This skill performs file-system operations (scanning and deleting OpenClaw session files) and expects to read from a sessions directory and use shell tools like jq/grep. Before installing: 1) Confirm you are comfortable granting the agent access to the sessions folder (e.g., ~/.openclaw/agents/...); 2) Ensure required command-line tools (jq, grep, head, bash) are available or ask the publisher to declare them; 3) Backup sessions if you may need them later; 4) Ask the publisher why requires.configPaths and required binaries are empty despite the SKILL.md referencing specific paths and shell utilities. If you proceed, carefully verify deletion candidates and rely on the explicit confirmation prompts the skill describes.
功能分析
Type: OpenClaw Skill Name: session-storage-management Version: 1.0.1 The session-storage-management skill (SKILL.md) provides the agent with capabilities to analyze and delete files within the OpenClaw sessions directory using shell commands like jq and grep. While the instructions are clearly aligned with the stated purpose and include significant safety measures—such as mandatory user confirmation, protection of the current session, and detailed reporting—the inherent risk associated with file deletion and shell-based processing of file content constitutes a high-risk capability. No evidence of malicious intent, data exfiltration, or unauthorized persistence was found.
能力评估
Purpose & Capability
The name and description match the instructions: analyzing and deleting OpenClaw session files. However, the skill's metadata declares no required config paths or binaries, yet the SKILL.md explicitly references a sessions directory (~/.openclaw/agents/main/sessions/) and file operations. The missing declaration of config paths is an inconsistency.
Instruction Scope
SKILL.md instructs scanning session files, parsing their contents, and deleting files after confirmation — all within the claimed purpose. But it also assumes access to 'session context' / 'system prompt' and uses shell commands (bash, head, jq, grep) without declaring those requirements. File deletion is inherently sensitive; the instructions correctly require explicit confirmation, but the scope of file access is broader than the declared metadata.
Install Mechanism
This is an instruction-only skill with no install spec or code files, which minimizes installation risk. No artifacts are downloaded or written by an installer.
Credentials
The skill requests no environment variables or credentials (appropriate). However, it implicitly requires access to agent/session filesystem paths and relies on command-line tools (jq, grep, head). Those accesses are not declared in requires.configPaths or required binaries, creating a proportionality gap between declared and actual needs.
Persistence & Privilege
The skill is not always-enabled and does not request persistent elevated privileges. It doesn't declare behavior that would modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install session-storage-management
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /session-storage-management 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Removed useless scripts section
v1.0.0
Initial release: Analyze and clean up OpenClaw session storage files
元数据
Slug session-storage-management
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Session Storage Management 是什么?

Analyze and clean up OpenClaw session storage files. Use when the user wants to manage session files, clean up old sessions, delete cron/heartbeat, or organi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。

如何安装 Session Storage Management?

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

Session Storage Management 是免费的吗?

是的,Session Storage Management 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Session Storage Management 支持哪些平台?

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

谁开发了 Session Storage Management?

由 denq04(@denq04)开发并维护,当前版本 v1.0.1。

💬 留言讨论