dsh-clean-freq
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-clean-freq
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-clean-freq in the DeepSeek Harness terminal to install this plugin; the full source is available at https://github.com/uckkk/dsh-clean-freq
About this plugin
Keeping track of home cleaning frequency is a hidden pain point: how often to mop the floor, how often to deep-clean the kitchen, how often to wipe the bathroom glass. Everyone's rhythm is different, and searching through forums on the fly is both fragmented and time-consuming. dsh-clean-freq compresses this into a single tool call, letting your agent return a personalized cleaning schedule based on the parameters you pass in, eliminating repeated searches and manual note-taking.
At its core is the clean_freq tool: supply relevant parameters and it returns a corresponding home-cleaning frequency plan. The entire implementation is pure Node with zero network requests, so it works fully offline. In an agent workflow this translates to a lightweight, deterministic node that adds no extra runtime dependencies and has no failure mode tied to connectivity.
It suits developers assembling an agent workflow who want to drop in a ready-to-use lifestyle utility node, as well as creators writing automation scripts that need quick cleaning reminders. Licensed under MIT, it is ready to use with no additional configuration.
Use Cases
- Generate a daily cleaning task list within an agent session
- Retrieve differentiated cleaning frequency advice based on apartment layout parameters
- Invoke the cleaning schedule tool node in an offline environment
Best For
- Developers building agent workflows
- Script authors who need automated lifestyle reminders
- Plugin users who prefer lightweight offline zero-dependency tools
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.