humblebanana/dsh-record-replay ↗★ 2
dsh-record-replay
DeepSeek Harness plugin: model-facing orr_* tools plus the open-record-replay skill for the Open Record/Replay macOS workflow recorder.
AI Analysis
核心用途是让 Agent 能够读取和回放 macOS 上的工作流录制。适合需要在 Mac 系统上进行自动化操作录制与重放的任务。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:humblebanana/dsh-record-replayREADME
Read the full README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
cliPath | env ORR_CLI_PATH | Explicit path to bin/orr.js. Overrides repoRoot. |
repoRoot | env ORR_REPO_ROOT | Path to an open-record-replay checkout; the CLI is /bin/orr.js. |
runsOut | runs | Workspace-relative recordings directory. |
skillInputsOut | skill-inputs | Workspace-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.