AI Agent Hub
Back to plugins
🧰

dsh-monaco

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-monaco

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

Run dsh plugin install uckkk/dsh-monaco in your terminal to install this plugin; the full source repository is at https://github.com/uckkk/dsh-monaco , and its registered tools become available in your session right after installation.

About this plugin

dsh-monaco is a minimalist dsh plugin built entirely in pure Node.js with zero external network dependencies. It keeps things lightweight so you can invoke its registered tools directly within a session without spinning up extra services or making outbound network calls.

Its core strength is being dependency-free and self-contained: all logic runs in-process as plain Node code, and once installed, the tools it registers are immediately callable in your conversation.

It suits developers who value minimalism, offline availability, and simple deployment. If you need to attach a self-contained tool module to a dsh session without relying on any external API, dsh-monaco offers a clean and uncluttered starting point.

Use Cases

  • Attach a self-contained tool module to a dsh session without external APIs
  • Invoke session-registered tools in an offline environment for automation tasks
  • Add a lightweight, self-contained Node tool interface to your workflow

Best For

  • Developers who value minimalism and offline availability
  • Teams that need zero-dependency tool modules inside dsh sessions
  • Developers seeking to avoid network requests and simplify deployment