dsh-greet
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
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.