AI Agent Hub
Back to plugins
🤖

dsh-pour-over

Model Inference Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-pour-over

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

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

About this plugin

Pour-over coffee involves a tangle of interdependent variables—water temperature, dose, grind size, bloom time—so checking the web or relying on memory before every cup is both slow and error-prone. dsh-pour-over registers a pour_over tool directly in the chat session: you supply the parameters you care about, and it returns a complete brewing recipe tailored to those inputs. The entire implementation is written in pure Node.js with zero network dependencies, meaning it works perfectly offline with no API keys or external services required.

The core capability is simple but practical. Instead of scrolling through forums or recalculating ratios on a calculator, you call the tool with your chosen variables and get a coherent set of brewing instructions in one pass. Because the logic lives locally, there is no latency from round-trips to a remote server and no risk of a flaky connection interrupting your morning ritual.

Who will benefit most? Everyday pour-over enthusiasts who want a consistent baseline before tweaking, beginners still building an intuition for how grind and temperature interact, and developers who like the idea of keeping a small, self-contained utility inside their conversation flow without ever leaving the window. If you already have a favourite recipe and just want a fast way to adapt it to a different bean weight or water temperature, this plugin turns that adjustment from a chore into a single tool call.

Use Cases

  • Quickly look up water temperature and dose combinations before each brew
  • Call brewing suggestions anytime offline with zero network dependency
  • Adjust parameters in-chat to get a recipe adapted to a new bean weight

Best For

  • Everyday pour-over coffee enthusiasts
  • Beginners still dialling in their ideal ratios
  • Users who want brewing tips without leaving the chat window