zoahdev/dsh-plugin-template1

dsh-plugin-template

Minimal, verified template for DeepSeek Harness plugins: bundle manifest, one tool, tests, and CI smoke load.

AI 분석

提供标准的 DSH 插件开发模板。适合刚接触 DSH 插件开发的开发者,用于快速初始化包含测试和 CI 配置的规范插件项目。

패키지
dsh-plugin-template
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

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

使用

git clone https://github.com/zoahdev/dsh-plugin-template.git my-plugin
cd my-plugin
pnpm install
pnpm test
pnpm pack
dsh plugin --profile web add ./dsh-plugin-template-0.1.0.tgz
dsh web --port 4099

然后让 agent:"Use the hello tool to greet Ada."