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.

Plugin Subhub — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-plugin-subhub

Plugin Subhub

DeepSeek Harness third-party subscription integration plugin: Log in to a third-party subscription account to use the models included with the subscription (currently supports OpenAI / ChatGPT subscriptions; more subscription services planned; supports image understanding and image generation and ed

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

npx -y @deepseek-ai/dsh plugin --profile web add github:kinoward/dsh-plugin-subhub#3787f76e26bcaa58e32d9735ada4e78920443d85
READMECompatibilityVersions
Subscriptions settings — signed out (light)Subscriptions settings — signed out (dark)Subscriptions settings — signed in (light)Subscriptions settings — signed in (dark)

Description

DeepSeek Harness third-party subscription integration plugin: Log in to a third-party subscription account to use the models included with the subscription (currently supports OpenAI / ChatGPT subscriptions; more subscription services planned; supports image understanding and image generation and editing within conversations)

Compatibility and provenance

Plugin Subhub is published as dsh-plugin-subhub and currently resolves to version 1.8.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/22/2026

Versions

1.8.1stable
8/22/2026

Related plugins

Loading related plugins…

Latest
1.8.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 5
Weekly downloads
0
Last push
8/22/2026
View source ↗
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 models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.

README

dsh-plugin-subhub — third-party subscription accounts inside DeepSeek Harness

Dsh Plugin Subhub

English · 中文

Bring a third-party subscription account into DeepSeek Harness and chat with the models your subscription covers: text chat, image understanding, image generation, and image editing.

Supported today: OpenAI / ChatGPT, xAI (Grok), and GitHub Copilot subscriptions — all signed in with your subscription account through browser authorization. Key-based services are already built into DeepSeek Harness — add them on its Models page.

Model availability, usage limits, and response speed are decided by the subscription provider and your account. Some features may become temporarily unavailable after the provider changes its service.

Install

  • DeepSeek Harness (dsh) with Node.js 22.19 or later.
dsh plugin --profile web add github:kinoward/dsh-plugin-subhub
dsh web

dsh web boots the web profile (same as dsh --profile web). Restart DeepSeek Harness after installing.

Quick start

  1. Log in — open Settings → Third-party subscriptions, click Sign in on the card of the subscription you want (e.g. OpenAI subscription for a ChatGPT account or xAI Grok subscription for SuperGrok / X Premium+), then open the authorization link in a browser and enter the one-time code (valid for 15 minutes). Once authorized, the page syncs automatically and the subscription appears in the model picker.

  2. Pick a model — click the model selector at the bottom-left of the input area (it shows the current model and reasoning level), choose Model, and pick a model under OpenAI subscription. Adjust the reasoning level from the same menu if needed. Available models and reasoning levels come from your account and stay in sync automatically.

  3. Use images — upload an image and ask about it, describe an image to generate one, or ask to edit an image:

    • View: “What's in this image?” / “Extract the text from this screenshot.”
    • Generate: “A cinematic illustration of a neon street on a rainy night.”
    • Edit: upload an image (or use the one just generated), then “Change the sky to a sunset, keep everything else the same.” The edit uses the most recent image in the conversation; upload one first if there is none.

    Viewing, generating, and editing images all require a model that supports image input; the model info marks it with an “Image input” tag.

Manage your account

  • Re-login / log out — Settings → Third-party subscriptions → Log in again switches accounts; Log out removes the saved login.
  • Update — rerun the install command, then restart DeepSeek Harness.
  • Disable — Settings → Plugins → Plugin list → turn off dsh-plugin-subhub.

CLI sign-in (optional)

No graphical interface? Sign in with the bundled script instead. From the profile directory, run:

node node_modules/dsh-plugin-subhub/login.js

The script prints an authorization link and a one-time code — open the link in a browser, enter the code, and the credentials are saved to ~/.dsh-plugin-subhub/openai-auth.json. After signing in, open Settings → Third-party subscriptions once so the subscription appears in the model picker. The bundled script currently covers OpenAI; every other provider signs in on the subscriptions page.

Screenshots

Browser-framed captures of the plugin in the DeepSeek Harness Web UI — light and dark themes:

Settings → Third-party subscriptions — signed out:

Subscriptions settings — signed out (light) Subscriptions settings — signed out (dark)

Settings → Third-party subscriptions — signed in:

Subscriptions settings — signed in (light) Subscriptions settings — signed in (dark)

Models page — OpenAI subscription expanded (signed in):

Models page — OpenAI subscription expanded (light) Models page — OpenAI subscription expanded (dark)

Using images in a conversation — image understanding:

Image understanding (light) Image understanding (dark)

Generating images in a conversation — text to image:

Text to image (light) Text to image (dark)

Editing images in a conversation — image to image:

Image to image (light) Image to image (dark)

Security & privacy

  • Unless you configure another location, login data is stored in ~/.dsh-plugin-subhub/<provider>-auth.json — one file per provider (e.g. openai-auth.json for OpenAI, xai-auth.json for xAI);
  • The plugin creates or updates those files with access restricted to the current system user;
  • The plugin never reads login data saved by other programs (such as the Codex CLI); sign in once inside this plugin after installing;
  • Signing out deletes the login file the plugin currently uses;
  • xAI sign-in reuses the same OAuth flow the official Grok CLI uses; it is a community-supported path, so xAI may change it at any time.
  • Don't share login files, one-time codes, or other account details — and don't commit them to Git or post them in issues.

Support

  • GitHub Issues — report bugs or request features. Remove account details and other sensitive content before posting.

Service names and logos are trademarks of their respective owners.

License

MIT