AI Agent Hub
Back to plugins
⚙️

dsh-declutter-decide

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-declutter-decide

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

Run dsh plugin install uckkk/dsh-declutter-decide in your terminal to install the plugin; source: https://github.com/uckkk/dsh-declutter-decide

About this plugin

When building agent workflows that need to answer the classic "keep it or let it go" question, you often lack a lightweight decision node. dsh-declutter-decide fills that gap: a small, focused tool that gives you a clear decluttering verdict without heavy scoring models or external calls.

Its core capability is deliberately narrow. The plugin registers a tool called declutter_decide that accepts your parameters and returns a minimal, actionable keep-or-discard plan. Everything runs in pure Node with zero network dependencies, so it starts instantly and behaves predictably offline.

It is well suited for developers who need a quick item-retrieval decision inside a local agent pipeline, or anyone who wants to add a rational "declutter check" step to automated cleanup, organization, or purchasing decisions. Lightweight, offline, and deterministic, it is a plug-and-play decision node for your workflow.

Use Cases

  • Quickly deciding keep or discard for a batch of items inside an agent pipeline
  • Inserting a rational decluttering step into local automation or cleanup scripts
  • Asking an agent for a minimal keep-or-discard suggestion before a purchase

Best For

  • Developers building local agent workflows who need a lightweight decision node
  • Users automating item organization or space management
  • Anyone who wants a rational decluttering check in their pipeline