AI Agent Hub
Back to plugins
🤖

dsh-luminance

Model Inference Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-luminance

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

Run dsh plugin install uckkk/dsh-luminance in DeepSeek Harness to install the plugin; the source repository is at https://github.com/uckkk/dsh-luminance

About this plugin

Relative luminance is a small but essential computation in any pixel-level workflow, yet it is rarely packaged as a ready-to-call tool. dsh-luminance bridges that gap by registering a luminance calculation tool directly into your DeepSeek Harness session, so you can pull a relative luminance value at any point in a model-inference pipeline without spinning up a separate service.

The plugin is implemented entirely in Node.js with zero network dependencies and no heavy runtime. Once installed, the tool is available in the current session immediately; remove the plugin and it is gone, leaving no residual footprint.

It suits developers who need offline, local luminance checks on pixel data, as well as teams building model-inference workflows that incorporate lightweight visual feature extraction and prefer to keep their dependency tree minimal.

Use Cases

  • Extract relative luminance as a visual feature in a model-inference pipeline
  • Perform quick luminance checks on pixel data in an offline environment
  • Calculate luminance values without pulling in any external network service

Best For

  • Node.js developers who prefer minimal dependency footprints
  • Teams building offline inference workflows that need lightweight visual tooling
  • Individual developers who want an on-the-fly luminance call without a separate deployment