Skip to content
dsh-market Browse plugins GitHub 中文

kam74515-boop/dsh-everything-oauth

Import local Codex, Grok, Claude, OpenCode, and CC Switch logins into DSH; pick sources and enable models in Settings.

Stars ★ 2 Category Models & Providers Listed 2026-08-14

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

dsh plugin --profile web add github:kam74515-boop/dsh-everything-oauth

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

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:

  1. Sources — select local logins / keys
  2. 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

Content from the project README on GitHub ↗