ookami-change/dsh-plugin-starter0

dsh-plugin-starter

Minimal installable plugin starter for DeepSeek Harness.

AI Analysis

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

Package
dsh-plugin-starter
Version
0.1.0
Last updated
Aug 14, 2026

Install

$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