dsh-vendor-login
Run the following command in DeepSeek Harness:
dsh plugin install MochiNek0/dsh-vendor-login
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install MochiNek0/dsh-vendor-login in DeepSeek Harness to install this plugin; the source repository is hosted at https://github.com/MochiNek0/dsh-vendor-login
About this plugin
Claude Pro/Max/Team, ChatGPT Plus/Pro, GitHub Copilot, and SuperGrok are subscription-based AI coding plans whose included quota is only reachable through each vendor's own sign-in. No API key exists for any of them, so trying to use that paid-in usage inside a third-party coding harness was, until now, a dead end.
dsh-vendor-login closes that gap. It adds a sign-in card to the bottom of each vendor's provider card in the dsh Web UI (Settings → Models). One click kicks off the appropriate OAuth loopback or device-code flow in your browser; the token stays on your local machine; and on success the plugin writes the model route into llm-pi-ai so the models appear in the picker immediately. Anthropic and xAI use device-code flows, OpenAI uses a loopback port on 1455, and GitHub Copilot uses a device-code flow via github.com/login/device — each matching that vendor's own authorization mechanism.
This is built for developers who already pay for one or more of these plans and would rather spend their included quota than buy separate API tokens. A word of caution: these OAuth tokens are issued for the vendors' own clients, and reusing them in a third-party harness is a grey area that can lead to ToS violations, rate limits, or account bans. The plugin carries no authentication of its own (it relies on cross-site request checks only), and only one login attempt per vendor can be in flight at a time. Whether to use it is your call.
Use Cases
- Sign in to Claude Pro/Max from dsh settings and use the included subscription quota
- Use your ChatGPT Plus/Pro account to access OpenAI coding models without buying separate API credits
- Connect GitHub Copilot via device code to leverage your paid coding plan in a third-party harness
Best For
- Developers already subscribed to Claude Pro/Max/Team who want to use the quota in a third-party coding tool
- Technical users who code with ChatGPT Plus/Pro and want to avoid buying separate API credits
- Developers who want to manage multiple subscription-based AI coding plans uniformly in dsh
Related Plugins
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.
Dockyard DSH is a native DeepSeek Harness plugin that unifies official OAuth/client sessions for Codex, Antigravity, Grok, Claude, and Cursor, providing account pool, model catalog, and quota status.