ookami-change/dsh-plugin-starter ↗★ 0
dsh-plugin-starter
适用于 DeepSeek Harness 的极简可安装插件模板。
AI 分析
提供符合 DSH 官方规范的最小化插件开发模板。适合刚开始学习 DSH 插件开发、需要一个干净起点进行编码的开发者。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ookami-change/dsh-plugin-starter說明文件
閱讀完整 README ↗dsh-plugin-starter
A minimal installable plugin starter for DeepSeek Harness.
This repository contains the smallest useful bundle shape from the official plugin-development guide:
package.jsondeclaresdsh.bundle.cordis.patch.ymlmounts the plugin.index.jsexports an emptyapply()entry point.
Develop
Add capabilities inside apply() in index.js.
Install from GitHub
dsh plugin --profile demo add github:ookami-change/dsh-plugin-starter
dsh --profile demo --dump-config
dsh --profile demo