AI Agent Hub
Back to plugins
🖥️

dsh-greet

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install HDylanYueH/dsh-greet

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

Run dsh plugin install HDylanYueH/dsh-greet in your DeepSeek Harness terminal to install the plugin from https://github.com/HDylanYueH/dsh-greet, then restart your profile to use the greet tool.

About this plugin

In the DeepSeek Harness ecosystem, every capability is delivered as a plugin. dsh-greet is the most minimal complete example of that philosophy, showing that a working, installable plugin can be as small as a single tool registration.

Its core function is registering a greet tool for the agent. Calling greet(name) returns a friendly Hello, name! string as the tool result. The implementation is plain JavaScript with zero build steps and installs directly from the GitHub repository.

It is ideal for developers who want to understand the dsh plugin layout and tool-registration mechanism at a glance, and for teams looking for a lightweight boilerplate to extend with their own custom tools.

Use Cases

  • Quickly verify the dsh plugin layout and loading pipeline
  • Demonstrate the minimal closed loop of an agent calling a tool and receiving a text result
  • Serve as a starting scaffold for team-specific custom plugins

Best For

  • Front-end or full-stack engineers new to dsh plugin development
  • Architects who need a lightweight boilerplate for their team
  • Indie developers who want to try the dsh ecosystem without any build tooling