kangshifu1/dsh-record-replay ↗★ 0
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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kangshifu1/dsh-record-replay说明文档
阅读完整 README ↗使用
- 点侧边栏「录制回放」打开面板。
- 会话 tab:任一会话可「回放」(时间线)、「导出」(下载回放包)、「复刻」(开新会话重新执行)。
- 回放包 tab:导入
.replay.json,管理已导入的包。 - 录屏 tab:点「开始录屏」选择屏幕/窗口录制操作;停止后自动上传视频与采样帧。对任意录屏可「回放」,或点「生成技能」——插件开一个 agent 会话,让它逐帧调用
describe_image提炼工作流并产出 SKILL.md,写入~/.dsh/skills//SKILL.md后即成为可用技能。