AI Agent Hub
Back to plugins
🧰

dsh-herb-warn

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-herb-warn

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

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

About this plugin

In traditional Chinese medicine (TCM) wellness practices, dietary contraindications for herbal recipes are often overlooked. A person with a cold constitution may inadvertently consume cooling herbs, or a pregnant woman may unknowingly take blood-invigorating ingredients, both of which can pose avoidable health risks. dsh-herb-warn was built to fill that gap, giving you targeted herbal restriction guidance right inside your DeepSeek conversation.

At its core, the plugin registers a single herb_warn tool that returns TCM wellness recommendations and dietary contraindications based on the parameters you provide. The entire implementation is pure Node.js with no external network calls, making it lightweight, fast, and well-suited to scenarios where offline reliability matters.

Whether you are a wellness enthusiast crafting seasonal herbal diets or a developer embedding contraindication checks into a TCM workflow, dsh-herb-warn adds the critical "should you eat this?" layer with minimal fuss, making your wellness advice safer and more complete.

Use Cases

  • Check contraindication tips before preparing a daily herbal recipe
  • Generate personalized dietary wellness advice for a specific constitution
  • Embed herbal recipe contraindication checks into a TCM treatment workflow

Best For

  • Wellness enthusiasts who regularly prepare herbal diets
  • Users who need quick contraindication lookups in a conversation
  • Developers adding restriction checks to TCM applications