AI Agent Hub
Back to plugins
🧰

dsh-seasoning

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-seasoning

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

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

About this plugin

The step that makes most home cooks hesitate is rarely the chopping; it is the seasoning. How much salt, the ratio of soy sauce to vinegar, whether the dish should lean savory or stay light — guessing and re-guessing leaves the plate just a little off. dsh-seasoning exists for exactly this moment: you pass a dish name or a set of key parameters in the conversation, and it returns a structured home-cooking recipe plan with the seasoning logic spelled out.

The implementation is deliberately minimal. It runs as pure Node.js, fully local, with zero network dependency and no external API calls. Responses are fast, your data stays private, and there is no third-party integration to maintain. After installation you simply register the seasoning tool in your session and call it, with no extra configuration.

It is a good fit for home cooks who want a reliable reference every time they season a dish, as well as developers who want to add a small, practical utility to their AI conversation workflow. One set of parameters goes in, one recipe plan comes out. Not flashy, but it solves that pesky last-mile problem with confidence.

Use Cases

  • Planning a braised pork dish and wanting the right ratio of soy sauce, sugar, and wine
  • Looking for a light seasoning plan for stir-fried seasonal vegetables
  • Quickly querying a full home-cooking recipe plan during a conversation

Best For

  • Home cooking enthusiasts who want reliable seasoning guidance
  • Developers adding lightweight practical tools to AI conversation workflows
  • Tech users who prefer local-only, zero-network-dependency solutions