AI Agent Hub
Back to plugins
🧰

dsh-benin

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-benin

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

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

About this plugin

When you need to pull a country's core facts mid-conversation, firing off multiple searches is slow and easy to get wrong. dsh-benin packages Benin's capital, population (in tens of thousands), currency, and continent into a single country_info tool call, turning a multi-step lookup into one deterministic function.

The plugin is a pure Node.js implementation with zero external network dependencies at runtime. Data is served locally, so it works reliably in offline environments, intranet deployments, and latency-sensitive pipelines without spinning up third-party services or adding a runtime.

It fits conversational assistants that need a quick Benin fact check, as well as multi-country information-pipeline builders who want a lightweight, drop-in data node. If you are assembling West Africa knowledge Q&A or content-generation workflows, this is the smallest functional starting point.

Use Cases

  • Quickly look up Benin capital, currency, and other core facts in conversation
  • Serve as a lightweight data node in West Africa knowledge pipelines
  • Reliably fetch Benin country data in offline or intranet environments

Best For

  • Developer building conversational assistants that need Benin fact lookups
  • Engineer assembling multi-country information aggregation pipelines
  • Tool user who prefers zero-dependency, pure Node.js lightweight plugins