Neplich/dsh_plugin--packages-greet ↗★ 0
@neplich/dsh-greet
Example dsh tool plugin: a configurable greet tool
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Neplich/dsh_plugin#a03eed0fbe3f9b504c074b241b0b3d33b95ef12d&path:packages/greet说明文档
阅读完整 README ↗@neplich/dsh-greet
Example dsh tool plugin: registers a greet tool that answers Hello, ! (configurable).
Config
| Key | Type | Default | Description |
|---|---|---|---|
greeting | string | 'Hello' | Greeting prefix the tool responds with. |
Install
dsh plugin --profile add @neplich/dsh-greet
Develop
Built with the multi-plugin workspace at the repository root: pnpm run build emits lib/, pnpm run test runs the package-level vitest suite.
Model Experience
Adds one tool, greet, to the system prompt: one required string parameter, one string result. No persistent state, no background work.