Import local Codex, Grok, Claude, OpenCode, and CC Switch logins into DSH; pick sources and enable models in Settings.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:kam74515-boop/dsh-everything-oauth
GitHub-sourced plugins run build scripts on your machine at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
Import local coding-platform logins into DeepSeek Harness without signing in again.
Scans the same places CC Switch cares about:
| Source | What is imported |
|---|---|
~/.cc-switch/cc-switch.db |
Claude / Codex / Gemini / OpenCode providers (DeepSeek, Kimi, official, …) |
~/.claude/settings.json |
ANTHROPIC_API_KEY / ANTHROPIC_AUTH_TOKEN |
macOS Keychain Claude Code-credentials |
Claude subscription OAuth |
~/.codex/auth.json |
ChatGPT / Codex OAuth or OPENAI_API_KEY |
~/.grok/auth.json + config.toml |
SuperGrok OAuth and custom model keys |
~/.config/opencode/opencode.json |
OpenCode providers |
~/.gemini/.env |
GEMINI_API_KEY |
| process env | ANTHROPIC_*, OPENAI_API_KEY, XAI_API_KEY, GEMINI_API_KEY |
Official routes: claude-oauth, codex-oauth, grok-oauth, gemini-oauth, copilot-oauth. CC Switch gateways become everything-* custom routes (Anthropic-compatible or OpenAI-compatible).
Install
dsh plugin --profile web add github:kam74515-boop/dsh-everything-oauth
dsh web
Then Settings → Everything OAuth:
- Sources — select local logins / keys
- Imported — enable only the models you want in the picker
CLI:
dsh plugin --profile web exec dsh-everything-oauth status
dsh plugin --profile web exec dsh-everything-oauth import live:codex-auth live:grok-auth
Source files are read-only. OAuth refresh later may rotate tokens and sign the original CLI out.
Discoverable via the GitHub dsh-plugin topic.
License
Apache-2.0
Links
More in this category
franksong2702/dsh-codex-connect★ 5
Connect ChatGPT OAuth and OpenAI Codex models to DeepSeek Harness, with opt-in search and image tools.
omdsh-dev/Qwen-MM-Plugins★ 4
Qwen multi-modal plugin support.
dylan121322/llm-adaptive★ 2
Adaptive model routing: per-request complexity classification with automatic provider routing.
btspoony/dsh-llm-fallbacks★ 2
Role-based LLM retry & fallback strategies.
suntianc/dsh-codex-auth★ 1
Reuses the Codex CLI ChatGPT login as an `openai-codex` LLM route and adds GPT Auth controls to DSH Web settings.
feibi-mochi/deepseek-harness-wallet★ 1
Multi-provider wallet chip: official DeepSeek balance, per-session cost & tokens, third-party token totals, recharge shortcut, low-balance alerts.