dsh-mover-pick
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
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.