AI Agent Hub
Back to plugins
🧰

dsh-chad

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-chad

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

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

About this plugin

If you need to quickly and structurally retrieve basic facts about Chad during an AI conversation, dsh-chad offers a ready-to-use tool: a single call returns the capital, population (in tens of thousands), currency, and continent, eliminating the need for manual lookups.

At its core is a tool called country_info, implemented purely in Node.js with zero external network dependencies, ensuring stable responses free from CORS or timeout issues. The returned fields are concise and well-defined, making them easy to embed in prompts or business logic.

It suits developers building geography Q&A, multi-country comparison tables, or sessions that require fixed static knowledge for a specific country, and also works well as a lightweight, install-and-go example within the DeepSeek Harness plugin ecosystem.

Use Cases

  • Quickly retrieve Chad's capital, population, currency, and continent in a chat
  • Build multi-country comparison tables by calling per-country plugins uniformly
  • Provide structured, network-free data backing for geography-related Q&A

Best For

  • Developers who need fixed static facts about Chad in their sessions
  • Engineers building geography Q&A or multi-country comparison systems
  • Beginners exploring the lightweight DeepSeek Harness plugin ecosystem