AI Agent Hub
Back to plugins
🧠

dsh-belarus

Memory Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-belarus

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

Run dsh plugin install uckkk/dsh-belarus in DeepSeek Harness to install this plugin, sourced at https://github.com/uckkk/dsh-belarus .

About this plugin

When conversations require background information about Belarus, manually assembling the data is both tedious and prone to omissions. dsh-belarus is a memory-type plugin that stores structured Belarus-related information as reusable local data, so DeepSeek Harness can pull it up on demand without repeated copy-pasting.

The plugin is built entirely in Node and makes zero network calls; all data is read and written locally. It follows a step-by-step field-writing workflow: the plugin requests the needed fields one step at a time, each step asking for only a small piece of content, and the pieces are assembled incrementally into a complete JSON structure. This progressive approach reduces the cognitive load of each input round and makes it easy to extend with new fields later.

If you want to reference Belarusian country information quickly and accurately within a conversation, or simply prefer a lightweight, fully offline plugin with no external dependencies, dsh-belarus offers a clean starting point that you can grow alongside your own knowledge base.

Use Cases

  • Pulling up structured Belarusian country context mid-conversation
  • Incrementally building a field-by-field national data sheet
  • Maintaining local knowledge snippets in a fully offline, zero-network environment

Best For

  • Researchers or writers who frequently cite country background in conversations
  • Developers who prefer incremental, low-cognitive workload input flows
  • Privacy-conscious users requiring zero network dependency and pure local execution