AI Agent Hub
Back to plugins
🤖

dsh-dental-check

Model Inference Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-dental-check

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

In DeepSeek Harness, run dsh plugin install uckkk/dsh-dental-check to install the plugin. The source is hosted at https://github.com/uckkk/dsh-dental-check . After installation, call the dental_check tool in your session to use it.

About this plugin

Asking your chat assistant "Should I see a dentist right now?" usually means bouncing between search results and half-baked health articles before you get a concrete, actionable answer. dsh-dental-check turns that into a single tool call: pass in the relevant parameters in your session and receive a clearly structured dental self-care suggestion right away.

The plugin registers one focused tool, dental_check, whose sole job is to map your input—symptoms, frequency, context—into a specific oral-care recommendation. The entire implementation is pure Node.js with zero network calls, so once installed it runs fully offline. No sensitive dental data leaves your machine, and response time depends only on the local runtime.

It is a good fit for developers building personal conversation agents or home-health assistants who want an easy "quick dental check" entry point, as well as users who prefer turning scattered dental-health advice into a single repeatable rule without spinning up a backend. Zero dependencies, MIT-licensed, ready to use out of the box.

Use Cases

  • Getting a structured dental advice reply inside a chat conversation
  • Adding a conversational oral-check entry point to a personal health assistant
  • Referencing oral-care guidance in offline or restricted-network environments

Best For

  • Developers adding health capabilities to conversational agents
  • Users who prefer offline, privacy-preserving tools
  • Individuals who want dental advice as a single callable, repeatable rule