AI Agent Hub
Back to plugins
🧠

dsh-seychelles

Memory Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-seychelles

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

Install it in DeepSeek Harness by running dsh plugin install uckkk/dsh-seychelles; the source code is available at https://github.com/uckkk/dsh-seychelles

About this plugin

Asking a chat in passing, "What is the capital of Seychelles and what currency do they use?" usually means breaking out of the conversation to look it up. dsh-seychelles exists for exactly that: it embeds the core country facts about Seychelles straight into the conversational context so answers come back instantly, with no network call.

The plugin exposes a single tool, country_info, which returns the capital, population in tens of thousands, currency, and continent. It is written in pure Node.js, makes zero HTTP requests, and requires no API keys or proxy configuration. The entire footprint is tiny and self-contained.

If you are building a geography quiz, a language-teaching bot, or a travel assistant and sometimes need to reference a small Indian Ocean island nations basic data without pulling in a heavyweight dependency, this plugin is focused, lightweight, and ready to use the moment you install it.

Use Cases

  • Quickly looking up Seychelles capital, currency, and continent in a chat
  • Citing a small Indian Ocean island nations basic data in a geography quiz or travel bot
  • Giving an example of an Indian Ocean country in language teaching

Best For

  • Developers building geography quizzes or travel mini-assistants
  • Chat-app authors who want to embed a small set of fixed facts with zero dependencies
  • Scenarios requiring offline, network-free lookup of a single country basic info