AI Agent Hub
Back to plugins
🧰

dsh-sierra-leone

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-sierra-leone

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

Install the plugin by running the dsh command in your terminal; the source repository is https://github.com/uckkk/dsh-sierra-leone .

About this plugin

In many Agent workflows you end up referencing a country basic facts over and over—its capital, currency, continent. Pulling them up manually every time breaks your flow and invites mix-ups. dsh-sierra-leone wraps Sierra Leone data into a tool you can call right inside the conversation, returning a structured answer in one shot.

The plugin exposes a single country_info tool that delivers four fields: capital, population in tens of thousands, currency, and continent. It is built in pure Node with zero network requests, so it starts instantly and is immune to external connectivity issues.

It is well suited for developers assembling DeepSeek Harness plugin chains who need quick in-chat access to Sierra Leone facts, or anyone looking to add a lightweight country encyclopedia endpoint to their Agent setup.

Use Cases

  • Look up Sierra Leone capital, population, currency and continent in a single chat turn
  • Preload static country data into an Agent pipeline with zero network calls
  • Run through a minimal Harness plugin registration and invocation example

Best For

  • Developers assembling DeepSeek Agent plugin chains
  • Users who need deterministic, offline country lookups
  • Beginners exploring the Harness plugin architecture