AI Agent Hub
Back to plugins
🧰

dsh-dify-marketplace

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install stvlynn/dsh-dify-marketplace

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

Run dsh plugin install stvlynn/dsh-dify-marketplace in DeepSeek Harness to install the plugin; full source is available at https://github.com/stvlynn/dsh-dify-marketplace

About this plugin

The Dify Marketplace has grown a rich catalog of models, tools, data sources, and agent strategies, yet none of those capabilities could be called directly from a DeepSeek Harness workflow. dsh-dify-marketplace solves that gap by embedding the Dify Marketplace as a micro-frontend inside the Harness Settings panel, giving you a single surface to browse, install, and invoke Dify plugins without juggling two separate platforms.

Under the hood, the plugin talks to the public marketplace.dify.ai HTTP APIs to search plugins across categories, display collections, tags, and credential schemas, and download .difypkg packages. Installation routes through the official dify-plugin-daemon; once complete, Dify tools are registered under ctx.tools and the plugin itself is mounted as a Cordis child fiber. Credentials are stored in a local Host directory while the browser never holds secrets, so convenience does not come at the cost of security.

This plugin is built for teams composing multi-agent workflows on DeepSeek Harness who also want to tap into the Dify ecosystem. It turns marketplace plugins that previously required manual deployment and cross-platform sync into first-class, plug-and-play extensions, cutting integration overhead for agentic applications.

Use Cases

  • Browse, search, and install Dify Marketplace plugins from the Harness Settings panel
  • Register installed Dify tools under ctx.tools for immediate workflow use
  • Manage Dify plugin credentials locally on the Host without exposing secrets to the browser

Best For

  • Developers building multi-agent applications on DeepSeek Harness
  • Engineering teams that want to leverage the Dify ecosystem in their workflows
  • Architects orchestrating plugins and credentials across multiple platforms