AI Agent Hub
Back to plugins
🖥️

dsh-bike-fit

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-bike-fit

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

Run dsh plugin install uckkk/dsh-bike-fit in DeepSeek Harness to install the bike fit plugin; the full source is available at https://github.com/uckkk/dsh-bike-fit.

About this plugin

Saddle position directly affects comfort and riding efficiency, yet dialing in the right setup often means repeated trial-and-error or a trip to the bike shop. dsh-bike-fit brings that process into a command-line session so adjustments feel grounded rather than guesswork.

It exposes a bike_fit tool that takes a set of parameters and returns saddle-adjustment guidance along with a cycling workout plan. The entire implementation is pure Node with no external network calls, so it works just as well offline.

It is a good fit for cyclists who want a quick, locally generated reference plan instead of a shop visit every time, as well as for riders who need to structure training plans in air-gapped or low-connectivity environments.

Use Cases

  • Get quick saddle adjustment advice before a ride
  • Plan a cycling workout offline
  • Personalize saddle height based on body parameters

Best For

  • Cyclists who prefer adjusting their own saddle at home
  • Riders who need to structure training plans offline
  • Developers who favor CLI tools and want to avoid browser overhead