ShiXiangYu2/dsh-greet-plugin0

dsh-greet-plugin

一个 DeepSeek Harness 插件,注册了一个可由模型调用的 greet(问候)工具。

AI 分析

核心用途是向 DSH 注册一个基础的问候工具。适合作为开发者学习 DSH 插件开发、工具注册与调用流程的入门示例或模板。

包名
dsh-greet-plugin
版本
0.1.0
最近更新
2026年8月15日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ShiXiangYu2/dsh-greet-plugin

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, use dsh 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.