AI Agent Hub
Back to plugins
🖥️

dsh-tip-calc

Client Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-tip-calc

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

Run dsh plugin install uckkk/dsh-tip-calc in the DeepSeek Harness terminal to install; the source code is hosted at https://github.com/uckkk/dsh-tip-calc .

About this plugin

Calculating a tip sounds trivial, yet switching to a calculator mid-conversation and back is one interruption too many. dsh-tip-calc brings tip calculation directly into the chat, so a single tool call returns the result without breaking the flow.

Built as a pure Node module with zero network dependencies, the plugin computes the moment you call it. The tip_calc tool takes your parameters, performs a precise calculation, and returns a clearly structured detailed result, eliminating the need for manual arithmetic.

It works well for everyday users who regularly settle bills, service charges, or split costs inside a chat, and for developers who prefer a closed-loop conversation with lightweight, zero-dependency tooling.

Use Cases

  • Calculate restaurant tips right in the conversation
  • Precisely split service charges by percentage and amount
  • Finish bill calculations without leaving the chat

Best For

  • Everyday users who frequently handle bills and cost splits
  • Developers who prefer a closed-loop conversation experience
  • Plugin users who favor lightweight, zero-dependency tools