AI Agent Hub
Back to plugins
🧰

dsh-latvia

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-latvia

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

Open the plugin marketplace in DeepSeek Harness, search for dsh-latvia, whose source is at https://github.com/uckkk/dsh-latavia — wait, let me correct: https://github.com/uckkk/dsh-latvia, and click Install to enable it.

About this plugin

dsh-latvia is a lightweight plugin focused on structured data for Latvia, designed for scenarios where you need to pull that country's information locally. Its standout trait is a pure Node implementation with zero network dependencies, so it runs just fine in an offline sandbox without hitting any remote API or loading external resources.

The interaction model is progressive: rather than dumping everything at once, it requests fields step by step and writes the content into JSON in a structured, orderly fashion. This makes the output easy to parse programmatically and lets you grab only what you actually need.

It is well suited for developers working in offline, sandboxed, or resource-constrained Node projects who need Latvia-related data, as well as users who prefer local JSON output and want to avoid pulling in extra network dependencies.

Use Cases

  • Pulling Latvia country info in an offline environment
  • Getting local structured data in a sandbox or resource-limited project
  • Requesting fields step by step and writing them to JSON

Best For

  • Node developers who need Latvia data
  • Developers who prefer offline, zero-network setups
  • Users who want clean, structured JSON output