AI Agent Hub
Back to plugins
🧰

dsh-iceland

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-iceland

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

Run dsh plugin install uckkk/dsh-iceland in DeepSeek Harness to install this plugin; the full source code is available at https://github.com/uckkk/dsh-iceland .

About this plugin

Fetching Iceland country data in many projects still relies on live API calls or dumping a massive JSON blob and manually cherry-picking fields. dsh-iceland takes a leaner path: structured Iceland data is bundled directly inside a pure Node.js runtime with zero network requests, so it works out of the box the moment you install it.
The plugin is designed around step-by-step, field-on-demand retrieval. Rather than loading everything at once, you request only the specific fields you need, one step at a time, keeping each response lightweight and the data flow explicit and easy to trace. Because there are no external network dependencies, it fits naturally into offline environments, intranet builds, and CI pipelines alike.
If your project needs Iceland country information without pulling in extra HTTP clients or server-side APIs, dsh-iceland offers a clean, offline-capable, field-granular way to access the data without any additional runtime overhead.

Use Cases

  • Query Iceland country data in offline or intranet environments
  • Embed country data in CI/CD pipelines with zero network access
  • Retrieve fields step by step to reduce one-shot data loading overhead

Best For

  • Developers needing offline country data without external APIs
  • Project teams working in intranet or restricted-network environments
  • Node.js toolchain users who prefer lightweight, zero-network plugins