AI Agent Hub
Back to plugins
🤖

dsh-bp-check

Model Inference Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-bp-check

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

Install the blood pressure check plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-bp-check; the source code is available at https://github.com/uckkk/dsh-bp-check.

About this plugin

Many people take their blood pressure at home and then stare at a pair of numbers without immediately knowing where they fall on the health spectrum. dsh-bp-check exists for exactly that moment: pass in your blood pressure parameters and receive a home self-check assessment right away, without hunting through medical guidelines.

The plugin is built with pure Node.js and makes no outbound network calls. Its entire surface is a single bp_check tool that processes the parameters you provide and returns a judgment result. There are no external services, no sidecar processes, no extra runtime dependencies-just a lightweight, self-contained logic pass.

It suits developers who want a quick, offline blood-pressure range reference inside their local session, and anyone who prefers zero-dependency tooling that simply works without an internet connection.

Use Cases

  • Assess blood pressure ranges instantly after a home reading
  • Obtain a blood-pressure health reference in a fully offline environment
  • Invoke the tool directly inside a local session to embed BP judgment logic

Best For

  • Developers who prefer offline, zero-dependency workflows
  • Developers integrating health self-check logic into local sessions
  • Users who avoid network calls or external services for a single-point judgment