原生 dsh 插件,通过 OAuth 把 ChatGPT/Claude/Grok 订阅作为免 Key 的 LLM 提供商,并提供 x_search、image_generate、video_generate 工具。
DSH 适配
原生运行时
作者声明
安全审计
未审计
最后核验
2026-08-22
许可证
MIT
01它能帮你完成什么?
把你的 ChatGPT / Claude / Grok 订阅当作 DeepSeek Harness 里的 LLM 提供商来用
会话模型选择器里出现实时模型目录,并提供 x_search / image_generate / video_generate 工具;令牌保存在 ~/.dsh/plugins/subscriptions/auth.json(0600)
已经为 ChatGPT / Claude / Grok 付过费、想免 API Key 直接当作模型使用的 DeepSeek Harness 用户
02如何接入 DeepSeek Harness?
前置条件
- 可用的 DeepSeek Harness `dsh` CLI
- Node.js + pnpm(用于 git / 本地安装)
安装步骤
- 01
$ dsh plugin --profile web add dsh-plugin-subscriptions
- 02
或:dsh plugin --profile web add github:V1ki/dsh-plugin-subscriptions
- 03
$ git 安装需把 `allowBuilds: dsh-plugin-subscriptions: true` 加入 profile 的 pnpm-workspace.yaml 后重新 add
验证接入成功
作者未说明
03DSH 适配与能力边界
原生 dsh 插件(web profile):通过 dsh Web UI 里的 OAuth 把你的 ChatGPT / Claude / Grok 订阅变成 LLM 提供商,无需 API Key。
订阅 OAuth 登录(免 API Key)
provider(codex / claude / grok)→登录后提供商出现在选择器并带实时模型目录
令牌写入 ~/.dsh/plugins/subscriptions/auth.json(模式 0600)image_generate / video_generate 工具
prompt;provider gpt|grok;视频时长 1–15 秒→图片存于 ~/.dsh/plugins/subscriptions/images/;MP4 存于 .../videos/
x_search 工具(Grok)
X / Twitter 查询→返回 { answer, citations }
04适合谁?何时不该用?
适合
- 已经为 ChatGPT / Claude / Grok 付过费、想免 API Key 直接当作模型使用的 DeepSeek Harness 用户
不适合
- 令牌保存在本地 ~/.dsh/plugins/subscriptions/auth.json(0600)并自动刷新;若某提供商未登录,它会退出模型选择器,请求以 MISSING_CREDENTIAL 失败。
05兼容性、维护与安全提示
- 令牌保存在本地 ~/.dsh/plugins/subscriptions/auth.json(0600)并自动刷新;若某提供商未登录,它会退出模型选择器,请求以 MISSING_CREDENTIAL 失败。
- Claude 从已有的 Claude Code 会话(~/.claude/.credentials.json 或 macOS Keychain)导入凭据,不一定需要 CLI。git 安装会在安装时运行包构建脚本,需在 pnpm-workspace.yaml 中显式授权。
MIT · 活跃维护(最新发布 v0.5.0,2026-08-20)
06常见问题
需要 API Key 吗?
不需要——Codex 与 Grok 在 dsh Web UI(设置 → Subscriptions)用 OAuth 登录;Claude 导入已有 Claude Code 会话,或走同样的 OAuth 流程。
订阅令牌存在哪里?
在 ~/.dsh/plugins/subscriptions/auth.json(0600),自动刷新。若某提供商未登录,它会退出选择器,请求以 MISSING_CREDENTIAL 失败。
怎么更新插件?
执行 dsh plugin --profile web update --latest dsh-plugin-subscriptions,然后重启 dsh web。
包含图片 / 视频生成工具吗?
包含——image_generate(gpt/grok)与 video_generate(Grok,1–15 秒)在对应提供商启用时注册;文件落在 ~/.dsh/plugins/subscriptions/{images,videos}/
07相关的 DSH 工作流
archify
作者 tt-a1i
为编码智能体生成美观可验证的架构图、时序图与数据流图,输出自包含 HTML,支持动效与清晰导出。
openviking
作者 volcengine
为 AI 智能体打造的自进化上下文数据库,统一智能体记忆、知识 RAG 与技能。
nocobase
作者 nocobase
开源的 AI + 无代码应用搭建平台:AI 在久经生产验证的底层基础设施与所见即所得的无代码界面之上工作,帮你快速构建 CRM、ERP 等业务系统,兼顾速度与可靠性。
learn-harness-engineering
作者 walkinglabs
Harness 工程新手教程,从 0 到 1 系统学习智能体工作流框架。
08数据与来源
Use your ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as LLM providers in DeepSeek Harness — no API keys.
Codex and Grok log in via OAuth in the dsh web UI (Settings → Subscriptions); Claude imports credentials from an existin…
dsh plugin --profile web add dsh-plugin-subscriptions
Tokens live at ~/.dsh/plugins/subscriptions/auth.json (mode 0600) and refresh automatically.
Also included, registered when the matching provider is enabled: x_search, image_generate, and video_generate
页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-22。发现错误?提交更正。
最佳 DeepSeek Harness 插件
从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。
