DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

pn1024 /

pn1024/dsh-skill-market

Verified

dsh plugin - skill marketplace (SkillHub + ClawHub) with sidebar entry, overlay panel, and chat input quick-pick

★ 2 Stars0 Forks1 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: main@937ab15b

dsh-skill-market

简体中文 | English

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

技能市场

功能

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

界面预览

技能市场 技能详情

聊天输入栏技能选择器:

聊天栏技能选择器

安装

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 特点
SkillHub https://api.skillhub.tencent.com 腾讯云中国镜像,高速直连,支持中文搜索
ClawHub https://clawhub.com OpenClaw 官方技能社区,全球可用

配置

在 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

—/ 5

No ratings yet

Verified DSH bundle

Commit 937ab15bc89f

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout