AI Agent Hub
Back to plugins
🧰

dsh-bolivia

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-bolivia

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

Run dsh plugin install uckkk/dsh-bolivia in your DeepSeek Harness to install; the source is available at https://github.com/uckkk/dsh-bolivia

About this plugin

When your workflow calls for structured data about Bolivia, the usual path is to hit an external API or scrape a web page, which means dealing with network variability and carrying extra dependencies into your project. dsh-bolivia sidesteps all of that: a pure Node.js implementation with zero network requirements that is ready to use the instant you install it, with no remote calls to configure or debug.

Delivery is step-by-step. The plugin exposes fields incrementally, writing each batch into a clean JSON structure so callers can pull exactly what they need and assemble the final result piece by piece rather than processing a bulk dump that includes data they will never touch. Because the code is plain Node.js, there are no native modules to compile, no build step to babysit, and no runtime beyond the Node binary you already run.

If you need Bolivia-related structured data inside an offline sandbox, an air-gapped network, or a lightweight utility script, and you would rather avoid pulling in an HTTP client or standing up an external service, dsh-bolivia is a deliberately minimal option that keeps your dependency tree small and your build simple.

Use Cases

  • Fetching Bolivia structured fields in an offline environment
  • Avoiding HTTP client dependencies in a lightweight script
  • Assembling country data step by step inside an air-gapped sandbox

Best For

  • Developers who need country data in offline environments
  • Maintainers of lightweight projects that value zero dependencies
  • Engineers writing data scripts inside sandboxes or intranets