AI Agent Hub
Back to plugins
🧰

dsh-brunei

Web Tools Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-brunei

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

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

About this plugin

Sometimes you need structured country data in an offline or air-gapped context, and pulling from a live API is simply not an option. dsh-brunei is a small, focused plugin for that exact use case: it serves Brunei-specific data fields entirely offline, so you can query structured content step by step without any network round-trip.

Under the hood it is pure Node.js with zero network dependencies. The interaction model is deliberately incremental. You request a field, it writes that field into a JSON response, and you move on to the next one one at a time. This keeps each interaction predictable and makes it easy to slot the plugin into a larger pipeline without flooding the output with data you do not need yet.

If you are building an offline data layer that touches Brunei, or you simply prefer a zero-dependency Node module that lets you pull country fields on demand, dsh-brunei is a small, focused tool that gets the job done without getting in the way.

Use Cases

  • Querying Brunei country data in a fully offline environment
  • Fetching structured fields step by step in a zero-network Node.js pipeline
  • Building a local data layer for Brunei-related projects without external APIs

Best For

  • Node.js developers who need offline structured country data
  • Engineers building zero-dependency applications
  • Teams assembling local data layers for Brunei-related systems