DSH-Plugin-Greet: A Getting Started Greet Tool Plugin for DeepSeek Harness

`dsh-plugin-greet` is a community DeepSeek Harness plugin for beginners, maintained by `0lidaxiang`, licensed under MIT. It aims to demonstrate the basic paths of the plugin extension model capabilities, with its core functionality being the registration of a tool named `greet` that supports generating greetings in English or Chinese, in either friendly or formal styles. The tool includes a required `name` parameter and optional `language` and `style` parameters, featuring parameter validation, structured output, and standardized configuration schema export, without involving network, file system, or shell access. In terms of environment, version 0.3.x requires Node.js 22.19+ or 24.0+, targeting Harness 0.1.1.

Read More