AI Agent Hub
Back to plugins
🤖

dsh-blood-pressure

Model Inference Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-blood-pressure

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

Run dsh plugin install uckkk/dsh-blood-pressure in DeepSeek Harness to install the plugin. The source repository is available at https://github.com/uckkk/dsh-blood-pressure .

About this plugin

In everyday conversations, whether a blood pressure reading falls into the normal, elevated, or hypertensive range is a question people ask constantly. Reaching for a webpage or an API call feels natural, but in offline setups, embedded dialog flows, or pure local model-inference pipelines, network access is simply not an option. That is exactly the gap dsh-blood-pressure fills: a fully local, Node-based blood pressure classifier that never touches the network.

Its scope is deliberately narrow and precise. It accepts standard blood pressure parameters such as systolic and diastolic values, applies the well-known classification thresholds, and returns a clear category label together with a concise suggestion. There is no ambiguity in the output, and a built-in reminder always advises users to follow the guidance of their physician for any medical decisions.

It is a good fit for developers building health-oriented chatbots, offline consultation systems, or local AI workflows that demand zero network dependency, low latency, and reproducible results. Licensed under MIT, this lightweight tool slots in as a practical blood-pressure reference component with minimal integration effort.

Use Cases

  • Classify blood pressure levels in an offline health consultation system
  • Embed blood-pressure reference classification in a local AI dialog flow
  • Provide instant blood-pressure categorization in a network-free environment

Best For

  • Developers building health-oriented chatbots
  • AI engineers requiring offline local inference
  • Embedded developers integrating lightweight medical reference tools