AI Agent Hub
Back to plugins
🧰

dsh-lebanon

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-lebanon

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

Run dsh plugin install uckkk/dsh-lebanon in DeepSeek Harness to install this plugin. Source: https://github.com/uckkk/dsh-lebanon

About this plugin

When a project needs a handful of Lebanon-related data fields, spinning up a full API service feels like overkill. dsh-lebanon fills that gap: a focused, lightweight plugin that wraps common Lebanon country-data fields into a simple local call, eliminating extra network round-trips.

The implementation is deliberately minimal. Written in pure Node.js with zero network dependencies, it runs comfortably in offline environments or sandboxes without failing on unreachable hosts. The author adopts a step-by-step, field-on-demand design, so callers pull only what they need and keep both memory footprint and startup cost low.

It fits well in prototyping workflows that need a quick reference to Lebanon fields, offline toolchains that embed country-data nodes, and any lightweight project where pulling a few fields for one country should be a one-liner. Released under the MIT license for easy integration.

Use Cases

  • Quickly reference Lebanon fields during prototyping
  • Embed country-data nodes in offline toolchains
  • Query country info in sandboxes without external network

Best For

  • Prototypers needing lightweight country data
  • Toolchain engineers in offline or sandboxed environments
  • Maintainers of lightweight projects where one country's fields should be a one-liner