dsh plugins中文
← Back to popular plugin directory

DSH plug-in development tool

bugmaker2/dsh-plugin-template · skills

Template for deepseek-harness plugin development.

★ 15GitHub stars
1Forks
2026-08-14Last updated
TypeScriptLanguage
MITLicense

Project overview

A minimal TypeScript DeepSeek Harness plugin bundle. It prints hello world when Harness loads it. Start from a fork

A successful run includes this line in the Harness output:

For development, edit src/index.ts, run pnpm run build, then restart the profile. The generated lib/ directory is included in the package so direct Git installs can load the built JavaScript entry.

Install command

dsh plugin --profile web add github:bugmaker2/dsh-plugin-template
View GitHub repository ↗Back to popular plugin directory