DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Plugin Manager — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
P

@dsh-external/dsh-plugin-manager

Plugin Manager

DeepSeek Harness 插件管理:清单 / 独立启停 / AI 自动分类(记录复用省token)/ AI 增量简介 / 损坏修复(严格核对)/ 界面翻译 / 插件市场(GitHub 浏览·无限滚动·真实安装)。Plugin manager with an in-app market.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:yunniees/DSH-Plugin-Manager#b5131a003766dc842c3d9412fdac0feda2f2dd04
README兼容性版本

兼容性与来源证明

Plugin Manager 以 @dsh-external/dsh-plugin-manager 发布,当前版本为 1.0.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/29

版本

1.0.1stable
2026/8/29

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

README

@dsh-external/dsh-plugin-manager

English | 简体中文

A complete plugin manager for DeepSeek Harness — visual management, AI-powered translation, one-click summaries, AI search, share-and-install, and bulk updates, in a single installable package with an in-app plugin market.


✨ Key Features

FeatureWhat it does
🖥️Visual plugin managementCard-based inventory of installed plugins & presets: enable/disable, delete, version check, categorize — all from one panel, no CLI needed
🌐AI auto-translationSwitch the entire panel between Chinese / English, or any custom language — translated by your own model (pick a cheap model!), cached locally and persisted
📝One-click AI summariesLet AI write a one-line summary for every installed plugin; incremental + diff-aware, so it never wastes tokens re-summarizing unchanged plugins
🔍AI plugin searchDescribe what you need in plain words — the agent generates queries, scans GitHub (topic:dsh-plugin + wide net), picks the best candidates by relevance & stars, one-click install
🔗One-click share & installPackage one or many plugins/presets into a single dshpm:// link; send it to anyone, they paste and install everything at once
⬆️One-click updatesCheck and update all plugins (npm & GitHub sources) and GitHub-hosted presets in one click, with version selection when multiple tags exist

📸 Screenshots

Plugin Manager PanelPlugin Market
Plugin ManagerPlugin Market

📦 Install

# From GitHub (recommended)
dsh plugin --profile web add github:yunniees/DSH-Plugin-Manager

# Or from a local checkout (for development)
dsh plugin --profile web add /path/to/dsh-plugin-manager

The repo ships prebuilt artifacts (lib/) following the official "ship build output" publishing path — no allowBuilds grant, no prepare script, works out of the box. To pin a revision: github:yunniees/DSH-Plugin-Manager#<commit>.

Restart the Harness web UI after installing (the plugin depends on webServer and llm services in the main profile). You'll find the Plugin Manager entry at the bottom of the sidebar, next to Settings.

🚀 Usage

  1. Open the Plugin Manager entry in the sidebar.
  2. Pick an AI model from the top dropdown (needed for AI features; reuse your existing DSH provider — this plugin holds no API keys).
  3. Overview: AI auto-classify uncategorized plugins; AI summaries (incremental); each card's More menu: check update / pick version / delete / share.
  4. Market: browse, search, or AI search (type a requirement in plain words); enable AI Intro for per-plugin descriptions (long-press the button to clear its cache); scroll for infinite loading.
  5. Presets: toggle, check updates, pick versions, share links.
  6. Share: generate a dshpm:// link from any card's More menu; recipients paste it in the Share panel and everything installs in one go.

🔒 Security

  • No hardcoded keys — all AI calls reuse DSH's configured providers; the plugin never stores or reads API keys.
  • Local-only — the HTTP API binds to loopback; nothing is logged or sent out.
  • Input whitelisting — repo names, preset names, version tags and filenames are regex-validated against injection and path traversal.
  • Privacy — state files hold only UI data (categories, summaries, language); settings.yaml is read for provider/model names only.

🛠️ Development

npm install          # typescript + tsdown, build-time only
npm run typecheck    # host + client type check (must be 0 errors)
npm run build        # typecheck + compile host + bundle client → lib/
  • Host source: src/index.ts (Cordis bundle plugin, Node)
  • Client source: src/client/index.ts (vanilla DOM + CSS variables, no framework)

Always run npm run build after changing client source — otherwise the assembled bundle stays stale.

❓ FAQ

Q: The market loads slowly or fails? Official sources are tried first (via your proxy), then domestic mirrors take over without going through your proxy node. On total failure a "Load failed, click to retry" button appears. Note that the GitHub search API (api.github.com) is unstable from mainland China — a gh-proxy.com fallback kicks in automatically.

Q: Why must I pick a model first? All AI features reuse the providers already configured in DSH; this plugin holds no API keys. Pressing an AI button without a model selection shows a hint.

Q: "GitHub API rate limited"? Anonymous GitHub search is ~10 req/min; one AI search fires several queries concurrently, so rapid repeated use can hit the limit. You'll get a clear error and can retry.

Q: What is allowBuilds? DSH requires an explicit build grant for git-sourced plugins (pnpm ≥10). This plugin auto-grants and notifies when installing others — and because its own repo ships prebuilt lib/, it never requires a grant itself.

Q: What can One-Click Update update? npm-sourced plugins via the npm registry (explicit versions bypass the lockfile), GitHub-sourced plugins to latest HEAD or a chosen tag, and GitHub-hosted presets. Locally-linked plugins prompt you to git pull manually.

Q: What does deleting a plugin do? Confirmed deletes run dsh plugin remove (uninstalls from the profile and removes files); deleting a preset removes its directory.

📚 Documentation

Go deeper in ARCHITECTURE.md — mandatory rules, unified call layers, translation architecture, anti-regression patterns, and the release checklist.

📄 License

MIT — see LICENSE.

相关插件

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

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Sdk Minimal@deepseek-ai/dsh-sdk-minimal独立的最小 SDK 配置包:JSON-RPC、一个 DeepSeek 适配器、持久化 Shell 和 JSONL 会话Sdk App@deepseek-ai/dsh-sdk-appdsh SDK 配置包:基于 dsh-base 提供 stdio JSON-RPC 服务和进程生命周期管理Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序