AI Agent Hub
Back to plugins
⚙️

dsh-microwave2

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-microwave2

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

Run dsh plugin install uckkk/dsh-microwave2 to install this plugin; source code is available at https://github.com/uckkk/dsh-microwave2

About this plugin

Agent workflows often need a structured domain-knowledge lookup as a downstream node. dsh-microwave2 wraps an advanced microwave usage planner into a single ready-made tool, so your agent can request a tailored kitchen-appliance plan by simply passing parameters, without hard-coding recipes into prompts or reaching out to an external search API.\n\nIts core capability is focused: accept parameters from the caller and return an advanced microwave usage plan. The implementation is pure Node.js with zero network dependencies at runtime, which keeps deployment and debugging lightweight, with no extra service ports or third-party SDKs to manage.\n
It is built for developers assembling kitchen-appliance-related agent workflows who want to drop a plan-lookup tool into an existing pipeline and who care about minimal runtime dependencies. Licensed under MIT, so it is safe to include in commercial projects.

Use Cases

  • Embed a microwave plan-lookup node in an agent workflow
  • Serve parameterized structured responses for kitchen-appliance Q&A
  • Retrieve appliance usage guidance in offline agent nodes with no network dependency

Best For

  • Developers building kitchen-appliance agent workflows
  • Teams prioritizing zero-dependency and lightweight deployments
  • Workflow teams encapsulating domain knowledge as standalone tool nodes