haimuhaimu/dsh-hello-plugin ↗★ 0
dsh-hello-plugin
我的第一个 DeepSeek Harness 插件(极简示例)
AI 分析
核心用途是作为 DSH 插件开发的极简示例,在启动时输出加载日志。适合想要学习 DSH 插件结构和打包格式的开发者。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:haimuhaimu/dsh-hello-plugin說明文件
閱讀完整 README ↗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)