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.

Allrouter — DSH Plugin for DeepSeek Harness
← Plugins
A

dsh-allrouter

Allrouter

Register AllRouter as a DSH provider: one base URL and one key for Kimi K3, Claude, GPT, Grok, GLM, DeepSeek, MiniMax-H3. Switch models without managing separate providers; every call reports real cost.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:mario03690/dsh-allrouter#999a5f818770efa6cbee1d7cb0afb0501a6ca7ca
READMECompatibilityVersions

Compatibility and provenance

Allrouter is published as dsh-allrouter and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.1.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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-allrouter

One base URL, one key — Kimi K3 · Claude · GPT · Grok · GLM · DeepSeek · MiniMax-H3.

DSH lets you add any OpenAI-compatible provider. Point it at AllRouter and you stop juggling three providers and three keys: switch between Kimi-K3, Claude Opus 5, GPT-5.6, Grok, GLM, DeepSeek and MiniMax-H3 from one endpoint, billed to your own account at direct rates. Every response reports its real cost.

Install

dsh plugin --profile <your-profile> add github:mario03690/dsh-allrouter
export ALLROUTER_API_KEY=sk-...

Then pick any model above in dsh. This plugin ships only a provider block (llm-pi-ai.providers.allrouter in cordis.patch.yml, per the dsh v0.1 provider docs) — no tool code runs on your machine, and your key stays in your own environment. Settings changes take effect on the next request; no restart needed.

Verified 2026-08-17 against https://allrouter.ai/v1: Kimi-K3, claude-fable-5, gpt-5.6-sol, grok-4.6, GLM5.2, deepseek-v4-flash all return valid openai-completions responses with a usage block (so per-call cost is computable).

MiniMax-H3: available on AllRouter but priced as a "self-serve" model — enable it once in your AllRouter console (系统设置 → 运营设置 → 开启自用模型) before selecting it. The other models work out of the box.

Why AllRouter

  • One account, one key, one bill across many frontier models — no per-provider setup.
  • Direct token rates, no markup; failed calls not charged.
  • Real cost returned on every call, so you can compare models on price/latency, not marketing.

Disclosure: published by the team behind ainetcafe.com; AllRouter is the routing service we build on. Get a key: https://allrouter.ai/register. MIT.

Compatibility & permissions (at a glance)

SignalThis plugin
Runtimedsh v0.1 developer preview (2026-08-13, Cordis v4). Touches only the MCP client config shape — the narrowest surface available. Verified against a live endpoint on 2026-08-17.
What runs locallyNothing. Ships one provider config block (llm-pi-ai.providers.allrouter); no tool code, no build step, no lifecycle script.
Filesystem accessNone.
Shell / process accessNone.
Network accessOutbound HTTPS to allrouter.ai/v1 only, made by dsh itself — this package adds no network client.
CredentialsYour own ALLROUTER_API_KEY, read from your environment by dsh and stored in $DSH_HOME/.credentials.yaml. We never see it.
Data retentionPrompts go directly from dsh to AllRouter; this package stores nothing.
DependenciesNone.
LicenseMIT (see LICENSE).
PublisherThe team that runs ainetcafe.com — our own hosted service, free tier plus paid usage. Issues get a same-day reply.

A directory listing is not a security review. Read cordis.patch.yml — it is short enough to read in full in under a minute.