DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Skills Marketplace — DSH Plugin for DeepSeek Harness
← Plugins
S

dsh-skills-marketplace

Skills Marketplace

DSH repository skill marketplace manager: fetch plugins/skills by repository URL + branch + sparse path, install them into ~/.dsh/skills, and manage them by plugin on the settings page

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:cxdyun/dsh-skills-marketplace#bb7e66060a13f5a6a85cc8bd0456fd29675767e0
READMECompatibilityVersions

Compatibility and provenance

Skills Marketplace is published as dsh-skills-marketplace and currently resolves to version 1.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/19/2026

Versions

1.1.1
stable
9/19/2026
1.1.0stable
8/21/2026
0.2.1stable
8/21/2026

Related plugins

Loading related plugins…

Latest
1.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

DSH Skills Marketplace

DSH Skills Marketplace

简体中文 | English

把任意 Codex / Claude 技能仓库,变成按插件管理的 DSH 原生技能市场。

给定技能仓库(Git 地址 + 分支 + 稀疏路径),自动拉取插件与技能、摊平安装到 ~/.dsh/skills/,并在设置页以插件维度管理(DSH 默认只有扁平技能列表)。同一份 SKILL.md 可被 DSH、Codex、Claude 三端复用。

快速开始

要求:DSH、Node.js 22+、pnpm 10+。

# 安装(<profile> 替换为你的 profile 名,如 web)
dsh plugin --profile <profile> add github:cxdyun/dsh-skills-marketplace
# 日常使用推荐 npm 源(无需 GitHub 构建许可)
dsh plugin --profile <profile> add dsh-skills-marketplace

# 启动并打开 设置 → Skill 插件市场
dsh --profile <profile>

看到 Skill 插件市场 设置项,即安装成功。

在 DSH Desktop 中添加插件市场

先安装本插件

打开 设置 → 插件市场(dsh-market),搜索 dsh-skills-marketplace。打开搜索结果卡片并点击安装;安装完成后会显示「已安装」,重启 DeepSeek Harness 后生效。

在 DSH Desktop 的插件市场搜索 dsh-skills-marketplace

1. 添加插件市场

打开 设置 → Skill 插件市场,点击「添加插件市场」。填写技能仓库地址和 Git 引用;稀疏路径为可选项,仓库根目录就是技能市场时保持为空。

添加插件市场

2. 展开插件列表

保存后,点击市场卡片右侧的展开按钮,即可在同一张市场卡片中查看插件列表和每个插件的技能数量。

展开插件列表

3. 管理技能

点击插件卡片进入详情页,可通过顶部总开关或各技能右侧开关安装、启用或停用技能。

管理技能

使用

  1. 更新 —— 市场卡片点「更新」,按你的配置拉取 ref 最新内容:已启用技能更新到最新,逐技能选择完整保留,远端删除的技能安全清理。

  2. 编辑 / 移除 —— 编辑修改来源配置;移除需二次确认,只删来源配置,已安装技能保留。

文档

详细说明见 docs/guide.md:

  • 安装详解 —— GitHub / npm / 固定 commit / 源码构建
  • 工作原理 —— 稀疏拉取、清单解析、扁平落盘、插件维度管理
  • CLI 完整用法 · HTTP API
  • 与 DSH 集成 · 构建 · 安全设计

许可证

MIT