
Steam-Workshop-inspired discovery, trust, graph search, collections, and transactional installation planning for DeepSeek Harness plugins
Install DSH Creative Workshop
Installs but activates nothing: package.json has no `dsh.bundle` declaration, so `dsh plugin` warns and loads no config layer.
This repository is not a DSH plugin
package.json declares no dsh.bundle. In the official docs' own words, a package like this “still installs, but only as a plain dependency: dsh plugin prints a warning and activates no layer”. The install looks like it worked and nothing happens.What it actually is: Steam-Workshop-inspired discovery, trust, graph search, collections, and transactional installation planning for DeepSeek Harness plugins If that is what you came for, use it directly from the repository — it is just not something dsh plugin add can activate.
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:OBdangshang07/DSH_Creative_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
- TypeScript
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| dsh.bundle | missing | fatal | package.json has no `dsh.bundle` key |
- Verdict reason
- no dsh.bundle declaration — installs as a plain dependency only
- 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
面向 [DeepSeek Harness](https://github.com/deepseek-ai/DeepSeek-Harness) 插件生态的“创意工坊”式发现、评估、组合与安装平台规划。 > 产品与工程基线见 `docs/01`–`10`。浏览器工坊、独立账号页与管理控制台已经部署;实现边界与运维说明见 [`docs/11-implementation.md`](docs/11-implementation.md)。 当前正式版本:**v1.1.3**。该版本修复 GitHub 匿名额度下的部分同步与重复抓取问题,新增额度预检、分批延后、失败续跑、双路候选发现和清晰的目录指标;发布记录见 [`CHANGELOG.md`](CHANGELOG.md)。 DSH 已经有强大的插件运行时,但还没有一个官方中心化市场: - Cordis 提供 Context、Service、Event、effect 与 Fiber 生命周期;DSH 的模型适配器、工具、会话、Agent Loop、Host 与 Client 功能都由插件组成。 - 外部插件的官方分发路径是可安装的 profile bundle。`dsh plugin --profile ...` 只是把参数转发给 pnpm,再根据包的 `dsh.bundle.patch` 声明维护 profile 的有序 bundle 层。 - profile 是 `$DSH_HOME/profiles/ ` 下的独立包环境;配置依次叠加 bundle、profile patch、home patch 与命令行 overlay。 - Web 端已有只读 Loader 清单和少量插件配置能力,但没有市场目录、社区评价、依赖可视化或通用安装 API。 - 官方发现入口仅是 GitHub `dsh-plugin` t
More in Agentic Workflow Planning Adapted
Ranked by similarity inside the cluster, not alphabetically
Dsh Task Planner
ztl34245881-commits
Task planning with experience muscle-memory for DeepSeek Harness: condition-reflex recall + LLM capability matching + auto-persisted lessons
Dsh Plans
Optim-Agent
Human-in-the-loop planning preset for DeepSeek Harness (DSH), adapted from prime-plans: researched Markdown plans in ./dsh-plans, reviewer/criticizer subagent refinement, per-workspace language & model settings, goal-driven execution with ponytail + MVP tests.
Superpowers Dsh
LayneChai
Superpowers skills for DeepSeek Harness: TDD, debugging, planning, and collaboration skills adapted from obra/superpowers
Dsh Meta Orchestrator
jiruidai
A model-native meta-agent plugin for DeepSeek Harness that uses the underlying model’s reasoning and planning capabilities to synthesize task-specific workflows at runtime and coordinate tools and subagents.
Dsh Agent Orchestration
LeslieWylie
Evidence-first multi-agent workflow planning, handoff validation, and Loop Guard skills for DeepSeek Harness.