AI Agent Hub
Back to plugins
🧰

dsh-liechtenstein

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-liechtenstein

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

In the DeepSeek Harness terminal, run dsh plugin install uckkk/dsh-liechtenstein to install the plugin; the source repository is at https://github.com/uckkk/dsh-liechtenstein .

About this plugin

dsh-liechtenstein is a web-tools plugin for DeepSeek Harness, designed for scenarios where you need to invoke registered tools directly within a session. Its core philosophy is straightforward: a pure Node.js implementation with zero external network dependencies, so everything runs locally and stays self-contained.

This makes the plugin fully functional even in restricted or offline environments. Once installed, it automatically registers its tools in the session; you simply call them without any extra configuration steps or third-party services.

It is well suited for developers who want to keep their plugin stack lightweight and dependency-free while still having access to basic web-tool capabilities—no complex deployment pipeline required, just install and go.

Use Cases

  • Quickly invoking registered web tools within a session
  • Maintaining basic tooling in restricted or offline environments
  • Keeping the plugin stack lightweight and self-contained without external services

Best For

  • DeepSeek Harness developers who prefer zero external dependencies
  • Teams that need their toolchain running fully locally
  • Developers seeking instant setup without complex configuration