Install
Inside DeepSeek Harness, with dsh-market
dsh plugin --profile web add dshmarket
Or from the command line
dsh plugin --profile web add github:corrinehu/dsh-workbuddy-connect
Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.
Screenshots
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.