AI Agent Hub
Back to plugins
🤖

dsh-skin-type

Model Inference Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-skin-type

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

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

About this plugin

When you need to fold domain-specific reasoning into an AI conversation without spinning up an external service or pulling in heavy dependencies, dsh-skin-type is built for exactly that. Implemented entirely in Node, it registers a single skin_type tool that accepts parameters and returns a clear, actionable skin-type recommendation, all processed locally with zero network calls.

The plugin is deliberately minimalist by design: no third-party runtime packages, no services to keep alive, no latency from remote round-trips. The reasoning logic runs in-process, making it easy to slot into any existing inference pipeline and predictable in behavior under load.

It is a good fit for developers building conversational AI, agent workflows, or offline inference chains who need a deterministic, parameterized judgment node, as well as small teams that prefer zero-dependency, low-maintenance components in their reasoning stack.

Use Cases

  • Embed a skin-type classification node inside a conversational AI pipeline without any external API call
  • Add a deterministic, network-free judgment tool to an offline agent workflow
  • Insert a parameterized domain-specific decision node into an inference chain without extra runtime overhead

Best For

  • Developers building conversational AI or agent workflows
  • Small teams that prefer zero-runtime-dependency, offline-capable inference components
  • Engineers who need deterministic, predictable decision nodes inside their reasoning pipelines