DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Next Oauth Providers — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@dsh-next/dsh-next-oauth-providers

Next Oauth Providers

DeepSeek Harness 插件:从 Models 页面登录 Kimi、Grok、ChatGPT 和 Claude 编程订阅。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @dsh-next/dsh-next-oauth-providers@0.1.0
README兼容性版本

兼容性与来源证明

Next Oauth Providers 以 @dsh-next/dsh-next-oauth-providers 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.0stable
2026/9/11

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
244.7 kB
文件数
37
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
14
最近提交
2026/9/7
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

oauth-providers

English | 中文

This DeepSeek Harness plugin adds Subscriptions under Settings → Models. Sign in with a Kimi, Grok, ChatGPT, or Claude coding subscription using the same Add provider / Edit / Delete flow as API-key rows. Connected models appear in the existing model selector.

How to use it

  1. Open Settings → Models.
  2. Scroll to Subscriptions.
  3. Click Add provider, pick Kimi Code, Grok, ChatGPT, or Claude, then Sign in and finish the browser or device-code flow. Apply saves the row.
  4. Edit opens the same card later. Fetch available models opens the stock picker so you can select or deselect ids. Restore defaults clears a custom catalog.
  5. Delete removes the sign-in and the catalog stored on this page.

Features

Sign in without an API key

The editor card keeps the stock layout. Where API-key rows have an API key field, this card has Sign in / Reconnect. Tokens are stored in $DSH_HOME/.credentials.yaml under dsh-next-oauth-providers, not in settings.yaml.

Model catalog

An omitted or empty models list uses the adapter defaults. A non-empty list replaces the catalog. Fetch available models requires sign-in and does not write until you add selected models and Apply. Kimi, ChatGPT, and Claude use the bundled catalogs. Grok first asks its coding endpoint, falling back to the bundled catalog on failure or after a 30-second request timeout.

Grok coding endpoint

Grok traffic uses the Grok coding proxy, not the ordinary xAI API endpoint.

Install

dsh plugin --profile <name> add @dsh-next/dsh-next-oauth-providers

<name> is your DSH profile (for example web).

Good to know

  • Needs DeepSeek Harness 0.1.3-alpha.2 or newer (official dsh-llm-pi-ai).

  • Catalog rows persist under dsh-next-oauth-providers.providers as a block list keyed by official catalog ids (xai, kimi-coding, openai-codex, anthropic):

    dsh-next-oauth-providers:
      providers:
        - id: xai
          displayName: Grok
          models:
            - id: grok-4.6
              name: Grok 4.6
              contextWindow: 500000
              maxTokens: 500000
    

    The model selector uses the same ids with an -oauth suffix (xai-oauth, …) so an API-key anthropic row can coexist with a Claude subscription. They cannot live under llm-pi-ai: — that section only accepts API-key providers.

  • ChatGPT OAuth keeps the pi-ai model list but uses official API context / max-output sizes as defaults (1050K / 128K for current GPT-5.4+ ids; 400K / 128K for gpt-5.4-mini). Customized settings still override a row.

  • One account per family in this version. Reconnect replaces that grant.

  • One unusable subscription does not take the others down. If a provider catalog cannot be prepared, only that provider's models fail to load — the model selector names it and offers Retry — while the remaining routes, and chat on them, keep working. The host logs one warning per provider.

  • Closing an editor, switching provider editors, or leaving the Models page cancels its unfinished sign-in. Cancelling a login queued for credential storage preserves the previously saved grant.

  • Subscription access is controlled by the provider. Signing in here does not grant a plan you do not already have.

  • Claude and ChatGPT callback servers bind loopback ports 53692 and 1455. ChatGPT sign-in fails if something else (often VS Code Codex) already owns 1455.

  • Contributors: see CONTRIBUTING.md.

相关插件

继续浏览 security-access 分类下经过校验的插件。

Doctor@linxin666/dsh-doctorDSH 配置档案的事务性救援模式,配备受监督的启动器、隔离的恢复容器、确定性修复、健康监控以及本地 Web 恢复控制台Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Auto Reviewdsh-auto-review针对 DeepSeek Harness 审批请求的第二模型 AI 自动审查:只读审查子代理在审批应答链上决定允许或拒绝,并采用故障关闭回退机制和完整的会话日志审计。