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.

Claude Oauth — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-claude-oauth

Claude Oauth

Claude Pro/Max OAuth model provider for DeepSeek Harness with Google/Gmail login in Settings, auto-token refresh, live model discovery, and real-time quota tracking

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

npx -y @deepseek-ai/dsh plugin --profile web add github:grloper/dsh-claude-oauth#5ac6dca2327d804b6ab30604284f86d02f322343
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/6/2026

Versions

1.0.0stable
9/6/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/17/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 entryUsage 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.Ui Usage Billing@kenz1117/dsh-ui-usage-billingUsage billing dashboard for DeepSeek Harness: sidebar cost metrics plus a full dashboard modal, priced from a current multi-provider catalog with real usage aggregated from session logs.

README

dsh-claude-oauth

Claude Pro / Max OAuth integration for DeepSeek Harness (DSH) — sign in directly with your Google / Gmail account from the DSH Web Settings page, with automatic token rotation, live model discovery, and real-time 5-hour / 7-day subscription quota tracking.

English · 简体中文 · Technical Article


Preview

Claude Settings UI


Key Features

  • 🚀 One-Click Google / Gmail Sign-In in Settings: Dedicated Claude section in DSH Settings (order: 13, beside Antigravity and Codex). Click "Sign in with Google / Gmail" to authenticate directly in your browser.
  • ⚡ Zero Terminal Hassle: No manual CLI token dumping, copying strings, or editing YAML config files.
  • 🔄 Dual-Stack PKCE OAuth Engine: Ephemeral loopback callback server listening on dual-stack IPv4 (127.0.0.1) and IPv6 (::1), avoiding Windows localhost resolution traps.
  • 🛡️ Multi-Store Credential Sync: Exchanged tokens automatically sync to:
    • ~/.claude/.credentials.json (shares authorization with the official Claude Code CLI)
    • ~/.dsh/.credentials.yaml (ANTHROPIC_OAUTH_TOKEN and CLAUDE_CODE_OAUTH_TOKEN)
    • ~/.dsh/settings.yaml (configures llm-pi-ai.providers.anthropic with active models)
  • 📊 Live Subscription Quota Meters: Displays real-time 5-hour and 7-day quota utilization bars with reset countdowns in both Settings and the ambient chat composer dock.
  • 🤖 Live Model Catalog: Queries GET /v1/models dynamically. All latest Claude releases (Claude 3.7 Sonnet, Claude Sonnet 4.5, Claude Opus 4.5, Claude Haiku 4.5) mount automatically.

Architecture Flow

OAuth Architecture Flow


Quick Start

Installation

Install dsh-claude-oauth into your active DSH Web profile:

# From GitHub repository
dsh plugin --profile web add github:grloper/dsh-claude-oauth

# Or from local checkout
dsh plugin --profile web add ./dsh-claude-oauth

Sign In via Web Settings

  1. Start or open DeepSeek Harness Web GUI:
    dsh web
    
  2. Open Settings (gear icon on the sidebar).
  3. Select the Claude section from the navigation list.
  4. Click "Sign in with Google / Gmail".
  5. In the opened browser window, choose "Continue with Google", pick your Gmail account, and click Authorize.
  6. The tab will display "Claude Connected". Return to DSH — your account email, tier (CLAUDE PRO or CLAUDE MAX), live quota bars, and models are now active!

Optional: Sign In via CLI

You can also authenticate directly from the command line using the bundled bin script:

claude-oauth-login
# Or via npx
npx dsh-claude-oauth

Setting Claude as Default Agent Model

To make Claude Sonnet 4.5 your default model for all sessions:

In ~/.dsh/settings.yaml:

agent-default-model:
  provider: anthropic
  model: claude-sonnet-4-5

Or pick Claude per-session from the composer model selector.


Verification & Testing

Run the included test suite:

npm run check
npm test

License

MIT © 2026 grloper