AI Agent Hub
Back to plugins
🧰

dsh-japan

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-japan

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

Fetch the source from https://github.com/uckkk/dsh-japan and run dsh plugin install uckkk/dsh-japan inside DeepSeek Harness to install the plugin.

About this plugin

If your workflow keeps asking for Japan basics—capital, population, currency code, official language, phone code—pulling them from the web every time is slow and error-prone. dsh-japan bundles the full country profile into a locally callable tool so a single invocation returns everything you need.

Two tools do the work: country_info returns the complete dataset (name, capital, population, area, currency, languages, phone code, TLD, continent, flag) in one shot; country_field lets you grab any single field by name, which is handy when piping values into downstream steps. Both are pure-Node with zero network dependencies, so they run just as well offline.

Ideal for developers building multilingual content, educational Q&A, data validation, or any prompt that needs to reference Japanese country data—install once, call it anywhere, no extra services required.

Use Cases

  • Referencing Japan facts in multilingual content generation
  • Pulling Japan fields by name in automation pipelines
  • Looking up Japan basics such as capital, population, and currency offline

Best For

  • Developers building educational or encyclopedia apps
  • Content creators needing multilingual data population
  • Node developers who prefer zero-dependency offline tools