AI Agent Hub
Back to plugins
⚙️

dsh-mover-pick

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-mover-pick

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

Run dsh plugin install uckkk/dsh-mover-pick in your terminal to install the plugin. The source code is hosted at https://github.com/uckkk/dsh-mover-pick . Once installed, invoke the registered mover_pick tool in your session to use it.

About this plugin

Planning a house move involves inventories, routing, crew scheduling, cost estimates, and timing windows. dsh-mover-pick packages the relocation-planning step into a lightweight tool inside your agent workflow, so a conversational agent can take user-supplied parameters and return a structured moving plan without back-and-forth clarification.

The plugin exposes a single mover_pick endpoint with one clear job: accept parameters and emit a relocation plan. It is written in pure Node with zero network calls, so invocation returns instantly and the tool stays reliable in offline, intranet, or network-restricted environments without a hanging external dependency.

It is built for developers and agent orchestrators who need a moving or relocation step inside an automated pipeline. Once mover_pick is registered, the agent can fetch a structured relocation suggestion on demand with no external service required.

Use Cases

  • Generate a structured moving plan in an agent conversation from user-supplied parameters
  • Invoke relocation planning in offline or intranet environments without external service dependency
  • Embed a lightweight relocation step into an automated workflow pipeline

Best For

  • Developers who need a relocation or moving step inside their agent workflow
  • Workflow orchestrators requiring offline-capable tools with no external network calls
  • Teams building conversational moving-assistant or logistics-consulting products