← 返回 Skills 市场
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yihui-session-logs
功能描述
Search and analyze your own session logs (older/parent conversations) using jq.
安全使用建议
This skill appears to do what it says: it runs jq and rg on your local OpenClaw session JSONL files. Before installing or invoking it, confirm you are comfortable with it reading conversation history in $OPENCLAW_STATE_DIR (default ~/.openclaw). Note the SKILL.md references OPENCLAW_STATE_DIR but the manifest doesn't declare that env var — nothing malicious, but double-check the path it will read. Installing will add jq and ripgrep via brew. If your sessions contain sensitive data you don't want accessible, either don't install the skill or run the provided commands manually in a controlled shell instead of granting the agent autonomous access.
能力评估
Purpose & Capability
Name/description match the requested binaries (jq, rg) and the SKILL.md contains concrete jq/rg commands for searching session JSONL files under the agent state directory; installing jq and ripgrep via brew is proportional to the task.
Instruction Scope
The instructions explicitly read session files under $OPENCLAW_STATE_DIR/agents/<agentId>/sessions and use the agent id from the runtime system prompt. This is in-scope for a session-log searcher, but the SKILL.md references the OPENCLAW_STATE_DIR environment variable (and the Runtime agent=<id> value) without declaring them in the skill manifest — a minor mismatch that should be documented. Also, reading those files will surface potentially sensitive past conversation content.
Install Mechanism
Install spec uses Homebrew formulas for jq and ripgrep (ripgrep provides rg). These are well-known package sources and appropriate for a CLI-focused, instruction-only skill; no arbitrary downloads or extract operations are present.
Credentials
The skill does not request credentials or config paths, which is appropriate. However it relies on OPENCLAW_STATE_DIR (not declared) and on filesystem access to the agent's sessions directory; while expected for its purpose, that access exposes private conversation history and should be considered sensitive.
Persistence & Privilege
always:false and no requests to modify other skills or system-wide configuration. The skill does not require persistent privileges beyond reading local session files and installing optional binaries.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yihui-session-logs - 安装完成后,直接呼叫该 Skill 的名称或使用
/yihui-session-logs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Session Logs (YiHui) 是什么?
Search and analyze your own session logs (older/parent conversations) using jq. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。
如何安装 Session Logs (YiHui)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yihui-session-logs」即可一键安装,无需额外配置。
Session Logs (YiHui) 是免费的吗?
是的,Session Logs (YiHui) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Session Logs (YiHui) 支持哪些平台?
Session Logs (YiHui) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Session Logs (YiHui)?
由 辉哥(@1yihui)开发并维护,当前版本 v1.0.0。
推荐 Skills