← 返回 Skills 市场
122
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-scribe-session-replay
功能描述
Convert a Claude Code session JSONL file into an animated GIF replay showing the conversation as typed terminal output
安全使用建议
This skill appears to do what it says: it reads Claude Code session JSONL files, converts them into a VHS-style tape, and asks scry to render a GIF. Before installing or running it, inspect the session files you plan to render — sessions often contain sensitive data (API keys, credentials, PII, or private code snippets) and the generated GIF will include whatever text is in the session. Ensure you have the scry integration available and the vhs binary installed (the README points to `go install github.com/charmbracelet/vhs@latest`), and avoid rendering sessions that contain secrets or private information. Because this is an instruction-only skill, there is no installer writing code to disk beyond the normal temporary output it creates during processing.
功能分析
Type: OpenClaw Skill
Name: nm-scribe-session-replay
Version: 1.0.0
The session-replay skill is designed to convert Claude Code session logs (JSONL) into animated GIFs by orchestrating parsing, tape generation, and rendering via the 'scry' skill. It accesses session data in ~/.claude/projects/ as required for its stated purpose and provides a transparent interactive menu for the user to select sessions, with no evidence of data exfiltration or malicious execution (SKILL.md, _meta.json).
能力评估
Purpose & Capability
The name/description (session → animated GIF) match the runtime instructions: listing/parsing Claude Code JSONL sessions, generating a VHS 'tape', and handing off to scry for GIF rendering. Required config (night-market.scry:vhs-recording) aligns with the declared rendering dependency.
Instruction Scope
Instructions explicitly read session files under ~/.claude/projects and parse/interpret user/assistant/tool turns — this is expected for the stated task. Note: session files may contain sensitive content (API keys, credentials, or PII); the skill will include whatever text is in the session when producing the GIF. The skill does not instruct contacting external endpoints or reading unrelated system paths.
Install Mechanism
Instruction-only skill with no install spec and no bundled code — nothing is written to disk by an installer. It may recommend installing the 'vhs' binary (go install) if missing, which is a reasonable runtime dependency for GIF rendering.
Credentials
No environment variables or credentials are requested. The only declared requirement is a config path to the scry VHS-rendering integration, which is appropriate for delegating GIF generation. No unrelated secrets or service credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It writes a temporary tape file during processing and deletes it afterward — expected behavior for this workflow.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nm-scribe-session-replay - 安装完成后,直接呼叫该 Skill 的名称或使用
/nm-scribe-session-replay触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of session-replay skill for animated session playback.
- Converts a Claude Code session JSONL file into an animated GIF replay showing the conversation as typed terminal output.
- Guides the user to select a session interactively if no path is provided.
- Steps through parsing the session, generating a VHS tape, and rendering the GIF via the scry skill.
- Supports filters for turn ranges, visible layers, speed, and truncation.
- Handles errors such as missing dependencies or tape syntax issues with clear user messages.
- Suitable for demos, tutorials, and embedding video evidence in PRs or documentation.
元数据
常见问题
Nm Scribe Session Replay 是什么?
Convert a Claude Code session JSONL file into an animated GIF replay showing the conversation as typed terminal output. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 Nm Scribe Session Replay?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-scribe-session-replay」即可一键安装,无需额外配置。
Nm Scribe Session Replay 是免费的吗?
是的,Nm Scribe Session Replay 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nm Scribe Session Replay 支持哪些平台?
Nm Scribe Session Replay 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nm Scribe Session Replay?
由 athola(@athola)开发并维护,当前版本 v1.0.0。
推荐 Skills