← 返回 Skills 市场
yanjiang8124

session-logs1

作者 yanjiang8124 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
153
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install session-logs1
功能描述
Search and analyze your own session logs (older/parent conversations) using jq.
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: session-logs1 Version: 1.0.0 The skill bundle provides instructions and command snippets for an AI agent to search and analyze its own session logs stored in the application's data directory (~/.openclaw/agents/). The operations use standard tools like jq and rg to process JSONL files for legitimate purposes such as retrieving historical context or calculating usage costs. No evidence of data exfiltration, malicious execution, or unauthorized access was found in SKILL.md or _meta.json.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install session-logs1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /session-logs1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the session-logs skill. - Enables searching and analyzing your own session logs using jq and ripgrep. - Provides command-line examples for listing, filtering, and extracting messages from historical conversation sessions. - Supports cost analysis, keyword search, and tool usage breakdowns in session transcripts. - Documentation includes usage tips and session log structure details.
元数据
Slug session-logs1
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

session-logs1 是什么?

Search and analyze your own session logs (older/parent conversations) using jq. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。

如何安装 session-logs1?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install session-logs1」即可一键安装,无需额外配置。

session-logs1 是免费的吗?

是的,session-logs1 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

session-logs1 支持哪些平台?

session-logs1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 session-logs1?

由 yanjiang8124(@yanjiang8124)开发并维护,当前版本 v1.0.0。

💬 留言讨论