AI Agent Hub
Back to plugins
🖥️

dsh-run-recover

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-run-recover

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

Run dsh plugin install uckkk/dsh-run-recover in your DeepSeek Harness terminal to install; the full source code is available at https://github.com/uckkk/dsh-run-recover.

About this plugin

After a training run, figuring out the right recovery—how much intensity to scale back, how long to rest, whether to add a light supplementary run—stays a recurring puzzle for most runners.

dsh-run-recover collapses that question into a single tool call. You pass in the relevant parameters, and the run_recover tool returns a tailored running-recovery training plan. The whole implementation is pure Node with zero network dependencies, so it responds instantly even offline.

It is well suited for runners who want quick, contextualized recovery guidance inside a regular chat, and for developers who prefer a lightweight integration surface under the permissive MIT license.

Use Cases

  • Quickly generate a recovery plan after training
  • Adjust recovery intensity by parameters
  • Query running advice without network

Best For

  • Daily training runners
  • Those who want quick recovery advice
  • Developers preferring lightweight integration