bugmaker2/dsh-plugin-template2

dsh-plugin-template

适用于 DeepSeek Harness 的极简 Host 与 Client 插件开发模板。

AI 分析

核心用途是为 DSH 插件开发者提供标准的脚手架起点。适合想要学习或快速开发 DSH 插件的开发者,包含完整的宿主端挂载与浏览器端打包配置示例。

包名
dsh-plugin-template
版本
0.1.0
许可证
MIT
最近更新
2026年8月13日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bugmaker2/dsh-plugin-template

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.