AI Agent Hub
Back to plugins
🧰

dsh-bangladesh

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-bangladesh

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

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

About this plugin

When your scripts or automation pipelines need structured country data for Bangladesh, reaching out to an external API or hand-assembling JSON adds latency and brittle dependencies. dsh-bangladesh ships that data right inside your project so a plain Node.js runtime is all you need, with zero network calls and zero third-party runtimes.

The plugin uses a step-by-step field-request design: instead of loading a single large blob, you pull fields one at a time, keeping memory footprint and output surface under your control. Everything runs fully offline, which makes it a dependable fit for CI pipelines, local CLI tools, and sandboxed environments where the external network is unavailable or untrusted.

If you are building localized scripts targeting South Asia, assembling offline demos, or simply want a lightweight and reproducible Bangladesh data source without pulling in extra service dependencies, this plugin was made for that workflow.

Use Cases

  • Needing structured Bangladesh data inside local CLI scripts
  • Running in CI pipelines or sandboxes where external network is unavailable
  • Fetching fields step by step to control memory and output surface

Best For

  • Developers building localized scripts for South Asia
  • Automation engineers who need reproducible offline data sources
  • CLI tool authors who want to avoid network dependencies