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.

Openai Codex Auth — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-openai-codex-auth

Openai Codex Auth

Unofficial OpenAI Codex provider for DeepSeek Harness with ChatGPT subscription sign-in.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-openai-codex-auth@0.3.3
READMECompatibilityVersions
OpenAI Codex settings in English

Compatibility and provenance

Openai Codex Auth is published as dsh-openai-codex-auth and currently resolves to version 0.3.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.3.3stable
9/6/2026
0.3.2stable
8/21/2026
0.3.1stable
8/21/2026
Show 2 more versionsCollapse versions
0.2.0stable
8/21/2026
0.3.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
0.3.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
198.8 kB
Files
16
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
135
Security scan
✓ v0.3.3 scan passed
Last push
9/6/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

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-openai-codex-auth

简体中文 | English

Adds an openai-codex model provider to DeepSeek Harness. Sign in with an eligible ChatGPT subscription instead of an OpenAI Platform API key.

Only one plugin should own an LLM provider route. Enabling two implementations of openai-codex causes an adapter registration conflict.

OpenAI Codex settings in English

Features

  • ChatGPT sign-in through the OpenAI Codex OAuth device-code flow.
  • Codex models in the DSH model selector, with model-specific reasoning levels.
  • Local credential storage and automatic token refresh.
  • Login status, rolling usage windows, reset times, and Credits in Settings.

Requirements

  • Node.js >=22.19.0.
  • A DSH 0.1.2-rc.1 Web profile.
  • A ChatGPT subscription eligible for Codex, with device-code sign-in enabled.

Install or update

dsh plugin --profile web add dsh-openai-codex-auth

Restart DSH after installing or updating.

From source

npm install
dsh plugin --profile web add .

The package is a DSH bundle, so no separate install script is required.

Usage

  1. Open Settings → OpenAI Codex and select Sign in with ChatGPT.
  2. Open the verification page, enter the displayed device code, and authorize.
  3. Select a model under OpenAI Codex in the model selector.

DSH agents can also call codex_login, codex_status, and codex_logout.

Uninstall

Sign out under Settings → OpenAI Codex first, then run:

dsh plugin --profile web remove dsh-openai-codex-auth

Restart DSH afterward.

Security

  • OAuth tokens are stored locally under PI_OAUTH_OPENAI_CODEX in $DSH_HOME/.credentials.yaml and are never sent to the settings page.
  • Usage data retains only aggregate percentages, reset times, and Credits.
  • Never commit or share .credentials.yaml, auth.json, or environment files.

Report security issues privately according to SECURITY.md.

Development

npm run check
npm test
npm pack --dry-run

See CONTRIBUTING.md before submitting changes.

License

MIT