AI Agent Hub
Back to plugins
🧰

dsh-bulgaria

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-bulgaria

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

Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-bulgaria; the source code is available at https://github.com/uckkk/dsh-bulgaria

About this plugin

When you need programmatic access to structured Bulgaria country data, depending on external APIs or HTTP services makes deployments brittle and completely unusable in offline settings. dsh-bulgaria solves this with a pure Node.js implementation: zero network requests, zero third-party runtime dependencies, so all Bulgaria-scoped data is produced entirely on the local machine.

The plugin follows a step-by-step field output model. It requests and writes JSON fields in a predefined sequence, ultimately assembling a clean, well-structured data object. This incremental writing approach keeps each step simple and lets callers validate or customize data at every stage before the final object is ready.

It is well suited for developers who need Bulgaria country data in offline or internal-network environments where zero network dependency is a hard requirement, as well as for anyone building DeepSeek Harness workflows who wants to keep the call chain lean and free of external API nodes. If your goal is stable, lightweight, offline access to Bulgaria-scoped structured JSON, this plugin fits right in.

Use Cases

  • Query structured Bulgaria country data in offline environments
  • Avoid external API calls in restricted internal network setups
  • Generate local Bulgaria JSON fields within DSH workflows

Best For

  • Developers needing offline access to Bulgaria country data
  • Engineers building DSH workflows with zero network dependency
  • Teams handling country data in restricted network environments