dsh-cold-drink
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-cold-drink
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-cold-drink in DeepSeek Harness to install this plugin; the source is available at https://github.com/uckkk/dsh-cold-drink .
About this plugin
Adding a cold-drink recommendation step to an AI workflow often means relying on external databases or third-party APIs, which introduces network dependencies and extra maintenance overhead. dsh-cold-drink eliminates that complexity by providing a fully local tool call that plugs directly into your agent pipeline with zero network requests.
The plugin registers a single tool called cold_drink. Developers pass in parameters such as flavor preference or temperature range and receive a structured drink-making plan in return. The entire implementation is pure Node.js with no third-party runtime dependencies, making deployment and upkeep remarkably lightweight.
It is well suited for developers building food-and-beverage, coffee, or lifestyle chatbots, as well as for teams that want to drop a drink-recommendation node into their workflow without spinning up additional services. Released under the MIT license for unrestricted integration.
Use Cases
- Recommend and generate cold-drink plans in a chatbot
- Embed a drink-recommendation node in a workflow without external APIs
- Return structured drink recipes offline with zero network calls
Best For
- Developers building food-and-beverage or coffee chatbots
- Teams that need a drink-recommendation step in their workflow
- Plugin developers seeking zero network dependencies and lightweight deployment
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.