← Back to Skills Marketplace
136
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sessions-manager
Description
Manage OpenClaw agent sessions - list active/completed sessions, view session details, and delete sessions by ID. Use when you need to inspect session state,...
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sessions-manager - After installation, invoke the skill by name or use
/sessions-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.
How do I install sessions-manager?
Run "/install sessions-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is sessions-manager free?
Yes, sessions-manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does sessions-manager support?
sessions-manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created sessions-manager?
It is built and maintained by Jiakai Xu (@6eanut); the current version is v1.0.0.
More Skills