dsh-clean-plan2
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
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.