kangshifu1/dsh-record-replay0

dsh-record-replay

Record & Replay for the dsh web GUI: (1) replay every automatically recorded session as a readable timeline, export/import shareable replay packs, re-run a recorded conversation; (2) Codex-style screen recording -> skill generation - record a computer-use session in the browser (getDisplayMedia -> webm + sampled frames), replay it, and have an agent analyze the frames and install a generated SKILL.md into ~/.dsh/skills. Hot-pluggable - mounted via the profile patch layer, no dsh source changes.

AI Analysis

核心用途是会话审计、分享以及通过录屏自动提炼 AI 技能。适合需要复现 Agent 轨迹、备份会话,或希望通过演示浏览器操作让 Agent 自动学习并生成可用 Skill 的用户。

Package
dsh-record-replay
Version
0.2.0
License
Apache-2.0
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kangshifu1/dsh-record-replay

使用

  1. 点侧边栏「录制回放」打开面板。
  2. 会话 tab:任一会话可「回放」(时间线)、「导出」(下载回放包)、「复刻」(开新会话重新执行)。
  3. 回放包 tab:导入 .replay.json,管理已导入的包。
  4. 录屏 tab:点「开始录屏」选择屏幕/窗口录制操作;停止后自动上传视频与采样帧。对任意录屏可「回放」,或点「生成技能」——插件开一个 agent 会话,让它逐帧调用 describe_image 提炼工作流并产出 SKILL.md,写入 ~/.dsh/skills//SKILL.md 后即成为可用技能。