AI Agent Hub
Back to plugins
🧰

dsh-iran

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-iran

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

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

About this plugin

dsh-iran is a lightweight plugin focused on Iran country data, built in pure Node.js with zero network dependencies. You can reliably retrieve field data in offline environments, intranet deployments, or network-restricted settings without worrying about external API availability or request timeouts.

It works in a step-by-step fashion: the plugin requests the fields you need one at a time, and you write the content into JSON at each step. This interactive rhythm keeps the data collection process transparent and controllable, letting you confirm each field before moving on rather than dumping everything at once.

If you are building a data pipeline that involves Iran country information, need to process structured data in an offline setting, or simply want a minimal, zero-dependency way to produce JSON-formatted country data snippets, dsh-iran has you covered.

Use Cases

  • Retrieving structured Iran country data in offline environments
  • Collecting specific fields step by step into a JSON document
  • Building a lightweight data pipeline with zero network dependencies

Best For

  • Developers who need country data in offline or intranet environments
  • JSON data curators who prefer step-by-step field confirmation
  • Script authors looking for zero-dependency lightweight Node plugins