AI Agent Hub
Back to plugins
🧰

dsh-milk-coffee

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-milk-coffee

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

Run dsh plugin install uckkk/dsh-milk-coffee in DeepSeek Harness to install; the source repository is at https://github.com/uckkk/dsh-milk-coffee.

About this plugin

Perfecting a home-brewed milk coffee usually means digging through online recipes, recalculating ratios by hand, and tweaking temperature or extraction time on impulse. dsh-milk-coffee turns that process into a single parameter call: supply the variables you care about and the plugin hands back a complete brewing plan, removing the back-and-forth of searching and trial-and-error.

The core tool it registers is milk_coffee, which accepts a set of brewing parameters and returns a structured coffee recipe. The entire implementation is pure Node.js with zero network requests, so it works just as well offline as it does online. Responses are fast, the footprint is tiny, and there is no external service to keep alive.

It is a good fit for coffee enthusiasts who enjoy dialing in their milk-to-coffee ratio at home and want a repeatable, parameter-driven approach, as well as developers who need to fold brewing parameters into an automation pipeline or a teaching demo. One call, one plan—so you can focus on the cup.

Use Cases

  • Generate a brewing parameter plan quickly when making milk coffee at home
  • Adjust parameters by taste preference to get a customized coffee plan
  • Parameterize the brewing workflow for teaching, demo, or reuse

Best For

  • Coffee enthusiasts who enjoy a structured, repeatable home brewing routine
  • Developers looking to fold brewing parameters into automation scripts
  • Users who need instant access to coffee brewing plans