← Back to Skills Marketplace
denq04

Session Storage Management

by denq04 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
80
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install session-storage-management
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install session-storage-management
  3. After installation, invoke the skill by name or use /session-storage-management
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Removed useless scripts section
v1.0.0
Initial release: Analyze and clean up OpenClaw session storage files
Metadata
Slug session-storage-management
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.

How do I install Session Storage Management?

Run "/install session-storage-management" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Session Storage Management free?

Yes, Session Storage Management is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Session Storage Management support?

Session Storage Management is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Session Storage Management?

It is built and maintained by denq04 (@denq04); the current version is v1.0.1.

💬 Comments