AI Agent Hub
Back to plugins
🧰

dsh-andorra

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-andorra

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

Run dsh plugin install uckkk/dsh-andorra in the DeepSeek Harness terminal to install this plugin, available at https://github.com/uckkk/dsh-andorra .

About this plugin

dsh-andorra carries the name of a tiny principality but delivers something practical: a set of pre-registered tool functions in a pure Node environment, callable directly from a session without any network dependency. No background services, no outbound API calls, ready the moment you invoke it.

Its design philosophy is just enough. All logic runs in a local Node runtime with zero network interfaces, which means it works reliably in offline setups, air-gapped data centers, or containerized sandboxes. One fewer network dependency means one fewer class of failure for your tool chain.

It fits a clear niche: you need to quickly attach a few local utilities to a dsh session without spinning up an entire service stack. Pure Node, zero dependencies, install-and-go are its three most direct selling points.

Use Cases

  • Quick local tool attachment in offline or intranet environments
  • Avoiding extra service processes or outbound requests for session tools
  • Lightweight, reproducible tool invocation inside container sandboxes

Best For

  • Node developers who prefer zero-dependency lightweight tooling
  • dsh users working in offline or isolated environments
  • Users seeking install-and-go session tools without background services