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.

Skill Market — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

dsh-skill-market

Skill Market

dsh skills marketplace: search skills from both SkillHub and ClawHub, preview README files in the app, install/uninstall with one click, skill selector in the chat bar, and skill center panel in the top-left corner

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

npx -y @deepseek-ai/dsh plugin --profile web add github:pn1024/dsh-skill-market#e4efa7b9ce916e331696e0f66fabe49452dd3a4c
READMECompatibilityVersions
技能市场Detail聊天栏技能选择器

Compatibility and provenance

Skill Market is published as dsh-skill-market and currently resolves to version 1.0.0. 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/10/2026

Versions

1.0.0stable
9/10/2026
Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/10/2026
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

README

dsh-skill-market

简体中文 | English

DeepSeek Harness 技能市场插件 —— 聚合 SkillHub + ClawHub 双数据源,站内 README 预览,一键安装/卸载,聊天栏技能选择器,侧边栏技能中心面板。

技能市场

功能

  • 搜索技能:聚合 SkillHub(腾讯云中国镜像,高速直连)和 ClawHub(OpenClaw 官方源)双数据源,支持中文搜索
  • 一键安装/卸载:安装到 $DSH_HOME/skills/ 目录,skill-filesystem 自动热发现
  • 站内 README 预览:无需跳转外部页面,详情页原生渲染 Markdown
  • Star / 下载量展示:卡片与详情页均展示 star、下载量、安装量统计
  • 技能中心面板:侧边栏入口 → 全屏弹窗,搜索、安装、浏览、查看一站式
  • 聊天栏快捷入口:输入栏「⚡ 技能」按钮,快速选择已装技能,自动填入 /技能名
  • 多源容错:SkillHub 失败自动回退 ClawHub,反之亦然

界面预览

技能市场技能详情
View imageView image

聊天输入栏技能选择器:

聊天栏技能选择器

安装

dsh plugin --profile web add "github:pn1024/dsh-skill-market"

或本地路径安装:

dsh plugin --profile web add "/path/to/dsh-skill-market"

架构

dsh-skill-market/
├── package.json           # dsh.bundle.patch + dsh.client 声明
├── cordis.patch.yml       # 插件行注册 + 配置
├── src/
│   ├── index.js           # Host 端:RPC intercept (skill-hub/*)
│   └── client.js          # Browser 端:UI 插槽注册 (sidebar/overlay/input)
├── assets/                # 品牌素材(logo 图标等)
├── docs/screenshots/      # 界面截图
├── LICENSE
└── README.md

Host 端 RPC 端点

端点功能
skill-hub/search搜索技能(SkillHub + ClawHub 双源聚合)
skill-hub/detail获取技能详情(README、版本、统计)
skill-hub/installed列出本地已安装技能
skill-hub/install下载并安装技能到本地
skill-hub/uninstall卸载本地技能
skill-hub/readme读取已安装技能的 README/SKILL.md

Browser 端 UI 插槽

插槽功能
sidebar.footer.action侧边栏「技能中心」入口按钮
shell.overlay技能中心全屏弹窗面板
conversation.input.left聊天输入栏「⚡ 技能」快捷选择器

数据源

平台API Base特点
SkillHubhttps://api.skillhub.tencent.com腾讯云中国镜像,高速直连,支持中文搜索
ClawHubhttps://clawhub.comOpenClaw 官方技能社区,全球可用

配置

在 cordis.patch.yml 中可配置:

- insert:
    - id: dsh-skill-market
      name: 'dsh-skill-market'
      config:
        skillhubApiBase: https://api.skillhub.tencent.com
        clawhubApiBase: https://clawhub.com
        localSkillsDir: ''        # 空则用 $DSH_HOME/skills
        preferSkillHub: true       # 中国用户优先用 SkillHub

License

MIT