AI Agent Hub
Back to plugins
🧰

dsh-car

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-car

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

Run dsh plugin install uckkk/dsh-car in your terminal to install; source code is available at https://github.com/uckkk/dsh-car

About this plugin

When your workflow simply needs a small set of facts about a minor African nation, spinning up a lookup script or consulting a wiki feels like overkill. dsh-car packages the core country data of the Central African Republic into a single ready-to-call tool so your agent can retrieve structured answers mid-conversation.

The plugin registers one tool: country_info. A synchronous call returns four fields -- capital, population (in tens of thousands), official currency, and continent. Everything is implemented in pure Node with zero external dependencies and zero network calls, so it works the same in an air-gapped environment.

Built for developers working on prompt engineering, educational Q&A, or fully offline local stacks who need an agent to quote a few reliable country-level facts without any setup or connectivity.

Use Cases

  • An educational chatbot needs to quote a country's basic facts to users
  • An offline or sandboxed pipeline still requires hard-coded country data without external APIs
  • Prompt engineering embeds fixed country facts into context to reduce hallucination

Best For

  • Developers building educational or geography Q&A agents
  • Engineers running toolchains inside network-isolated sandboxes
  • Prompt engineers who prefer zero-config lookups with minimal dependencies