📦 session-logs1 — 实用工具
v1.0.0和 分析 your own session logs (older/parent conversations) 使用 jq.
0· 149·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill's requests and instructions match its stated purpose (searching local OpenClaw session JSONL logs with jq/rg); it reads local session files but doesn't ask for unrelated credentials or install external code.
评估建议
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 autono...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
No install spec or code is provided (instruction-only skill). This minimizes filesystem write risk; required binaries are assumed present on PATH.
✓ 凭证需求
No environment variables, credentials, or external config paths are requested. The requested binaries (jq, rg) are relevant to the task.
✓ 持久化与权限
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).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install session-logs1
镜像加速npx clawhub@latest install session-logs1 --registry https://cn.longxiaskill.com镜像同步中