ookami-change/dsh-plugin-starter0

dsh-plugin-starter

Minimal installable plugin starter for 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