AI Agent Hub
Back to plugins
🧰

dsh-mauritius

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-mauritius

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

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

About this plugin

Sometimes you just need a quick, reliable answer: what is the capital of Mauritius, roughly how many people live there, what currency do they use, and which continent is it on? dsh-mauritius exists for exactly that. It registers a single country_info tool that returns all four facts in one call, no network required, pure Node under the hood, ready the moment it is installed.

The plugin is intentionally tiny and single-purpose, making it an easy local node to slot into a broader country-knowledge toolchain. Whether you are building a travel assistant, an educational Q&A bot, or an aggregator that pulls data for many nations, it fills the Mauritius gap with zero external dependencies.

It is a good fit for offline or low-resource environments, and for developers who want the smallest possible code footprint to retrieve a country basic profile.

Use Cases

  • Quickly confirm the capital, population, currency and continent of Mauritius in a chat
  • Retrieve single-country basic data without any network access
  • Serve as a local data node in a multi-country information aggregation pipeline

Best For

  • Developers building travel or educational Q&A assistants
  • Teams needing country data in offline or low-resource environments
  • Developers who value zero dependencies and minimal code footprint