ShiXiangYu2/dsh-greet-plugin ↗★ 0
dsh-greet-plugin
一个 DeepSeek Harness 插件,注册了一个可由模型调用的 greet(问候)工具。
AI 分析
核心用途是向 DSH 注册一个基础的问候工具。适合作为开发者学习 DSH 插件开发、工具注册与调用流程的入门示例或模板。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ShiXiangYu2/dsh-greet-plugin說明文件
閱讀完整 README ↗Usage
Install into a profile (bundle form, local checkout):
dsh plugin --profile demo add ./greet-plugin
Or install from git:
dsh plugin --profile demo add github:you/dsh-greet-plugin
For git installs the package ships plain ESM (
index.js), so no build step is required. If you publish to npm, usedsh plugin --profile demo add dsh-greet-plugin.
Verify the layer without starting:
dsh --profile demo --dump-config # shows a "# == dsh-greet-plugin" layer
Then start and ask the model:
Use the greet tool to greet Ada.