AI Agent Hub
Back to plugins
🧠

dsh-afghanistan

Memory Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-afghanistan

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

Run dsh plugin install uckkk/dsh-afghanistan in your DeepSeek Harness terminal to install the plugin; the source repository is available at https://github.com/uckkk/dsh-afghanistan

About this plugin

When you need to store structured information about Afghanistan, most tools either demand a live API connection or throw a massive blank form at you all at once. dsh-afghanistan strips that down to the bare minimum: a pure Node.js plugin with zero network dependencies, fully offline, no external services required.

Its core approach is step-by-step guided entry. The plugin requests one field at a time, writes each confirmed value into a JSON object as you go, and keeps the final dataset neatly structured and local. This avoids the overwhelm of a single wide form while still producing clean, machine-readable output that other Harness memory plugins can consume.

It is a good fit for two kinds of users: those who maintain offline, structured country profiles as part of a memory-type workflow, and developers who prefer lightweight, dependency-free plugins under the MIT license that drop in without pulling in extra SDKs or network calls.

Use Cases

  • Filling Afghanistan-related fields step by step offline and persisting them to JSON
  • Appending structured entries to a local country profile inside a memory workflow
  • Producing offline Afghanistan data readable by other Harness plugins without network access

Best For

  • Memory-workflow developers who prefer zero-dependency, pure Node plugins
  • Integrators maintaining structured country fields with full offline capability
  • Data-entry users who favor step-by-step guided input over a single wide form