Back to catalog

haimuhaimu /

haimuhaimu/dsh-hello-plugin

Verified

My first DeepSeek Harness plugin (dsh-plugin)

0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
READMESource: main@a936e279

dsh-hello-plugin

My first DeepSeek Harness plugin — a minimal example of the bundle format.

What it does

Logs [hello-plugin] plugin loaded! when the profile starts.

Install

dsh plugin --profile demo add github:haimuhaimu/dsh-hello-plugin

Or from a local checkout:

dsh plugin --profile demo add ./hello-plugin

Structure

hello-plugin/
├── package.json       # declares dsh.bundle + patch path
├── cordis.patch.yml   # config layer applied when a profile lists this bundle
└── index.js           # plugin module (exports apply)

Reference

/ 5

No ratings yet

Community comments

No comments yet. Be the first to write one.