ookami-change/dsh-plugin-starter ↗★ 0
dsh-plugin-starter
Minimal installable plugin starter for DeepSeek Harness.
安装
$
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