AI Agent Hub
Back to plugins
🧰

dsh-protein-intake

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-protein-intake

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

Run dsh plugin install uckkk/dsh-protein-intake in the DeepSeek Harness terminal to install, with the source at https://github.com/uckkk/dsh-protein-intake .

About this plugin

How much protein should you be eating each day? The question looks simple, but in practice it usually means juggling multiple online calculators, manually cross-checking body-weight coefficients, and copying numbers back and forth. dsh-protein-intake collapses that into a single tool call: pass parameters such as body weight and activity level to protein_intake, and receive a clearly structured daily protein estimate right in your conversation.

The plugin is a pure Node.js implementation with zero external network calls, so all computation happens locally with near-instant response. The outputs are nutritional estimates, not medical diagnoses, and the README states this boundary explicitly to prevent over-reliance.

It is well suited for fitness enthusiasts tracking macronutrients, diet-log workflows that need a quick protein target, or any conversational pipeline that benefits from a lightweight nutrition reference. Tiny footprint, no dependencies, MIT-licensed, ready to use out of the box.

Use Cases

  • Quickly estimating daily protein targets during a fitness chat
  • Looking up intake values for different activity levels while logging meals
  • Embedding a zero-dependency nutrition reference node in a local workflow

Best For

  • Fitness enthusiasts tracking macronutrient intake
  • Developers needing lightweight nutrition calculations in conversational workflows
  • Users who prefer offline estimates over online calculators