bugmaker2/dsh-plugin-template ↗★ 2
dsh-plugin-template
适用于 DeepSeek Harness 的极简 Host 与 Client 插件开发模板。
AI 分析
核心用途是为 DSH 插件开发者提供标准的脚手架起点。适合想要学习或快速开发 DSH 插件的开发者,包含完整的宿主端挂载与浏览器端打包配置示例。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bugmaker2/dsh-plugin-template说明文档
阅读完整 README ↗Install locally
dsh plugin --profile web add /absolute/path/to/dsh-plugin-template
Restart the Web profile and refresh the page. The Host entry is mounted by cordis.patch.yml; the Client bundle is served through the dsh.client declaration in package.json.