← Back to Skills Marketplace
mohdalhashemi98-hue

MH session-logs

cross-platform ✓ Security Clean
560
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install mh-session-logs
Description
Search and analyze your own session logs (older/parent conversations) using jq.
Usage Guidance
This skill simply provides shell/jq/rg commands to read your OpenClaw session JSONL files. Before installing or invoking it, be aware that: 1) it reads local chat transcripts stored under ~/.openclaw/agents/<agentId>/sessions/, which may contain sensitive data (secrets, PII, private conversations); 2) ensure you trust any agent or automation that will run these commands, or restrict the skill to manual invocation only; 3) install jq and ripgrep (rg) if missing and verify file permissions on the sessions directory; 4) if you don't want older conversations exposed, consider deleting or redacting sensitive sessions or restricting access to those files. If you want a tighter security posture, deny autonomous invocation for this skill or require explicit user consent before reading session files.
Capability Analysis
Type: OpenClaw Skill Name: mh-session-logs Version: 1.0.0 The skill bundle is designed to allow an OpenClaw agent to search and analyze its own session logs. All commands provided in `SKILL.md` are read-only operations using standard tools (`jq`, `rg`, `grep`, `awk`, `ls`, `head`, `cut`, `sort`, `uniq`) on files located within the agent's designated data directory (`~/.openclaw/agents/<agentId>/sessions/`). There is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection intended to subvert the agent for malicious purposes. The functionality is clearly aligned with the stated purpose of self-analysis.
Capability Assessment
Purpose & Capability
Name/description (search/analyze session logs) match the requested binaries (jq, rg) and the SKILL.md examples. The claimed data location (~/.openclaw/agents/<agentId>/sessions/) and the operations (jq parsing, rg searching) are proportionate to the stated purpose.
Instruction Scope
Instructions explicitly tell the agent to read session JSONL files under the user's home directory and use the agent ID from the system prompt; this is within the skill's purpose but does involve reading potentially sensitive local chat transcripts. The SKILL.md does not instruct reading other system files or unrelated credentials.
Install Mechanism
Instruction-only skill with no install spec or downloaded code; lowest install risk. It assumes jq and rg are already present on PATH.
Credentials
No environment variables, credentials, or external config paths are requested. The access requested (local session files) is consistent with the skill's purpose.
Persistence & Privilege
always:false (default) and no install changes or system-wide config modifications are requested. The skill can be invoked autonomously per platform defaults but it does not request elevated persistence or cross-skill config access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mh-session-logs
  3. After installation, invoke the skill by name or use /mh-session-logs
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Priority upload batch
Metadata
Slug mh-session-logs
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is MH session-logs?

Search and analyze your own session logs (older/parent conversations) using jq. It is an AI Agent Skill for Claude Code / OpenClaw, with 560 downloads so far.

How do I install MH session-logs?

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

Is MH session-logs free?

Yes, MH session-logs is completely free (open-source). You can download, install and use it at no cost.

Which platforms does MH session-logs support?

MH session-logs is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MH session-logs?

It is built and maintained by mohdalhashemi98-hue (@mohdalhashemi98-hue); the current version is v1.0.0.

💬 Comments