DSH Gate alpha: add a read-only compatibility check to your plugin #21
ChaoYuZhang001
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
DSH Gate is a community developer tool for public DeepSeek Harness plugins. It is a GitHub Action and static Provider layer, not a second plugin market, a Desktop installer, or an official DeepSeek product.
If you maintain a public DSH plugin, the lowest-friction entry point is the reusable Action:
permissions: contents: read;pass,warn, orfailReceipt on each pull request.The Action reads public source data, records commit/package provenance, and does not read a real DSH Profile or run plugin lifecycle scripts. A Receipt is compatibility and provenance evidence, not a security audit or endorsement.
The current release is
v0.4.0-alpha.3. Independent adoption is still opt-in and has not been claimed. The Desktop Provider is also a preview until an anonymous HTTPS host returns bothmanifest.jsonand/v1/pluginswith JSON media types and a real Desktop consumption check.Maintainers who want to try the workflow can use Issue #15 for the acceptance checklist. Please do not share credentials, Profiles, transcripts, or private plugin sources here.
中文
DSH Gate 是面向公开 DeepSeek Harness 插件的社区开发工具。它提供 GitHub Action 和静态 Provider,不是另一个插件市场、Desktop 安装器,也不是 DeepSeek 官方产品。
如果你维护 DSH 插件,可以从 插件作者快速开始 复制工作流:
permissions: contents: read;pass、warn或failReceipt。Action 只读取公开源码数据,记录 commit/package 来源,不读取真实 DSH Profile,也不运行插件生命周期脚本。Receipt 是兼容性和来源证据,不是安全审计或官方背书。
当前版本是
v0.4.0-alpha.3。独立采用仍然完全自愿,项目尚未宣称已有外部采用。Desktop Provider 仍是 preview,只有匿名 HTTPS 主机同时返回 JSON 格式的manifest.json和/v1/plugins,并通过真实 Desktop 消费验证后才会公开。愿意试用的维护者可以在 Issue #15 查看验收清单。请不要在这里分享凭据、Profile、对话或私有插件源码。
Self-service adoption requests: https://github.com/ChaoYuZhang001/dsh-gate/issues/new?template=adoption.yml
自助采用申请:https://github.com/ChaoYuZhang001/dsh-gate/issues/new?template=adoption.yml
All reactions