← 返回 Skills 市场
nan-wang

openclaw session viewer

作者 Nan Wang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
266
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-session-viewer
功能描述
Generate an interactive HTML viewer to review and analyze OpenClaw conversation sessions, including history, tool calls, token usage, and debugging details.
安全使用建议
This skill appears coherent and local-only: it reads OpenClaw session logs under ~/.openclaw and writes an HTML viewer. Before running it, (1) review the full script (including the truncated HTML generation portion) yourself to confirm there are no network calls or subprocess executions; (2) run with --list first to confirm available sessions; (3) be aware that session logs can contain sensitive user data or secrets, so only open the generated HTML in a trusted browser and on a trusted machine; (4) because no installer is provided, place the script under the referenced ~/.openclaw/skills/session-viewer/scripts/ path or run it directly from a checked location. If you want extra caution, run the script in a restricted/sandboxed account or container. If you can provide the remainder of the script (the truncated tail), I can re-check that portion for network/subprocess activity to raise confidence further.
功能分析
Type: OpenClaw Skill Name: openclaw-session-viewer Version: 1.0.0 The skill is a utility for visualizing OpenClaw session history. The Python script `scripts/extract_session.py` reads local session logs from the user's home directory (~/.openclaw) and generates a local interactive HTML report. It does not use any external dependencies, lacks network activity or data exfiltration logic, and its behavior is entirely consistent with the documentation in SKILL.md.
能力评估
Purpose & Capability
The name/description (session viewer / HTML viewer for conversation sessions) matches the script's behavior: it reads session JSONL files under ~/.openclaw/agents/<agentId>/sessions and builds an interactive HTML report. No unrelated resources (cloud creds, external APIs, unrelated binaries) are requested.
Instruction Scope
SKILL.md instructs running the bundled Python script and points to the same local session paths the script uses. The script only opens and parses local session files and builds an HTML string; there are no instructions to read other system files, environment variables, or to transmit data to external endpoints in the visible code.
Install Mechanism
There is no install spec (instruction-only skill with one included script). That minimizes installation risk. The SKILL.md references a path under ~/.openclaw/skills/... but no installer is provided — this is a usability note, not a security mismatch.
Credentials
The skill declares no required environment variables, credentials, or config paths beyond the local ~/.openclaw session directory that is necessary for its stated purpose. The script's imports are standard library modules (json, os, argparse, pathlib, datetime); no secret-bearing env vars or unrelated credentials are requested.
Persistence & Privilege
The skill is not always-enabled and uses normal model invocation defaults. It does not request system-wide persistence or modify other skills' configs in the visible code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-session-viewer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-session-viewer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of OpenClaw Session Viewer. - Generates an interactive HTML viewer for OpenClaw conversation sessions. - Visualizes full conversation history, tool calls, tool results, and session statistics. - Features sidebar navigation, search, collapsible thinking blocks, and keyboard shortcuts. - Supports extracting current or specific session logs and listing available sessions. - Helps with reviewing, analyzing, and debugging conversation contexts.
元数据
Slug openclaw-session-viewer
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

openclaw session viewer 是什么?

Generate an interactive HTML viewer to review and analyze OpenClaw conversation sessions, including history, tool calls, token usage, and debugging details. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。

如何安装 openclaw session viewer?

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

openclaw session viewer 是免费的吗?

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

openclaw session viewer 支持哪些平台?

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

谁开发了 openclaw session viewer?

由 Nan Wang(@nan-wang)开发并维护,当前版本 v1.0.0。

💬 留言讨论