dsh-skin-type
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
Related Plugins
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.
An armor-breaking plugin for DeepSeek: rewrites instruction priority, expands refusal-blocked phrases, persists across sessions, and shows a green active indicator.