AI Agent Hub
Back to plugins
⚙️

dsh-clean-plan2

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-clean-plan2

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-clean-plan2; the source code is available at https://github.com/uckkk/dsh-clean-plan2 .

About this plugin

In agent-based workflows, matching home-cleaning appliance recommendations often becomes a standalone step—either routed through an external API or buried in hardcoded rules. dsh-clean-plan2 collapses that into a single registered tool: pass in parameters, get back a household cleaning appliance plan, with no external network call required.

The implementation is deliberately lightweight—pure Node.js with zero network dependencies. That means it runs just as well in offline or restricted environments as it does online. The tool, clean_plan2, is straightforward to invoke: trigger it in a session, supply the parameters, and receive the result. There is no extra configuration overhead.

If you are building home-oriented automation workflows in DeepSeek Harness and value a simple call chain with minimal dependencies, this plugin is a pragmatic fit. Released under the MIT license for unrestricted use.

Use Cases

  • Quickly match household cleaning appliance plans within an agent session
  • Return cleaning product recommendations in offline environments without network access
  • Use as a standalone plug-and-play node within an automation workflow

Best For

  • Developers building home-scenario automation workflows
  • Agent tool users who need offline operation with zero external dependencies
  • Engineers seeking minimal call chains and reduced external API dependency