Bundle
dsh-greet
A minimal DeepSeek Harness (dsh) plugin that registers a greet tool.
- Source
- HDylanYueH
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 18 days ago
Readme
# dsh-greet A minimal [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (dsh) plugin that registers a `greet` tool. Everything in dsh is a plugin; this repository shows the smallest complete bundle you can publish and install. ## Features - Registers a `greet` tool callable by the agent: `greet(name)` → `Hello, <name>!` - No build step: plain JavaScript, installs straight from GitHub. ## Install ```sh dsh plugin --profile web add github:HDylanYueH/dsh-greet ``` Then restart the profile: ```sh dsh --profile web ``` Ask the agent: *"Use the greet tool to greet Ada."* The model can call `greet` and receives `Hello, Ada!` as the tool result. ## Layout ``` dsh-greet/ ├── package.json # declares dsh.bundle (patch: ./cordis.patch.yml) ├── cordis.patch.yml # the layer applied when a profile lists this bundle └── index.js # the Cordis plugin (name / inject / apply) ``` ## Remove ```sh dsh plugin --profile web remove dsh-greet ``` ## License MIT
Install
dsh plugin --profile web add github:HDylanYueH/dsh-greet
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-greet from the hub
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.