AI Agent Hub
Back to plugins
🖥️

dsh-diffuser-use

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-diffuser-use

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

Run dsh plugin install uckkk/dsh-diffuser-use in DeepSeek Harness to add this plugin; the full source repository is available at https://github.com/uckkk/dsh-diffuser-use

About this plugin

Picking the right essential oil, deciding how many drops to add, and blending top, middle, and base notes for a home aroma diffuser often comes down to trial and error or poring over tiny instruction booklets. dsh-diffuser-use turns diffuser oil usage into a ready-to-call conversational tool: pass in your parameters and it returns a matching aromatherapy oil recipe, removing the guesswork entirely.

The plugin is written in plain Node.js with zero network dependencies, so every call resolves instantly and works fully offline. Its logic is transparent and easy to audit. It registers a single tool, diffuser_use, whose sole job is to take your input parameters and produce a clear, actionable oil-usage recommendation without any extraneous features.

It is a good fit for anyone who uses an aroma diffuser daily and wants a parameter-driven way to choose and mix oils, as well as for developers of desktop conversation apps who need a lightweight, dependency-free Node module they can drop into their tool registry and call on the fly.

Use Cases

  • Quickly look up oil recipes while using a home diffuser
  • Embed oil recommendation into a conversation workflow
  • Match scent blends offline without network calls

Best For

  • Individual users who run an aroma diffuser daily
  • Conversation app developers needing an oil recommendation tool
  • Node developers who prefer zero-dependency offline modules