AI Agent Hub
Back to plugins
🧰

dsh-chile

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-chile

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

Run dsh plugin install uckkk/dsh-chile in DeepSeek Harness to install; the source repository is https://github.com/uckkk/dsh-chile.

About this plugin

Pulling country-specific data through repeated network calls inside a DeepSeek workflow is slow and fragile. dsh-chile bakes Chile-related structured fields directly into a local, pure Node.js implementation with zero network dependency, so a single call returns data without touching any external service.

Its output is intentionally incremental: fields are requested step by step, each one written into the JSON structure as it arrives. This keeps the data stream predictable and easy to validate or reassemble downstream, rather than dumping a monolithic blob of text.

It suits developers working in offline or low-bandwidth environments who need structured Chile data, or anyone building automation around the Latin American market and wants a clean, dependency-light JSON payload for Chile alone.

Use Cases

  • Fetching structured Chile fields in offline environments
  • Extracting Chile-specific data in Latin America market automation
  • Avoiding external API dependencies in low-bandwidth scenarios

Best For

  • Developers needing offline country data without network calls
  • Engineers building Latin America market automation pipelines
  • Technical users seeking zero-dependency pure local JSON output