AI Agent Hub
Back to plugins
⚙️

dsh-gongfu-steps

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-gongfu-steps

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

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

About this plugin

Gongfu tea is all about the delicate balance between leaf dosage, water temperature, and steeping rhythm — a small misstep and the cup falls flat. dsh-gongfu-steps packages the brewing process into a single structured tool node: pass in your parameters and receive a complete tea-arts plan covering step order and key checkpoints, so you stop flipping through recipes or relying on word of mouth.

The plugin is written in pure Node.js with zero network dependencies, meaning it returns results instantly at call time without waiting on any external service. Once registered in a session, invoke the gongfu_steps tool directly — no daemon, no extra configuration.

It is ideal for developers wiring a tea-culture Q&A bot or an interactive brewing assistant into an agent workflow, as well as for anyone who needs a reliable tea-knowledge node in their pipeline without pulling in heavy dependencies. Lightweight and plug-and-play, it puts the core gongfu tea process right into your code.

Use Cases

  • Embed a reliable tea-knowledge node when building a tea-culture Q&A bot
  • Generate a complete brewing step plan from parameters inside an agent workflow
  • Power an interactive brewing assistant that outputs tea-arts flow based on leaf, temperature, and other parameters

Best For

  • Developers building agent workflows who need a lightweight knowledge node
  • Product teams and developers embedding tea-culture knowledge into application layers
  • Engineers who prefer pure local calls with zero external dependencies