humblebanana/dsh-record-replay2

dsh-record-replay

DSH 录制与回放插件,提供 orr_* 工具及 open-record-replay 技能,对接 macOS 工作流录制器。

AI 分析

核心用途是让 Agent 能够读取和回放 macOS 上的工作流录制。适合需要在 Mac 系统上进行自动化操作录制与重放的任务。

包名
dsh-record-replay
版本
0.2.0
许可证
MIT
最近更新
2026年8月13日

安装

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

Configuration

KeyDefaultMeaning
cliPathenv ORR_CLI_PATHExplicit path to bin/orr.js. Overrides repoRoot.
repoRootenv ORR_REPO_ROOTPath to an open-record-replay checkout; the CLI is /bin/orr.js.
runsOutrunsWorkspace-relative recordings directory.
skillInputsOutskill-inputsWorkspace-relative skill-input packages directory.

The CLI runs with the session workspace as its working directory, so recordings and skill packages land where the agent's filesystem tools can read them.