DSH Market
D

Dsh Plugin Workshop

by yyyyukari · yyyyukari/dsh-plugin-workshop

InstallableBundlegitfresh

Steam Workshop-style plugin browser for the DeepSeek Harness (DSH) Web UI - zero-server: GitHub-powered search, trending windows, Chinese search & bilingual translation, plugin-signature filtering, and smart one-click install/update/uninstall with an installed-plugins manager.

Install Dsh Plugin Workshop

Installs straight from git: plain JavaScript that needs no build step, so no build allowance is required.

The one-line version

dsh plugin --profile my-profile add github:yyyyukari/dsh-plugin-workshop

This bundle is not on npm, so it installs straight from git. Its build output is already committed to the repository (or it needs no build at all), so it loads without a build step.

From GitHub — artifacts are already committed, nothing is built locally

# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:yyyyukari/dsh-plugin-workshop

# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config

# 3. boot the profile
dsh --profile my-profile

Pin a commit — github:yyyyukari/dsh-plugin-workshop#<commit-sha> — if you want the code you reviewed to be the code you keep getting.

Before you run it

  • A plugin runs with your permissions once loaded: it can read your files, use your credentials and reach the network. Tool approvals do not sandbox it.
  • Installing from git resolves a moving branch. Pin a commit — github:yyyyukari/dsh-plugin-workshop#<commit-sha> — so the code you reviewed is the code you install.

Prerequisites

API key
Not required.
Network access
Not required at runtime.
Language
JavaScript — a git install pulls this source, not build output.

Install check

Every field the verdict was derived from, so you can re-derive it yourself

Field checkedResultWeightWhat the spec says about it
lifecycleScriptspassinfono install-time scripts
dsh.bundlepassfatalpackage.json declares a `dsh.bundle` layer
dsh.bundle.patch filepassfatalpatch file present at `cordis.patch.yml`
npm registrymissingwarn`@dsh-external/dsh-plugin-workshop` is not published to npm
build requirementpassinfoplain JavaScript — loads from source without a build
Verdict reason
git-only but needs no build
package.json read
package.json
Rules applied from
docs/user/develop/basic/publish.md
Checked at
2026-08-15

From the README

Excerpt as published by the author, plain text, unedited

简体中文 | [English](README.en.md) DeepSeek Harness(DSH)的**创意工坊式插件浏览器**——零服务器、单包开箱即用,内置在 DSH Web UI 侧栏「新会话」按钮正下方。 > 与 [DSH_Creative_Workshop](https://github.com/OBdangshang07/DSH_Creative_Workshop) 的中心化市场平台路线不同,本项目走**零基础设施**路线:目录、搜索、热度、发布时间全部由 GitHub 免费提供,不部署任何控制平面或账号系统,装进 profile 即用。 - **侧栏常驻入口**:官方「新会话」按钮正下方,同款样式(DOM 克隆官方按钮,宽/窄侧栏自适应),刷新、重启都不丢 - **搜索与排序**:关键词搜索(支持中文,自动映射英文)、★最热 / ⏰最新、**飙升榜时间窗口**(近 7/30/90 天新建 + 热度排序,Steam Trending 近似) - **默认只搜 DSH 插件**:默认「插件话题」(`topic:dsh-plugin`);搜索结果自动排除官方 harness 等核心仓库(查询级 `-repo:` 过滤,不再占据榜首);全站模式自带**插件特征验证**(检查 `package.json` 的 `dsh` 字段 / `cordis.yml` 等,走 raw CDN 不耗 API 额度),默认过滤无关仓库 - **已安装管理**:工具栏「📦 已安装」视图——合并 profile 依赖/激活行/本地预设展示本机插件(类型、激活状态、安装来源),一键更新(pnpm update / git pull)与卸载 - **双语体验**:描述一键切换原文/中文机翻,README 可整篇翻译(Google 翻译接口,自动缓存) - **智能一键安装/卸载(预检分

Topics

GitHub topics on this repository

More in One Click Plugin Store

Ranked by similarity inside the cluster, not alphabetically