AI Agent Hub
Back to plugins
⚙️

dsh-interior-clean

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-interior-clean

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

Run dsh plugin install uckkk/dsh-interior-clean in your terminal to install the plugin in DeepSeek Harness; the source code is available at https://github.com/uckkk/dsh-interior-clean

About this plugin

In agent workflows, interior cleaning steps often rely on manual experience or repeated lookups in external resources, leaving a gap for a plug-and-play step that turns parameterized input into a clear verdict. dsh-interior-clean is built to fill that gap, turning generation of cleaning recommendations into a single, concise tool call.

The plugin registers an interior_clean tool: feed it the relevant parameters and it computes according to built-in rules, returning a clear cleaning recommendation. The entire implementation is pure Node with zero network requests and no dependency on external services, making it fast to start, trivial to deploy, and fully functional in offline or air-gapped environments.

If you are orchestrating interior-related scenes such as home or automotive maintenance within a DeepSeek workflow and need a local, side-effect-free tool that produces cleaning advice quickly, dsh-interior-clean slots straight into your existing pipeline with no extra configuration required.

Use Cases

  • Embedding interior cleaning recommendation steps in agent workflows
  • Generating clear cleaning plans quickly from input parameters
  • Locally invoking a cleaning calculation tool in offline or air-gapped environments

Best For

  • Developers building interior-related agent workflows for home or automotive
  • Operations engineers needing zero-network local tools
  • AI engineers orchestrating cleaning scenarios in DeepSeek workflows