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/08/16

インストール

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

ドキュメント

README 全文を読む ↗

使用

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."