AI Agent Hub
Back to plugins
🧰

dsh-san-marino

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-san-marino

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

Run dsh plugin install uckkk/dsh-san-marino in your terminal to install this plugin; the source is available at https://github.com/uckkk/dsh-san-marino. Once installed, invoke its registered tools directly in your session.

About this plugin

Many web-tool plugins in the DSH ecosystem pull in extra runtimes or dependency packages, adding deployment and maintenance overhead. dsh-san-marino takes a deliberately minimal route: a pure Node.js implementation with zero external network dependencies—install it and it just works.

The plugin's core capability is straightforward: it registers a set of tool functions directly into your current session. No environment variables to configure, no sidecar services to spin up—simply invoke the tools in-session and get results. This install-and-go design makes it well suited for developers who want to prototype workflows quickly or add lightweight tool capabilities to a minimal agent.

Released under the MIT license with a clean code structure, it also serves as a compact reference implementation for DSH web-tool plugins.

Use Cases

  • Quickly register callable tools for a lightweight agent
  • Prototype a workflow without pulling in extra runtimes
  • Invoke registered tool functions in-session for immediate results

Best For

  • DSH plugin developers who prefer zero external dependencies
  • Agent users aiming to minimize deployment overhead
  • Engineers using dsh-san-marino as a minimal reference for web-tool plugins