Brings the models in the WorkBuddy desktop app straight into DeepSeek Harness — zero configuration in the DSH chat.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:corrinehu/dsh-workbuddy-connect
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
English | 中文
Brings every model in the WorkBuddy desktop app (GLM-5.3, GLM-5.2, DeepSeek-V4-Pro, DeepSeek-V4-Flash, Kimi-K3, MiniMax-M3, Hy3, and more) straight into DeepSeek Harness — zero configuration in the DSH chat.
Features
- Works out of the box: install and enable the plugin, then use it directly in DSH — no extra configuration.

- Info at a glance: Settings → Plugins → DSH WorkBuddy Connect card

Expand the card to see the account, token validity, and remaining credit.

Install
Prerequisite: the WorkBuddy desktop app is installed and signed in (the plugin reuses the app's sign-in state and follows account switches automatically).
dsh plugin --profile web add github:corrinehu/dsh-workbuddy-connect
dsh web
CLI
dsh plugin --profile web exec dsh-workbuddy-connect status: sign-in state and remaining credit (--json for machine-readable output; doctor for diagnostics and logout for credential cleanup are also available).
Known limitations
- Verified on macOS with the DSH Web profile (
0.1.0-rc.7+, Node 22+). The default credential paths on Windows / Linux are unverified — point theWORKBUDDY_AUTH_FILEenvironment variable at the actual location if needed. - Relies on WorkBuddy client interfaces (not a public API); the plugin may need updates as WorkBuddy changes.
Disclaimer
- This project is for personal learning and research only, driving your own WorkBuddy account on your own machine. Do not use it commercially or beyond reasonable personal use.
- Users must comply with the WorkBuddy terms of service. Any consequence of using this project (including but not limited to account restrictions, depleted credit, or service interruption) is borne by the user.
- The author is not liable for any direct or indirect loss arising from the use or misuse of this project.
- This project is not affiliated with, endorsed by, or sponsored by Tencent, WorkBuddy, or DeepSeek. Product names are used for compatibility description only; trademarks belong to their respective owners.
Acknowledgements
- Sliverkiss/workbuddy2api (MIT) — reference implementation of the WorkBuddy upstream protocol.
- franksong2702/dsh-codex-connect (Apache-2.0) — reference for the DSH plugin structure and provider registration.
License
Links
More in this category
Mars-Sea/dsh-commandcode-provider★ 61
Unofficial Command Code LLM provider: registers a `commandcode` route with a live model catalog and reasoning-effort support.
franksong2702/dsh-codex-connect★ 27
Connect ChatGPT OAuth and OpenAI Codex models to DeepSeek Harness, with opt-in search and image tools.
WSL043/dsh-codex-subscription★ 14
Built-in ChatGPT OAuth provider for Codex models, selectable subscription web search, backend quota for standard Codex and Spark, and a DSH settings UI; no API key or Codex CLI required.
suntianc/dsh-codex-auth★ 11
Reuses the Codex CLI ChatGPT login as an `openai-codex` LLM route and adds GPT Auth controls to DSH Web settings.
btspoony/dsh-llm-fallbacks★ 10
Role-based LLM retry & fallback strategies.
WNJXYK/dsh-codex-oauth★ 10
Use a ChatGPT/Codex subscription in DeepSeek Harness with GPT models, image generation, web search, subscription quota reporting, model and feature controls, and browser or device-code OAuth sign-in.