AI Agent Hub
Back to plugins
🧰

dsh-number-words

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-number-words

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

Run dsh plugin install uckkk/dsh-number-words in DeepSeek Harness to install the numeric-to-Chinese-uppercase plugin; source: https://github.com/uckkk/dsh-number-words

About this plugin

In Chinese financial, invoicing, and contract workflows, Arabic numerals often need to be rendered as uppercase Chinese characters such as 壹, 贰, 叁. Doing this by hand is tedious, while calling an external API adds network overhead and a third-party dependency. dsh-number-words collapses that step into a single local tool invocation, removing the extra service layer.

The plugin is a pure Node implementation that makes no network requests and pulls in no third-party runtime libraries. It maps Arabic numerals to their corresponding uppercase Chinese characters and registers as a Harness session tool, so the result can be dropped straight into downstream text generation or structured-output pipelines.

It suits developers who need to normalize numeric amounts in Chinese financial text, invoice summaries, or contract clauses and prefer an offline, zero-dependency approach. The logic is lightweight enough to review and trust at a glance.

Use Cases

  • Convert Arabic amounts on invoices or receipts to Chinese uppercase numerals like 壹, 贰, 叁
  • Automatically normalize numeric expressions in contract clause generation
  • Insert a zero-network call into offline pipelines to finish numeral conversion in one step

Best For

  • Developers handling Chinese financial, invoice, and contract numerals
  • Engineers who prefer local execution with zero external dependencies
  • Developers building Chinese document automation pipelines