AI Agent Hub
Back to plugins
🧰

dsh-indonesia

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-indonesia

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

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

About this plugin

When building automation pipelines, multilingual content generation, or data-population workflows that involve Indonesia, you often need quick access to basic country facts without spinning up a wiki lookup or an external API. dsh-indonesia packages that reference data into two lightweight tool functions so that retrieving a fact feels as simple as reading a dictionary.

country_info returns the full field set in one call: official name, capital, population (in tens of thousands), area (in ten-thousand square kilometres), currency code, official languages, dial code, top-level domain, continent, and flag. country_field lets you pull a single value by key, making it easy to use in conditional logic or template interpolation within a flow. The entire plugin is pure Node with zero network dependencies, so it runs reliably even in fully offline environments.

Ideal for developers working on multi-country localisation, automated report generation, or data pipelines that frequently reference Indonesian country constants, especially teams that want to minimise external API calls and keep their workflows reproducible.

Use Cases

  • Instantly populate Indonesian country constants in automation pipelines
  • Reference basic Indonesia facts for multilingual content generation
  • Retrieve stable country data in fully offline environments

Best For

  • Developers building multi-country localisation content
  • Flow orchestrators who want to minimise external API calls
  • Engineers building offline data pipelines