DeepSeek Harness plugin

dsh-dify-marketplace

Browse, search, and install Dify Marketplace plugins from inside DeepSeek Harness, and register each installed Dify plugin as a standard DSH plugin.

Jump to install

Source facts

Repository
stvlynn/dsh-dify-marketplace
Latest update
Aug 19, 2026
Category
Docs & Rendering
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/stvlynn/dsh-dify-marketplace
Plugin: dsh-dify-marketplace
Author: stvlynn

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-dify-marketplace

A DeepSeek Harness plugin that embeds a Dify Marketplace micro-frontend in Settings, talks to the public marketplace.dify.ai HTTP APIs, installs .difypkg packages through the official dify-plugin-daemon, and mounts each installed Dify plugin as a Cordis child fiber.

This is not an official Dify or DeepSeek product.

Compatibility

SurfacePin
DeepSeek Harnessdsh-v0.1.0-rc.7 (99f6f02fecdb7dff40c3fbc9470f5907c29f74ca)
Package namedsh-dify-marketplace (not @deepseek-ai)
Delivery trackHost + Web UI

No dsh CLI was installed on the machine that bootstrapped this repository. Develop against the Harness tag above.

What this plugin does

  • Browse and search Dify Marketplace plugins (All / Models / Tools / Data Sources / Agent Strategies / Triggers / Extensions / Bundles).
  • Show collections, tags, and plugin detail including credential schemas.
  • Download .difypkg via the marketplace download-url redirect and install through the daemon.
  • Register Dify tools on ctx.tools under dify__<org>__<plugin>__<tool> after a successful install.
  • Store credentials on the Host. The browser never holds secrets.

Install (after a release commit exists)

dsh plugin --profile web add ./
dsh --profile web --dump-config
dsh --profile web

From a public commit:

dsh plugin --profile web add github:<owner>/dsh-dify-marketplace#<40-character-commit>

Disable: remove the bundle row from the profile or uninstall the package with dsh plugin. Uninstall of an individual Dify plugin is a product flow inside Settings, not dsh plugin remove.

Configure

Host config (Cordis row):

FieldMeaning
marketplaceBaseUrlDefaults to https://marketplace.dify.ai
daemonBaseUrlAttach to a running daemon instead of supervising Compose
daemonServerKeyDaemon SERVER_KEY
daemonTenantIdTenant path segment (/plugin/:tenant_id/...)

Secrets live under $DSH_HOME/storages/dify-marketplace/ (installed.json and credentials/).

Verify

pnpm typecheck
pnpm test
pnpm test:e2e

pnpm test:e2e is the live marketplace information-architecture journey. The Settings journey needs a running web profile: DSH_WEB_URL=http://127.0.0.1:<port> pnpm test:e2e:dsh. Daemon install tests need Compose: pnpm daemon:up && pnpm test:integration.

Documentation

Start at [docs/README.md](docs/README.md). Plugin authors should also read the official DeepSeek Harness plugin development guide.

License

MIT. See [LICENSE](LICENSE).