【开源】DshMarketPlace 插件市场 全套生态(帮忙看看还有什么需要改进的~)

2026-08-20 14:42 1

本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容:



  • 我的帖子已经打上 开源推广 标签:

  • 我的开源项目完整开源,无未开源部分:

  • 我的开源项目已链接认可 LINUX DO 社区:

  • 我帖子内的项目介绍,AI生成、润色内容部分已截图发出:

  • 以上选择我承诺是永久有效的,接受社区和佬友监督:


以上为项目介绍正文内容,AI生成、润色内容已使用截图方式发出




直接发过一个(【开源推广】DSH Marketplace ——让DSH的插件有一个家),不过当时刚上线,好多东西都没搞。这几天完善了一下,一共 6 个仓库


有什么意见可以提一提,之前有个佬说可以搞个代码安全检查,最近也在想如何去做。


插件太多,不知道那个插件真的能使用


于是有了 (GitHub - DshMarketPlace/dsh-plugin-validator: Sandboxed install validation for DeepSeek Harness plugins — installs each one into a fresh profile in a throwaway container and reports what the harness recorded · GitHub):一个插件一个一次性 Docker 容器,装进干净的 profile,跑完销毁。


顺带测出来一个挺有意思的真缺陷:有的插件 package.json 存成了带 UTF-8 BOM 的,


JSON.parse 在哪儿都不认,harness 直接从 readProfileManifest 里抛出来。


总结就是这个只能实际跑才能知道,读代码好多问题都发不了不了


DshMarketPlace 生态 DshMarketPlace · GitHub


(GitHub - DshMarketPlace/dsh-plugin-validator: Sandboxed install validation for DeepSeek Harness plugins — installs each one into a fresh profile in a throwaway container and reports what the harness recorded · GitHub) 上面那个沙箱。文件进、文件出,进程里没有任何凭据 docker build -t dsh-validator .


(GitHub - DshMarketPlace/dshmarketplace: Bilingual directory of DeepSeek Harness (DSH) plugins — 3,400+ listings, sandbox-verified install commands, written detail pages, public API. Next.js on Cloudflare Workers. · GitHub) 站本身。Next.js 16 + Cloudflare Workers + Turso,中英双语,每晚自己跑 dshmarketplace.dev


(GitHub - DshMarketPlace/dshmarketplace-cli: Find and install DeepSeek Harness plugins from the command line. Zero dependencies, --json everywhere, built for coding agents. · GitHub) npm CLI,零依赖,每个命令都有 --json,是照着给 coding agent 调的思路写的 npx dshmarketplace-cli find memory


(GitHub - DshMarketPlace/dshmarketplace-py: Find and install DeepSeek Harness (DSH) plugins from Python. Zero dependencies, typed, CLI + agent tools. · GitHub) PyPI 包,零依赖,带 agent tools pip install dshmarketplace


(GitHub - DshMarketPlace/dsh-plugins-store: Browse and install DSH plugins from inside DeepSeek Harness. /store, a settings tab, and agent tools — bilingual. · GitHub) 装在 DSH 里面的插件,store 命令加一个设置页 dsh plugin --profile web add dshmarketplace-plugin


(GitHub - DshMarketPlace/dsh-plugin-radar: Userscript: marks DeepSeek Harness plugins on GitHub and npm, with the install command that actually works · GitHub) 油猴脚本,你逛 GitHub 和 npm 的时候把插件标出来 Greasy Fork



最新回复 (7)
  • ioot 08-20 14:43
    1

    佬太强了,先来标记一下,向佬学习。

  • Rockkk 08-20 14:43
    2

    佬友真的太高产了,先mark下来 ^-^

  • 凌风神舞 08-20 14:49
    3

    感谢佬的分享, 话说有没有开箱即用的dsh, 把一些常用的插件装上, 自己只用填相应的api key, skills, mcp, 就能像cc, codex一样去使用了.

  • 楼主 08-20 14:50
    4

    好主意,现在就去收集一下~

    方便的话可以推几个插件,我组合一下

  • 楼主 08-20 15:51
    5


    常用插件~已整合

  • 凌风神舞 08-20 16:01
    6

    风佬效率太高了, 太棒了, 这就用起来!

  • 楼主 08-20 16:02
    7

    网站上面也加入了购物车功能,可以直接加入购物车,最终拿到一键安装的指令

* 帖子来源Linux.do
返回