AI Agent Hub
Back to plugins
🧰

dsh-gambia

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-gambia

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

Install the Gambia country-info plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-gambia; the full source is at https://github.com/uckkk/dsh-gambia

About this plugin

dsh-gambia is a lightweight DeepSeek Harness plugin that focuses on instant lookup of basic country facts for The Gambia. When a conversation needs to confirm the capital, population, official currency, or continent of this West African nation, spinning up a web search is slow and prone to irrelevant results. This plugin collapses that lookup into a single tool call.

The core capability is the country_info tool it registers. One invocation returns four fields at once: the capital, population expressed in tens of thousands, the official currency, and the continent. Everything is implemented in pure Node.js with zero runtime network requests, so the plugin behaves consistently inside offline sandboxes, corporate intranet proxies, and latency-sensitive agent chains without failing on external timeouts or rate limits.

It is well suited for geographic Q&A, travel itinerary drafting, classroom demonstrations, and structured-data entry tasks where a reliable, low-friction source of Gambia’s basic facts is needed. Rather than covering the entire world, it nails one country down with complete fields and a simple call signature.

Use Cases

  • Confirming Gambia's capital, currency, and continent mid-conversation
  • Quickly referencing destination basics while planning a travel itinerary
  • Executing a no-network geographic lookup inside an offline sandbox or intranet

Best For

  • Geography educators running classroom demos
  • Travelers preparing itineraries and visa documents
  • Developers building offline agent pipelines