跳到正文

chnjames/dsh-plugin-market

30最近提交 2026年8月16日

dsh-plugin-market DSH 插件

DSH 插件市场在 DeepSeek Harness 设置中添加专门的「插件市场」选项卡,无需离开应用即可搜索、查看和安装社区插件。同时提供公开目录站用于浏览和复制安装命令,并暴露 Agent 工具供程序化调用。

如何安装 dsh-plugin-market DSH 插件

dsh plugin --profile web add github:chnjames/dsh-plugin-market

复制不会执行命令。安装 dsh-plugin-market DSH 插件前请核对仓库和版本。

dsh-plugin-market DSH 插件数据来源

dsh-plugin-market DSH 插件快照日期:2026年8月16日

discovered

dsh-plugin-market DSH 插件能做什么

  • 在设置选项卡内按分类、关键词或名称搜索和筛选插件
  • 通过官方 `dsh plugin add/remove` 命令安装和卸载插件,安装前需确认
  • 公开目录站,支持搜索、排序、分页、亮暗主题切换
  • Agent 工具:搜索、查看详情、安装、列出已装插件
  • 可自定义目录源(GitHub、npm)和回退搜索
  • 基于启发式分类的风险等级标签(如外观类、高权限)

dsh-plugin-market DSH 插件适合哪些场景

  • 在不离开 DSH 的情况下发现新插件
  • 通过目录站复制命令快速安装社区插件
  • 让对话 Agent 代你搜索和安装插件
  • 通过配置 `catalog.urls` 自建团队私有插件仓库
  • 安装前查看插件元数据和风险标签,避免安装不信任的插件

dsh-plugin-market DSH 插件适合谁

  • 希望使用社区插件扩展 DeepSeek Harness 功能的用户
  • 希望让自己的插件更容易被发现的插件开发者

dsh-plugin-market DSH 插件的限制

  • 暂无单元测试;客户端和服务端的 README 摘要实现可能不同步
  • 无版本更新检测,需卸载后重新安装才能获得新版本
  • 约四成插件因关键词启发式分类落入“其他”类别
  • 本地缓存需手动同步或重启后才更新风险分数

dsh-plugin-market DSH 插件的仓库 README 摘录

以下文字摘自 dsh-plugin-market DSH 插件的上游仓库 chnjames/dsh-plugin-market 的 README,版权归原作者,仅作引用。

在 DeepSeek Harness「设置 → 插件」里发现、确认并安装社区插件;另有公开目录站供浏览与复制安装命令。 [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Website](https://img.shields.io/badge/Website-dsh--plugin--market.vercel.app-4F46E5)](https://dsh-plugin-market.vercel.app) [![CI](https://github.com/chnjames/dsh-plugin-market/actions/workflows/ci.yml/badge.svg)](https://github.com/chnjames/dsh-plugin-market/actions/workflows/ci.yml) ![设置 → 插件 → 插件市场](website/public/images/settings-market.png) 公开浏览:[https://dsh-plugin-market.vercel.app](https://dsh-plugin-market.vercel.app) ## 功能 - 设置内「插件市场」Tab:搜索、分类、展开说明、确认后安装 / 卸载 - 安装走官方 `dsh plugin add/remove`,不执行第三方安装脚本 - 公开目录站:浏览、⌘K 搜索、中英 / 亮暗主题、复制安装命令 - 对话 Agent 工具:搜索、详情、安装、列出已装插件 ## 安装 ```bash dsh plugin --profile web add github:chnjames/dsh-plugin-market # 或 npx @deepseek-ai/dsh plugin --profile web add github:chnjames/dsh-plugin-market ``` 安装后**重启** `dsh web`,打开 **设置 → 插件 → 插件市场**。 > Web profile 通常关闭配置热重载;改完插件后请重启再强刷页面。 ## 使用 设置内卡片: 1. 标题行:名称 · 星标 · 展开 2. 简介(最多两行) 3. 底栏:已安装 / 作者 / 提示 · **查看仓库** · **安装**(安装前确认) 卸载本市场插件: ```bash dsh plugin --profile web remove dsh-plugin-market ``` ## 公开目录站 线上目录:[https:/

阅读完整 README仓库未声明许可,使用前请先与作者确认。

dsh-plugin-market DSH 插件常见问题

如何安装 DSH 插件市场插件?

在终端中运行 `dsh plugin --profile web add github:chnjames/dsh-plugin-market` 或 `npx @deepseek-ai/dsh plugin --profile web add github:chnjames/dsh-plugin-market`。安装后重启 `dsh web`,然后打开设置 → 插件 → 插件市场即可使用。

如何卸载插件市场?

在终端中运行 `dsh plugin --profile web remove dsh-plugin-market`。这将从设置中移除插件市场选项卡,但公开目录站不受影响。

设置里为什么没有显示「插件市场」选项卡?

请确认安装后已重启 `dsh web`。Web profile 通常关闭配置热重载,需要重启才能生效。另外检查 `package.json` 中 `dsh.client.immediately` 是否正确,以及 `lib/client.js` 是否已构建。

我可以使用自己的插件仓库地址吗?

可以。在插件配置(`cordis.patch.yml`)中设置 `catalog.urls` 指向你自己的 `registry.json` 文件。还可以关闭回退搜索,或调整缓存 TTL 和刷新间隔。

如何将自己的插件提交到插件市场?

插件市场通过 GitHub 话题 `dsh-plugin` 和 npm 关键词 `dsh-plugin` 聚合插件。你只需在 GitHub 仓库添加 `dsh-plugin` 话题,或在 npm 包添加 `dsh-plugin` 关键词即可。CI 会定期刷新目录。