← 返回 Skills 市场
OpenClaw Session Log Forensics
作者
Daniel Sinewe
· GitHub ↗
· v0.2.0
· MIT-0
125
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-session-log-forensics
功能描述
Analyze OpenClaw session JSONL history for cost spikes, tool-call anomalies, and behavior regressions with jq + rg.
安全使用建议
This skill appears coherent and performs only local log parsing. Before installing: (1) confirm jq and rg are installed and up-to-date; (2) verify the ~/.openclaw/agents/<agentId>/sessions/ path and agentId are correct; (3) be aware the commands will read all session logs (may contain sensitive or PII data) — only use with agents/users you trust; (4) if you want stricter control, run the recommended commands manually first to inspect outputs and then permit the skill to run them. If you need the skill not to run autonomously, restrict agent invocation policies even though always:false by default.
功能分析
Type: OpenClaw Skill
Name: openclaw-session-log-forensics
Version: 0.2.0
The skill provides a set of utility commands using 'jq' and 'rg' to analyze local OpenClaw session logs for cost tracking and forensic analysis. All operations are confined to the local '~/.openclaw/' directory and serve the stated purpose of monitoring session history and tool usage without any indicators of data exfiltration or malicious execution.
能力评估
Purpose & Capability
Name/description ask for JSONL session forensics and the skill only requires jq and rg and points to the OpenClaw session path — these binaries and the file paths are appropriate and proportional to the stated task.
Instruction Scope
SKILL.md contains concrete shell commands that only read and parse session JSONL files under ~/.openclaw/agents/<agentId>/sessions/ to compute costs, tool-call counts, and regressions. The instructions reference the agentId from the runtime/system prompt, which is reasonable for locating the correct session directory. There are no instructions to exfiltrate data or call external endpoints.
Install Mechanism
No install specification (instruction-only skill). This is lower-risk — nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables, secrets, or external credentials. It accesses a local path containing session logs, which is consistent with the forensic purpose.
Persistence & Privilege
Skill is not always-enabled and uses default autonomous invocation settings. It does not request elevated persistence or modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-session-log-forensics - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-session-log-forensics触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Add threshold-based anomaly flagger and compact per-session forensic snapshot output.
v0.1.0
Add OpenClaw-specific forensics workflows: daily tool-call volume, cost outlier scan, and two-session regression comparison.
元数据
常见问题
OpenClaw Session Log Forensics 是什么?
Analyze OpenClaw session JSONL history for cost spikes, tool-call anomalies, and behavior regressions with jq + rg. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 OpenClaw Session Log Forensics?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-session-log-forensics」即可一键安装,无需额外配置。
OpenClaw Session Log Forensics 是免费的吗?
是的,OpenClaw Session Log Forensics 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Session Log Forensics 支持哪些平台?
OpenClaw Session Log Forensics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Session Log Forensics?
由 Daniel Sinewe(@danielsinewe)开发并维护,当前版本 v0.2.0。
推荐 Skills