AI Agent Hub
Back to plugins
🧰

dsh-iraq

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-iraq

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

Install it in DeepSeek Harness by running dsh plugin install uckkk/dsh-iraq, with the full source code available at https://github.com/uckkk/dsh-iraq

About this plugin

When you need structured data about Iraq, most solutions require at least one external API call. dsh-iraq removes that dependency entirely: it is a pure Node.js local data plugin whose runtime performs zero network requests, making it reliable even in offline or restricted-network environments.

The interaction model is straightforward—you request fields step by step, and each step writes the corresponding content into JSON. Rather than pulling a wide flat table all at once, you walk through the data the way a conversation unfolds, and what you get is clean JSON ready to feed into downstream scripts or pipelines.

If you are building a local workflow that needs to embed basic Iraq data, or your team's network policy does not allow arbitrary external calls, dsh-iraq offers a lightweight, zero-dependency alternative.

Use Cases

  • Fetch basic Iraq data on demand in offline environments
  • Progressively embed structured country fields into local workflows
  • Replace external API calls under network restrictions

Best For

  • Developers needing local country data
  • Teams operating under strict network policies
  • Engineers building zero-dependency toolchains