AI Agent Hub
Back to plugins
🤖

xby-calculator

Model Inference Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install xby-skill/xby-calculator

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

Run dsh plugin install xby-skill/xby-calculator in the DeepSeek Harness terminal to install the plugin; the source code is available at https://github.com/xby-skill/xby-calculator .

About this plugin

Large language models frequently stumble on precise arithmetic, function evaluation, and formula application during conversation. xby-calculator plugs into DeepSeek Harness via the Model Context Protocol to give the model a dedicated external calculator it can call on demand, so numerical results come from verified tool execution rather than probabilistic reasoning.

The plugin spans 13 specialized math modules: basic arithmetic, roots, trigonometric and logarithmic functions, descriptive statistics, combinatorics and number theory (factorials, binomial coefficients, Euler's totient, prime factorization), complex number algebra and polar conversion, matrix operations including determinant and inverse, numerical methods such as trapezoidal integration and Newton's root-finding, finance calculations covering compound interest, annuities, loan payments, NPV, and IRR, seven categories of unit conversion, and geometry from circles and ellipses to spheres and regular polygons. Every operation is exposed as a single-purpose function, so the model simply calls it and receives an exact value.

Students verifying trigonometry or combinatorics homework, researchers reproducing matrix-heavy computations, engineers handling unit and geometry conversions, and analysts crunching loan amortizations or investment returns can all lean on xby-calculator as a trustworthy calculation backend, freeing their mental bandwidth for interpretation and next-step reasoning instead of manual double-checking.

Use Cases

  • Students verify trigonometry, combinatorics, and number-theory problems in-conversation with exact results
  • Analysts compute loan payments, annuity values, NPV, and IRR without switching to spreadsheets
  • Engineers handle unit conversions and geometry calculations for spheres, cones, and regular polygons

Best For

  • Prep and graduate students who need precise math verification
  • Researchers performing matrix algebra, numerical methods, and formula reproduction
  • Analysts and engineers handling financial modeling, unit conversion, and engineering geometry