dsh-seychelles
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
Related Plugins
Memory layer for coding agents that indexes local session history and auto-recalls relevant context before edits, commands, and failures, with no manual search needed.
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.