DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Maestro Meta — DeepSeek Harness 插件(DSH Plugin)
← Plugins
M

@ddtcorex/dsh-maestro-meta

Maestro Meta

Maestro Harness 元捆绑包:基于八个细分的 dsh-maestro-* 运行时条目的轻量 v2 聚合器(remote、review、govard、memory、mobile、notifier、config、dashboard)。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:ddtcorex/dsh-maestro-meta#b99ecc635cb125ad6221203bc3b1dcbf99c89d4d
README兼容性版本

兼容性与来源证明

Maestro Meta 以 @ddtcorex/dsh-maestro-meta 发布,当前版本为 0.6.6。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/14

版本

0.6.6stable
2026/9/14
0.6.5stable
2026/9/13
0.6.4
stable
2026/9/13
查看其余 10 个版本收起版本
0.6.3stable
2026/9/11
0.6.2stable
2026/9/9
0.6.1stable
2026/9/3
0.6.0stable
2026/9/2
0.5.1stable
2026/9/2
0.5.0stable
2026/9/1
0.4.1stable
2026/8/31
0.4.0stable
2026/8/30
0.3.0stable
2026/8/28
0.2.0stable
2026/8/26

相关插件

正在加载相关插件…

最新版
0.6.6
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/14
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。

README

@ddtcorex/dsh-maestro-meta

Meta-bundle for Maestro Harness — one dsh plugin add to install the whole DSH side of the stack.

This package contains no runtime code. Its cordis.patch.yml is a thin v2 aggregator that re-exports the rows of the granular plugins:

#Row idPackageWhat it brings
1maestro-remote@ddtcorex/dsh-maestro-remoteCloudflare tunnel + remote proxy + PIN + startup notification trigger
2maestro-review@ddtcorex/dsh-maestro-reviewPluggable MR review pipeline (GitLab implemented, GitHub stubbed)
3maestro-govard@ddtcorex/dsh-maestro-govardGovard bridge tooling for PHP/Magento/Laravel projects
4maestro-memory@ddtcorex/dsh-maestro-memoryDurable memory 5 tracks + todos + confirmation queue
5maestro-mobile@ddtcorex/dsh-maestro-mobileMobile drawer/sheets for DSH Web (<1024px)
6maestro-notifier@ddtcorex/dsh-maestro-notifierProvider-neutral notification service (maestroNotifier, Telegram first)
7maestro-config@ddtcorex/dsh-maestro-configShared settings store (~/.dsh/maestro/settings.json) + Settings card
8dsh-maestro-dashboard@ddtcorex/dsh-maestro-dashboardDev dashboard surface for the Maestro harness

@ddtcorex/maestro-skills is also a dependency — it serves skills through its own provider and needs no row here.

Govard itself is a Go binary (not a DSH plugin) and is installed separately — see govard/README.md. DeepSeek Harness (deepseek-harness) is the host.

Install

# One-liner for the whole DSH side of Maestro Harness
dsh plugin --profile web add @ddtcorex/dsh-maestro-meta

# Equivalent manual install (what the meta does for you)
dsh plugin --profile web add @ddtcorex/dsh-maestro-remote
dsh plugin --profile web add @ddtcorex/dsh-maestro-review
dsh plugin --profile web add @ddtcorex/dsh-maestro-govard
dsh plugin --profile web add @ddtcorex/dsh-maestro-memory
dsh plugin --profile web add @ddtcorex/dsh-maestro-mobile
dsh plugin --profile web add @ddtcorex/dsh-maestro-notifier
dsh plugin --profile web add @ddtcorex/dsh-maestro-config
dsh plugin --profile web add @ddtcorex/dsh-maestro-dashboard

@ddtcorex/dsh-maestro-guard is intentionally opt-in (approval gate; not part of this bundle until published).

For local development (link:):

dsh plugin --profile web add link:/path/to/maestro-harness/dsh-maestro-meta
# or link each component individually — same result

Verify:

dsh --profile web --dump-config | grep -E 'maestro-'

Any row can still be overridden by a higher profile layer (profile's cordis.patch.yml or --patch) by targeting its id.

Why a meta-bundle?

  • Single install for new machines / CI
  • One version to pin in ~/.dsh/profiles/web/package.json
  • No code duplication — this package is patch-only, delegates to the granular bundles under packages/
  • Keeps the local umbrella workspace at /path/to/maestro-harness as the source of truth.

Versioning

Bump version here when you want to publish a new curated set (new row added or removed ⇒ minor bump). The component versions are pinned as workspace:^x.y.z ranges locally and ^x.y.z when published — update them when components publish changes.

See also

The umbrella workspace is local-only, not a published Git repository. From an umbrella checkout, consult its README.md, AGENTS.md, docs/architecture.md, and docs/specs/.

Installing with plain pnpm

pnpm add @ddtcorex/dsh-maestro-meta needs overrides for the DSH internal packages that are only published as prereleases under the next dist-tag (their published ranges are clean ^0.1.x, which prereleases cannot satisfy). Add this pnpm-workspace.yaml next to your package.json:

packages:
  - .
overrides:
  '@deepseek-ai/dsh-invariants': 0.1.1-rc.2
  '@deepseek-ai/dsh-typert-registry': 0.1.1-rc.2
  '@deepseek-ai/dsh-typert-protocol': 0.1.1-rc.2
  '@deepseek-ai/dsh-scope': 0.1.1-rc.2
  '@deepseek-ai/dsh-brand': 0.1.1-rc.2
  '@deepseek-ai/dsh-attachment': 0.1.0-rc.8
  '@deepseek-ai/dsh-timeout': 0.1.0-rc.8

Installing through the DSH CLI (dsh plugin add @ddtcorex/dsh-maestro-meta) does not need this — the CLI resolves the pinned set itself. Individual granular packages (@ddtcorex/dsh-maestro-*) install with plain pnpm without overrides; only the full meta bundle hits the shared peer graph.