session-logs1

v1.0.0

Search and analyze your own session logs (older/parent conversations) using jq.

0· 83·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the requirements: the skill needs jq and rg and the SKILL.md shows only file parsing/search operations against ~/.openclaw/agents/<agentId>/sessions/, which is consistent with analyzing session logs.
Instruction Scope
Instructions explicitly tell the agent to read local session JSONL files and run jq/rg queries; they do not request other files, credentials, or exfiltration endpoints. Reading user conversation logs is sensitive but within the skill's stated scope.
Install Mechanism
No install spec or code is provided (instruction-only skill). This minimizes filesystem write risk; required binaries are assumed present on PATH.
Credentials
No environment variables, credentials, or external config paths are requested. The requested binaries (jq, rg) are relevant to the task.
Persistence & Privilege
The skill is not marked always:true and does not request elevated or persistent platform privileges. It will run only when invoked (or by normal autonomous invocation rules).
Assessment
This skill will read your local OpenClaw session files (~/ .openclaw/agents/<agentId>/sessions/*.jsonl) and run jq/rg commands to search and summarize them — which is exactly its purpose. Before installing, confirm you trust anything that can read your conversation history (these files may contain sensitive data or secrets), ensure jq and rg are from trusted system packages, and verify the correct agentId/path is used. If you don't want automated agents to access full logs, avoid granting autonomous invocation or ensure the agent runs in a restricted environment.

Like a lobster shell, security has layers — review code before you run it.

latestvk97924k8h36fc5p0bzktr0hvrx8393f6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📜 Clawdis
Binsjq, rg

Comments