AI Agent Hub
Back to plugins
🤖

dsh-sleep-score

Model Inference Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-sleep-score

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

Install the plugin in DeepSeek Harness by running the install command; source code: https://github.com/uckkk/dsh-sleep-score

About this plugin

Inside a model-inference chat, users often want a quick sleep-related health check without pulling in external APIs or depending on network availability. dsh-sleep-score is built for exactly that lightweight need: a pure Node.js implementation with zero network dependency that, once registered, can return a home sleep health self-check result directly in the conversation.

The plugin exposes a single core capability via the sleep_score tool. Passing in the relevant parameters yields a structured assessment with no database, no internet access, and no complex configuration required.

It suits developers or end-users who want to embed a fast, privacy-respecting sleep evaluation into a local dialogue, especially in offline or air-gapped environments.

Use Cases

  • Quickly get a sleep health self-check within a chat session
  • Run sleep assessment offline with zero network dependency
  • Embed sleep self-check results into a local inference pipeline

Best For

  • Developers who value privacy and prefer offline operation
  • End-users who want a lightweight health check inside a conversation
  • Builders assembling toolchains for local model-inference workflows