DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Weshop Dsh Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

weshop-dsh-plugin

Weshop Dsh Plugin

Native Cordis WeShop canvas, tools, skills, and Web UI for DeepSeek Harness

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add weshop-dsh-plugin@1.0.2
READMECompatibilityVersions
WeShop canvas preview: a generated product image on an infinite canvas, synced with the Harness conversation

Compatibility and provenance

Weshop Dsh Plugin is published as weshop-dsh-plugin and currently resolves to version 1.0.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

1.0.2stable
8/20/2026
1.0.1stable
8/14/2026
0.1.1stable
8/14/2026
Show 1 more versionCollapse versions
0.1.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
1.0.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
6.1 MB
Files
18
Surface
web
License
MIT
Source
npm
GitHub
★ 13
Weekly downloads
70
Last push
8/20/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

WeShop for DeepSeek Harness

An AI visual workspace for e-commerce creation, built into DeepSeek Harness.

Select products, models, or reference images on an infinite canvas. Describe the result you want in natural language, and watch it appear right next to the conversation.

Read the Chinese README · Get a WeShop API Key · Contact us

WeShop for DeepSeek Harness

[!IMPORTANT] Install and successfully run DeepSeek Harness before installing this plugin. This repository is a Harness plugin, not a standalone application.

📖 What is WeShop for DeepSeek Harness?

WeShop for DeepSeek Harness brings WeShop's e-commerce visual workspace directly into DeepSeek Harness, so creative work happens on the same infinite canvas as your conversation instead of a separate tool.

It is built for workflows like:

  • Turning a product shot into a clean, on-brand main image or lifestyle scene
  • Trying garments and accessories on a model with virtual try-on
  • Swapping, extending, or cleaning up backgrounds without leaving the chat
  • Batching photography, edits, and short video from a single natural-language brief
WeShop canvas preview: a generated product image on an infinite canvas, synced with the Harness conversation

✨ Highlights

  • 🧩 Native plugin architecture: Native Cordis Host and browser plugin; no MCP child process required.
  • 🖼️ Infinite canvas: Marquee multi-selection, grouped movement, undo, download, delete, zoom, and pan.
  • 💬 Synchronized conversation: Harness chat stays in sync with the canvas, with @ references for selected items.
  • 🤖 Bundled preset & Skills: Ships with the weshop-canvas agent preset and WeShop Skills, ready on first use.
  • ⚡ Automatic publishing: Generated images, video, audio, and text land directly on the canvas — no manual download/re-upload.
  • 🔐 Secure API Key handling: Configure in the canvas or via WESHOP_API_KEY; the key never reaches browser state or the model.
  • 🌐 Bilingual interface: Chinese and English, with automatic locale detection and manual switching.
  • 📦 Portable install: Packages as a single .tgz for installation on any machine running Harness.

🧩 DSH ecosystem

  • Works alongside dsh-web-ui: The canvas overlay and sidebar entry follow the host UI conventions used by dsh-web-ui, including its skins, so WeShop stays accessible without competing with the surrounding interface.
  • Available in dsh-market: Install dsh-market to browse and install WeShop from Settings → Plugin Market alongside other DeepSeek Harness plugins.

💡 Why WeShop?

Pain Point (Traditional)The WeShop Workspace
Tool-switching: product photos, edits, and video each live in a different app.One canvas: photography, try-on, background replacement, edits, and video happen in the same space as your conversation.
Manual round-trips: generate somewhere else, then download and re-upload.Automatic publishing: results are added straight to the canvas as soon as they're ready.
Prompt-only workflows: hard to point at this product or this reference image.Spatial selection: select items on the canvas and reference them with @ right in chat.
Opaque key handling: unclear where credentials are stored.Restricted local storage: your API Key is saved by the local Harness Host and never returned to the browser or model.

🚀 Getting Started

Before you begin

Install Node.js. We recommend the current DeepSeek Harness release: it includes a native plugin manager and creates the Web profile automatically.

First installation

With Harness closed, run one command:

npx @deepseek-ai/dsh plugin --profile web add weshop-dsh-plugin

This installs WeShop, creates the Harness Web profile when needed, and enables its bundle automatically. No GitHub account, access token, pnpm configuration, or manual file editing is required.

Then restart Harness:

npx @deepseek-ai/dsh web

Create or open a task, then choose the WeShop Canvas preset. The preset is installed automatically on first activation.

Install through dsh-market

If you use the community plugin market, install it once and restart Harness:

dsh plugin --profile web add dshmarket

Then open Settings → Plugin Market, search for WeShop, and install it there.

Update WeShop

For the simplest update, close Harness and run:

npx @deepseek-ai/dsh plugin --profile web update weshop-dsh-plugin

If you already use the public npm package, this also works:

cd ~/.dsh/profiles/web
pnpm update weshop-dsh-plugin

Upgrading from an older WeShop install or older Harness release? Start Harness once with npx @deepseek-ai/dsh web, close it, then run npx weshop-dsh-plugin setup. It replaces legacy .tgz, @weshop/dsh-canvas, @weshop/dsh-weshop-2-0, and @weshopai/dsh-weshop-2-0 installs. Afterwards, use the update command above.

Advanced: build a portable archive

Access to this private repository is required.

git clone git@github.com:weshopai/weshop-dsh-plugin.git
cd weshop-dsh-plugin
corepack enable
pnpm install --frozen-lockfile
pnpm build
pnpm pack

This creates a versioned file such as weshop-dsh-plugin-1.0.2.tgz.

Install it into the Harness Web profile:

PLUGIN_TARBALL="/absolute/path/to/weshop-dsh-plugin-1.0.2.tgz"
npx @deepseek-ai/dsh plugin --profile web add "$PLUGIN_TARBALL"

⚙️ Configure WeShop OpenAPI

Open the canvas and select Configure API Key in the top bar. The key is saved by the local Harness Host with restricted file permissions and is never returned to the browser, canvas state, or model.

You may instead provide the key before starting Harness:

export WESHOP_API_KEY="your-key"
npx @deepseek-ai/dsh web

Get a key from WeShop OpenAPI.

🏗️ Development

pnpm install --frozen-lockfile
pnpm build
pnpm pack --dry-run

Package entry points and runtime contributions:

  • lib/index.js — Cordis Host plugin, tools, Skills, routes, and private configuration.
  • lib/client.js — browser canvas and synchronized conversation UI.
  • cordis.patch.yml — bundle composition entry.
  • presets/weshop-canvas/ — bundled WeShop agent preset.
  • skills/ — bundled canvas and WeShop OpenAPI instructions.

🔒 Portability & Security

  • The package contains compiled Host and browser entries, presets, Skills, and required assets.
  • The target computer must already have a working Harness Web profile.
  • API Keys and generated local assets are intentionally excluded from the package and must be configured on each machine.
  • Canvas data is stored locally by the browser; it is not embedded in the installation archive.

🤝 Contact

For support or partnerships, email hi@weshop.ai.

📄 License

This software is available under the MIT License.


Built with ❤️ by the WeShop AI team.