AI Agent Hub
Back to plugins
🧠

dsh-algeria

Memory Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-algeria

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

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

About this plugin

In offline or network-restricted environments, developers often need structured Algeria country data but want a solution that stays lightweight and free of external HTTP calls or third-party runtime dependencies. dsh-algeria is built for exactly that: a pure Node.js memory plugin with zero network dependencies, enabling local read-and-write of Algeria-related field data.

The plugin follows a step-by-step, field-on-demand workflow. Instead of loading an entire dataset at once, the consumer requests individual fields and the plugin writes each one into the JSON structure incrementally. This progressive design keeps data retrieval granular and easy to fold into scripts or automation pipelines that assemble Algeria-related information on demand.

It is well suited for developers working within the dsh plugin ecosystem, authors of automation scripts that process Algerian country data offline, and teams looking for a lightweight, dependency-free, MIT-licensed source of structured country data fields.

Use Cases

  • Retrieving Algeria country field data on demand in offline scripts
  • Incrementally assembling Algeria-related JSON data in automation pipelines
  • Reading and writing country info locally in network-restricted environments
  • Serving as a lightweight data source for Algeria fields in aggregation projects

Best For

  • Developers working in the dsh plugin ecosystem
  • Automation script authors processing Algerian country data offline
  • Teams seeking a lightweight, dependency-free country data source