AI Agent Hub
Back to plugins
🧰

dsh-china

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-china

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

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

About this plugin

When building workflow pipelines, template renderers, or RAG context priming, you often need a stable, offline-accessible source of base country facts. dsh-china packages China country data into two lightweight tool functions: country_info returns the full set in one call—name, capital, population (in tens of thousands), area (in 10,000 sq km), currency code, official language, international dial code, top-level domain, continent, and national flag; country_field lets you pull a single value by field name, so a pipeline node can consume exactly the data it needs without dragging the entire payload into context.

The plugin is a pure Node implementation with zero network dependencies. All data is bundled as constants, making calls synchronous, deterministic, and immune to external API outages or rate limits.

It is a good fit for anyone assembling office-automation flows, template-rendering pipelines, or RAG context priming where a stable, offline-friendly source of China country facts is required—eliminating the need to maintain a custom constants file or depend on a third-party lookup service.

Use Cases

  • Pulling China country fields for workflow orchestration
  • Injecting population, currency, and dial code into template rendering
  • Priming RAG context with stable, offline country facts

Best For

  • Workflow developers needing offline, deterministic country data
  • Automation engineers building template-rendering pipelines
  • AI application developers priming RAG context