ookami-change/dsh-plugin-starter0

dsh-plugin-starter

适用于 DeepSeek Harness 的极简可安装插件模板。

AI 分析

提供符合 DSH 官方规范的最小化插件开发模板。适合刚开始学习 DSH 插件开发、需要一个干净起点进行编码的开发者。

套件
dsh-plugin-starter
版本
0.1.0
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ookami-change/dsh-plugin-starter

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.json declares dsh.bundle.
  • cordis.patch.yml mounts the plugin.
  • index.js exports an empty apply() 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