AI Agent Hub
Back to plugins
⚙️

dsh-move-plan

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-move-plan

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

Run dsh plugin install uckkk/dsh-move-plan in your terminal; the source is available at https://github.com/uckkk/dsh-move-plan, and once installed you can invoke its moving plan tool in DeepSeek Harness sessions.

About this plugin

Moving to a new place is never as simple as packing boxes. You need to sequence tasks, estimate load sizes, and coordinate timing windows, and every step is easy to overlook. dsh-move-plan collapses that mental overhead into a single deterministic call: supply the moving parameters and receive a structured relocation plan, eliminating the need to manually stitch together individual steps.

The implementation is deliberately minimal. Pure Node, zero network calls. This matters in an agent-workflow context, where the plugin can sit as a local tool node inside a larger orchestration chain without introducing external API timeouts, rate limits, or a dependency on a running service.

Who is it for? Engineers building agent pipelines who need a dependable moving-logic step, or anyone who simply wants a clean, parameterized moving step breakdown from their session. Call the tool, get the plan. MIT licensed, use it freely.

Use Cases

  • Generate a moving step checklist on demand inside an agent session
  • Invoke relocation planning as a local tool node in an orchestration chain
  • Retrieve a structured moving plan from parameters such as item count and distance

Best For

  • Engineers building agent pipelines who need a dependable moving-logic step
  • Individuals preparing to move who want a quick step checklist
  • Dev teams that prefer local execution with zero external API dependencies