AI Agent Hub
Back to plugins
🧰

dsh-lpr-convert

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-lpr-convert

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

Install the plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-lpr-convert; source code at https://github.com/uckkk/dsh-lpr-convert

About this plugin

Converting LPR bonus points by hand is tedious and error-prone. dsh-lpr-convert turns that process into a single tool call: supply the relevant parameters and receive a precise conversion result, eliminating the need to double-check numbers repeatedly.

The plugin exposes one core tool, lpr_convert. It takes the parameters you specify, performs the bonus-point conversion according to the defined rules, and returns a detailed result so you can verify the figures or proceed to the next step with confidence. The entire implementation is pure Node with no external network dependency, making it fully usable offline.

If you frequently handle LPR point conversions inside a session and prefer not to rely on web pages or manual spreadsheets, this lightweight plugin compresses the calculation into a single, reliable tool invocation.

Use Cases

  • Invoke lpr_convert in a session to convert bonus points on demand
  • Perform point calculations offline with zero network dependency
  • Verify converted results across multiple parameter combinations in one pass

Best For

  • Players who frequently convert LPR bonus points
  • Users who prefer handling numeric calculations directly in chat
  • Any scenario requiring point conversion without a stable network connection