DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Oauth Openai — DSH Plugin for DeepSeek Harness
← Plugins

dsh-oauth-openai

Oauth Openai

OpenAI Codex OAuth provider and model adapter for dsh-oauth and DeepSeek Harness

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-oauth-openai@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Oauth Openai is published as dsh-oauth-openai and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
24.1 kB
Files
18
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
100
Security scan
✓ v0.1.0 scan passed
Last push
8/31/2026
View source ↗
Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in security-access.

Doctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consolePocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Auto Reviewdsh-auto-reviewSecond-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log audit.

README

dsh-oauth-openai

OpenAI Codex OAuth provider and model adapter for DeepSeek Harness. It depends on dsh-oauth for account UI, secret storage, refresh locking, and logout, while this package owns the OpenAI-specific protocol and openai-codex LLM route.

Install both local packages into the same profile during development:

dsh plugin --profile web add ../dsh-oauth .
dsh web

Open Settings → Accounts → OpenAI Codex. The default auto login mode uses the localhost browser callback when port 1455 is available and otherwise uses device-code login.

ChatGPT subscription access is distinct from OpenAI Platform API billing. This plugin does not expose the subscription token as a general OpenAI API key and does not read or modify Codex CLI's auth.json.

Migration from dsh-openai-codex

dsh-openai-codex is deprecated in favor of this package. They share the same Cordis plugin ID, so do not install both in one profile. Replace the old bundle with the new package:

dsh plugin --profile web remove dsh-openai-codex
dsh plugin --profile web add dsh-oauth-openai