AI Agent Hub
Back to plugins
🤖

dsh-plugin-workbuddy-gateway

Model Inference Updated 2026.09.16

Run the following command in DeepSeek Harness:

dsh plugin install Acoder416/dsh-plugin-workbuddy-gateway

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Acoder416/dsh-plugin-workbuddy-gateway in your terminal to install from https://github.com/Acoder416/dsh-plugin-workbuddy-gateway

About this plugin

DSH expects an OpenAI-compatible endpoint for model inference, but WorkBuddy's subscription API does not expose one out of the box. dsh-plugin-workbuddy-gateway runs a lightweight local gateway that translates WorkBuddy's international or domestic subscription interface into a standard OpenAI-compatible format, letting DSH consume it just like any other third-party model provider.

Everything is managed from a single WorkBuddy panel inside DSH settings: start, stop, or restart the gateway; import desktop credentials or authenticate via browser OAuth; check credit balances and sign-in status; rotate across multiple accounts with per-model rate-limit recovery; switch between the international and domestic regions; and write gateway models into the llm-pi-ai provider config in one click. Rate limits, cooldowns, and unavailability are tracked at the account-and-model level so requests are not wasted before a slot reopens.

The plugin is a fit for DSH users who hold a WorkBuddy subscription and want a unified inference entry point, especially those juggling international and domestic accounts, needing multi-account rotation, or wanting at-a-glance credit visibility. It ships as source code with no plugin-market dependency and runs on Windows, macOS, and Linux.

Use Cases

  • Translate WorkBuddy international or domestic subscription endpoints into OpenAI-compatible routes for DSH inference
  • Manage credit balances, sign-in status, and per-model rate-limit recovery across multiple accounts from one DSH panel
  • Switch between international and domestic regions while the gateway rotates accounts and handles 429 throttling

Best For

  • DSH users with a WorkBuddy subscription who want a single inference entry point
  • Power users juggling international and domestic accounts who need rotation and credit visibility
  • Developers who prefer source installs, local gateways, and no plugin-market dependency