AI Agent Hub
Back to plugins
⚙️

dsh-clean-freq

Workflow Updated 2026.08.21

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