AI Agent Hub
Back to plugins
🧰

dsh-espresso

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-espresso

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

Run dsh plugin install uckkk/dsh-espresso in DeepSeek Harness to install this plugin; the source code is available at https://github.com/uckkk/dsh-espresso.

About this plugin

Needing to pull an espresso mid-conversation but unsure of the exact shot variables, and not wanting to break context by hunting through browser tabs, is a very real interruption. dsh-espresso collapses that into a single tool call: pass in the key brewing parameters and get back a matching espresso recipe without ever leaving your session.

The plugin registers one tool named espresso, which accepts your parameters and returns a tailored set of ratios and steps. The entire implementation is written in plain Node with zero external network requests, so it works identically offline, on a flaky connection, or inside a locked-down intranet.

It is built for two audiences: coffee enthusiasts who care about precise variables such as dose, pressure, temperature, and time and want to quickly validate combinations within a conversation; and developers who want to embed the "how do I pull this" step directly into a dsh workflow so the context never has to be lost. Install it, call it, move on.

Use Cases

  • Quickly retrieve an espresso recipe in-session by specifying dose, pressure, and other parameters
  • Fetch coffee recipes offline or on a locked-down intranet with no network calls
  • Embed brewing guidance into a dsh workflow without losing conversation context

Best For

  • Coffee enthusiasts who care about precise extraction variables and want to test combinations
  • Everyday users who want a quick brewing recipe without leaving their conversation
  • Developers who need an offline-capable tool in restricted network environments