AI Agent Hub
Back to plugins
🧰

dsh-currency

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-currency

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

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

About this plugin

Formatting or converting currency inside a chat workflow or automation script often feels like overkill when it means spinning up an external API. dsh-currency offers a slimmer alternative: a focused plugin that handles both tasks right where your code already runs.

Written in pure Node.js, it makes zero network calls and depends on no third-party service. Its core capabilities span currency formatting for display and inter-currency conversion, all with straightforward, inspectable logic that drops into any Node environment without extra configuration.

It suits developers building localisation tools, financial-report scripts, or conversational plugins who need instant currency handling—particularly in offline or network-restricted settings where a lightweight, self-contained solution is exactly what is needed.

Use Cases

  • Displaying locally formatted currency amounts in a conversational plugin
  • Quick multi-currency conversion in offline scripts
  • Standardising currency display format in financial report generation

Best For

  • Conversational plugin developers needing local currency handling
  • Script authors who prefer offline execution and avoid network dependencies
  • Engineering teams building lightweight financial utilities in Node.js