skitse/dsh-dev-actions1

dsh-dev-actions

AI turns repeated dev commands, prompts, and instructions into one-click DeepSeek Harness actions.

AI 分析

核心用途是将高频重复的开发指令和命令封装为一键执行的快捷动作。适合需要提升日常开发和调试效率的 DSH Web 用户。

パッケージ
dsh-dev-actions
バージョン
0.2.2
ライセンス
MIT
最終更新
2026/08/13

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:skitse/dsh-dev-actions

ドキュメント

README 全文を読む ↗

两分钟安装

需要 Node.js 22.19+(或 24+)。如果你平时只用 npx @deepseek-ai/dsh web,先安装 DSH CLI 和它管理插件所需的 pnpm:

npm install --global @deepseek-ai/dsh@0.1.0-rc.6 pnpm@10.32.1

然后安装插件:

dsh plugin --profile web add dsh-better-sidebar@^0.10.3 \
  https://github.com/skitse/dsh-dev-actions/releases/latest/download/dsh-dev-actions.tgz

重启 dsh web 并刷新浏览器,在 Better Sidebar 的“新建标签页”菜单中选择“快捷动作”。

源码开发同样需要 Node.js 22.19+ 和 pnpm 10:

git clone https://github.com/skitse/dsh-dev-actions.git
cd dsh-dev-actions
pnpm install
pnpm build
dsh plugin --profile web add dsh-better-sidebar@^0.10.3 link:"$(pwd)"

项目正在跟随 DSH developer preview 快速迭代,插件版本会固定兼容的 DSH RC 范围。