AI Agent Hub
Back to plugins
🧰

dsh-meal-plan

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-meal-plan

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

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

About this plugin

The hardest part of cutting calories is rarely the workout—it is figuring out what to eat today. dsh-meal-plan turns meal planning into a single tool call: provide your parameters and receive a detailed, precisely calculated meal plan, eliminating the need to constantly browse recipes and do spreadsheet math by hand.

Its core capability is focused and straightforward: the meal_plan tool accepts your specified parameters, performs an exact calculation, and returns a structured, detailed result. The entire implementation is pure Node with zero external network dependencies, making each call fast, stable, and lightweight.

It suits anyone who is managing body weight and needs to hit precise nutritional targets for every meal, as well as developers who want to embed a meal-planning step into an automation pipeline or a conversational application.

Use Cases

  • Specify daily calories and macros to instantly generate a detailed three-meal plan
  • Batch-produce personalized meal plans at different calorie tiers within an automation pipeline
  • Compute and return structured meal results locally without any network call

Best For

  • People cutting calories who need precise per-meal macro and calorie targets
  • Developers embedding meal calculation into chat apps or automation pipelines
  • Users who prefer lightweight, offline tools with zero external dependencies