songoao25/dsh-chatgpt-subscription ↗★ 2
dsh-chatgpt-subscription
DSH 绑定 ChatGPT 订阅(Plus/Pro)对话插件
AI 分析
通过官方 OAuth 绑定 ChatGPT 订阅,在 DSH 内直接调用 ChatGPT 模型对话并消耗订阅额度,支持查看额度。适合拥有 ChatGPT 订阅并想在 DSH 中使用的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:songoao25/dsh-chatgpt-subscription说明文档
阅读完整 README ↗Usage
- Restart
dsh web, then open Settings (⚙️) in the sidebar. - Click 订阅 (right below 模型).
- Click 授权登录 — your browser opens the official OpenAI sign-in page.
- Sign in with your ChatGPT account and approve. The page shows 已绑定 when done.
- Open a new conversation, switch the model to a ChatGPT model (provider ChatGPT, e.g.
gpt-5.6-terra) and chat — usage counts against your subscription.
If the browser tab doesn't open automatically, the page also calls
window.openas a fallback; allow pop-ups for DSH if prompted.