AI Agent Hub
Back to plugins
🧰

dsh-india

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-india

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

Run dsh plugin install uckkk/dsh-india in DeepSeek Harness to install the dsh-india plugin. The source is available at https://github.com/uckkk/dsh-india.

About this plugin

In many business workflows you need quick access to key country facts for display, validation, or data plumbing. dsh-india is a lightweight plugin built exactly for that purpose, focusing solely on India so you get clean, predictable data out of the box with zero setup.

The plugin exposes two core tools: country_info returns a complete payload including name, capital, population, area, currency code, official languages, calling code, top-level domain, continent, and flag; country_field lets you query a single field by name, making it easy to pull just the value you need inside automation pipelines. Both tools are synchronous and expose a simple calling convention.

Written in pure Node.js with zero network calls, the plugin deploys with no configuration and runs with no added latency. It is ideal for developers building India-facing product features, localisation data layers, or CI/CD steps that need a set of country constants without an external API dependency.

Use Cases

  • Building India-facing product features that need country constants without external API calls
  • Pulling a single India field by name inside an automation pipeline for validation or display
  • Fetching the full India country payload in one call for a localisation data layer instead of hard-coding values

Best For

  • Developers building India-market web applications
  • CI/CD or automation engineers who need country constants without external dependencies
  • Architects and developers building localisation or internationalisation data layers