DeepSeek Harness 插件

dsh-plugin-market-zhuoxuan

可视化插件市场:双源(curated + GitHub topic)浏览/搜索/排序/关注/一键安装/更新/卸载/自动更新/热禁用/组合包导入导出(英文原文)

跳到安装方式

来源信息

GitHub 仓库
zhuoxuanliu53-svg/dsh-plugin-market
最近更新
2026年8月20日
分类
插件市场与管理
GitHub stars
0
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/zhuoxuanliu53-svg/dsh-plugin-market
插件名:dsh-plugin-market-zhuoxuan
作者:zhuoxuanliu53-svg

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器4 个文件
README.md来源说明 · 只读预览
README 语言

dsh-plugin-market

A visual plugin marketplace for DeepSeek Harness: discover, search, install, and manage DSH plugins across three plugin shapes.

!version !license !type

dsh-plugin-market is a DSH bundle plugin that aggregates plugins from the curated registry awesome-dsh-plugin and, for skill / preset discovery, the GitHub Topic dsh-plugin. It offers browsing, search, sorting, following, install / update / remove, auto-update, hot enable / disable, one-click restart, and plain-text manifest export / import.

Plugin shapes

DSH plugins come in three shapes, each installed differently. The marketplace separates them into tabs:

ShapeMarkerInstallation
Bundlepackage.json with dsh metadatadsh plugin add <spec> (npm / github: / scoped / monorepo #path:)
Skillroot SKILL.mdCopied to <DSH_HOME>/skills/<name>/
Presetroot agent.cordis.ymlCopied to <DSH_HOME>/.agent-presets/<id>/

Repositories that match none of the three shapes are kept in a hidden Other bucket — not shown by default, visible only when the tab is opened or searched explicitly.

Features

Discovery

  • Curated bundle registry (1721 reviewed plugins, 21 categories, bilingual descriptions) plus topic-based shape recognition for skills and presets
  • Keyword search (name / description / topics)
  • 8 sort options: stars ↑↓, forks, updated, created ↑↓, name, updates first
  • Tag filters, follow-only, installed-only
  • Shape tabs: Bundle / Skill / Preset / Other (lazy)

Management

  • One-click install, update, remove, and update-all
  • Per-plugin auto-update toggle
  • One-click self-update for the marketplace itself (Settings → Plugin Market → Update market)
  • Hot enable / disable via the profile patch layer (HMR, no restart)
  • One-click restart after a fresh bundle install or marketplace update (skills and presets take effect on disk without restart)

Safety

  • Post-install verification (loadable entry / dsh manifest / loader id conflicts), with automatic rollback on failure
  • Install whitelist (only registry-identified entries)
  • Same-origin checks on mutating endpoints; loopback + origin validation on restart
  • Host infrastructure row protection

Sharing

  • Plain-text manifest export (one item per line, paste-ready for comments) and import
  • Optional GitHub token (stored in the local profile only, never committed or exported)

Installation

dsh plugin --profile web add github:zhuoxuanliu53-svg/dsh-plugin-market

After installation, refresh the page and open Settings → Plugin Market.

Data sources

SourceURLPurposeCacheLicense
Curated registryhttps://awesome-dsh-plugin.com/plugins.jsonBundle plugins (reviewed, shown first)ETag / 304CC0-1.0
GitHub topicapi.github.com/search/repositories?q=topic:dsh-pluginSkill / preset / other discovery (shape-classified, top 200 by stars)1-hour TTLGitHub public repos
  • The curated registry is awesome-dsh-plugin, published under CC0-1.0 (public-domain dedication); it may be overridden with DSHM_REGISTRY_URL.
  • The GitHub topic is not shown raw: each repository is classified by shape and only bundle / skill / preset entries are surfaced; everything else stays in the hidden Other bucket.

Data

PathContents
<DSH_HOME>/profiles/<profile>/.dsh-plugin-market/state.jsonFollows, install records, optional token
<DSH_HOME>/profiles/<profile>/cordis.patch.ymlHot enable / disable state
<DSH_HOME>/skills/<name>/Installed skills
<DSH_HOME>/.agent-presets/<id>/Installed presets

Data is stored only in the local profile.

Languages

Development

See [DEVELOPMENT.md](./DEVELOPMENT.md) for architecture, data flow, and the release process.

License

[MIT](./LICENSE)