AI Agent Hub
Back to plugins
🧰

dsh-jordan

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-jordan

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

Run dsh plugin install uckkk/dsh-jordan in DeepSeek Harness. Source: https://github.com/uckkk/dsh-jordan

About this plugin

When building offline demos, data pipelines, or local reports, you often need a clean set of Jordan country data without pulling in an external API or risking network timeouts. dsh-jordan is designed for exactly that: a pure Node.js implementation with zero network dependencies that serves Jordan-related fields directly as JSON.

The plugin is intentionally lightweight. Its core capability is delivering structured data field by field on demand, so you can request only the specific fields you need rather than loading an entire dataset at once, keeping integration into template rendering or reporting flows simple and predictable.

It is well suited for developers who need offline country-data lookups, local JSON generation, or want to avoid third-party service dependencies. Released under the MIT license for free use and modification.

Use Cases

  • Filling in Jordan country data for offline demos
  • Generating local reports without calling external APIs
  • Pulling structured data field by field in data pipelines

Best For

  • Developers needing offline country-data lookups
  • Engineers building local JSON generation pipelines
  • Teams wanting to avoid third-party service dependencies