AI Agent Hub
Back to plugins
⚙️

dsh-menu-plan

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-menu-plan

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

Run dsh plugin install uckkk/dsh-menu-plan in DeepSeek Harness to install the plugin; the source repository is https://github.com/uckkk/dsh-menu-plan.

About this plugin

Planning a dinner for family or guests is often the most time-consuming part of the whole evening: how many dishes to prepare, which mains pair well together, what to serve as desserts and drinks. dsh-menu-plan turns that process into a single tool call — run menu_plan with your parameters and get a complete hosting menu plan in one go, without the back-and-forth of browsing recipes and second-guessing choices.

The plugin is built entirely in Node and makes no network requests, so it runs reliably even fully offline. The call returns immediately with predictable behaviour, making it a natural lightweight node to slot into an agent workflow alongside other tools.

It is well suited for developers or everyday users who frequently organise family dinners or small get-togethers and prefer letting a bit of deterministic logic handle the menu decisions. Once wired into an existing workflow, a single trigger yields a clearly structured dish suggestion — so you can spend your energy on the part that actually matters: sharing a meal with people you care about.

Use Cases

  • Generate a complete hosting menu in one call when planning a family dinner
  • Slot the menu node into an agent workflow alongside other tools
  • Get a well-structured dish pairing suggestion without any network access

Best For

  • People who frequently host family or friend dinners and want deterministic menu logic
  • Developers integrating lightweight local tools into agent workflows
  • Users who prefer fully offline, zero-network-dependency local tools