AI Agent Hub
Back to plugins
🖥️

dsh-greet-plugin

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install luxiu666/dsh-greet-plugin

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install luxiu666/dsh-greet-plugin in your DeepSeek Harness terminal to install; the full source is available at https://github.com/luxiu666/dsh-greet-plugin .

About this plugin

dsh-greet-plugin is a minimalist tool plugin for DeepSeek Harness (dsh) that does exactly one thing well: give your Agent a "say hello" button. Once installed, the Agent gains a greet tool that accepts a name and returns a natural greeting. The greeting prefix (default: "Hello") is fully overridable through your own patch layer, so you can swap it for "Hi", "Hey there", or anything else without touching plugin source code.

Its strength lies in reducing the plugin registration → tool exposure → Agent invocation pipeline to the smallest runnable set. The repository ships prebuilt artifacts, so installation triggers no build scripts, and the runtime requirement is kept to a bare minimum. For developers who want to verify the full dsh plugin pathway with the least friction, or users who simply need a personalized opening in a conversation flow, it is the lowest-burden starting point.

It suits two audiences: engineers new to the dsh plugin ecosystem who want a minimal, end-to-end example to sanity-check registration and invocation, and product users who want their Agent to greet with a configurable tone without building a full toolchain one-line at a time. In short, it turns a simple "hello" into a composable, configurable tool call.

Use Cases

  • Agent greets a user by name at the start of a conversation
  • Sanity-check the dsh plugin registration and tool invocation pipeline end-to-end
  • Send a personalized opening line to different users with a configurable greeting prefix

Best For

  • Developers new to the dsh plugin ecosystem seeking a minimal working example
  • Product users who want their Agent to greet with a configurable tone
  • Teams that need a personalized opening line in their conversation flows