AI Agent Hub
Back to plugins
🧰

dsh-cafe-order

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-cafe-order

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

Run dsh plugin install uckkk/dsh-cafe-order in DeepSeek Harness to install this cafe ordering plugin, sourced from https://github.com/uckkk/dsh-cafe-order.

About this plugin

Craving a pour-over but do not want to open a browser to fiddle with water temperature, grind size, and brew time? dsh-cafe-order brings cafe-style ordering straight into your terminal conversation: hand it your parameters and it returns a complete brewing recipe, eliminating the back-and-forth of web pages.

The plugin does one thing well. The cafe_order tool accepts your conditions (bean type, cup size, brewer preference, and so on) and returns a matching brewing plan. The entire implementation is written in plain Node.js and makes zero network requests, so it boots instantly and works reliably in offline, intranet, or low-bandwidth environments.

It is built for three kinds of users: terminal power users who never want to leave the shell, independent developers looking for a zero-dependency micro-tool to embed in their workflow, and any coffee enthusiast who asks a chat assistant what to brew today and expects an immediate, parameterised answer.

Use Cases

  • Quickly look up brewing parameters inside a terminal conversation
  • Get a full brewing recipe in an offline environment without opening a browser
  • Casually ask what to brew today and receive a structured recommendation instantly

Best For

  • Terminal power users who never want to leave the shell
  • Coffee enthusiasts who ask a chat assistant for a brewing plan casually
  • Developers who want a zero-dependency micro-tool to embed in their workflow