dsh-dev-actions
将常用的开发命令、提示词和指令转化为 DSH 一键快捷动作的插件。
AI 分析
核心用途是将高频重复的开发指令和命令封装为一键执行的快捷动作。适合需要提升日常开发和调试效率的 DSH Web 用户。
安装
$
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 范围。