AI Agent Hub
Back to plugins
⚙️

dsh-move-day

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-move-day

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

Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-move-day, source available at https://github.com/uckkk/dsh-move-day

About this plugin

Moving day is a whirlwind of packing, routing, and coordinating helpers, and it is easy to drop a step. dsh-move-day enters as an agent-workflow plugin that registers a single move_day tool: call it in a conversation with the right parameters and it returns a structured moving-day plan, turning a scattered to-do list into a clear sequence of actions.

The implementation is pure Node with no network calls whatsoever. It runs entirely offline, responds in an instant, and pulls in zero external dependencies, making it a lightweight and dependable node in any workflow chain.

If you are a developer assembling agent workflows and need a drop-in tool node for moving-day scenarios, dsh-move-day offers a minimal surface area under the permissive MIT licence. No configuration, no service setup just plug it in and use it.

Use Cases

  • Generating a time-ordered task list for moving day
  • Embedding a moving-day planning node in an agent workflow
  • Requiring a lightweight offline tool node with no external dependencies

Best For

  • Developers building agent workflows
  • Teams that need zero-config tool nodes
  • Builders who prefer offline, dependency-free local setups