Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
463 Plugins gefunden
dsh-web-search-litellm
yunxiyang/dsh-web-search-litellm
Web search provider for the ctx.web seam that routes the DeepSeek web_search tool through a LiteLLM proxy using the OpenAI Responses API, reusing LITELLM_API_KEY.
dsh-sub-cli (plugin)
dingminhua/dsh-sub-cli
Install and call external Agent CLIs (Codex, Claude Code) from DSH without touching the system install. Each CLI gets its own Provider, model, reasoning effort and permission preset, callable directly or as a native subagent.
dsh-commandcode
wjf1/dsh-commandcode
Command Code LLM provider plugin adapted for DSH-Desktop 0.7.1: registers a commandcode route, with a live model catalog, reasoning-effort support, and real-time plan usage display.
DSH-model-router
bill277048-hash/dsh-model-router
Rule-based multi-provider model routing for DeepSeek Harness with pre-first-token failover, cooldown circuit-breaking, usage accounting, and a status API.
dsh-makimaTUI
kirkice/dsh-makimatui
A terminal workbench for dsh with streaming chat, tool execution, session management, provider management, and image input.
dsh-search-switcher
hudson-junior-wang/dsh-search-switcher
One-click search-engine switcher beside the DeepSeek Harness model picker; changes the dsh-free-search provider, handy on overseas university networks that block the DeepSeek Official search endpoint.
dsh-llm-gate
d3vmeh/dsh-llm-gate
Per-provider concurrency gate on the llm/stream waterfall: holds surplus model requests in a FIFO queue inside DSH so main agent, subagents and compaction take turns on a single-slot local server (llama.cpp --parallel 1) instead of timing out; maxConcurrent / maxQueued / queueTimeoutMs.
dsh-web-search-doubao
kenny2077/dsh-web-search-doubao
Doubao Search (Volcengine 豆包搜索) web search provider for the DeepSeek Harness — swaps the active web_search backend to the standalone Doubao Search API with its own key and billing (500 free searches per month), and ships a dedicated settings card that stores the key via the credentials service.
dsh-web-search-tavily
renchengxiang/dsh-web-search-tavily
Tavily-backed search provider for native web_search, with a Settings → Plugins card for API key management and toggling DeepSeek replacement.
dsh-web-search-glm
noemm/dsh-web-search-glm
Zhipu GLM web search provider: registers as `glm` on the ctx.web seam and runs the native web_search server tool through GLM's Anthropic-compatible API (Coding Plan billing).
dsh-model-sync
zhangyqjiaoshou-oss/dsh-model-sync
One-click/auto sync provider model lists against /v1/models endpoint.
dsh-model-provider
pc439527/dsh-model-provider
Provider-first three-level model selector for the DSH Web model seat: pick a provider, then a model from that provider, with inline search on both levels, failed-provider retry rows, and a Model · Provider trigger.
dsh
openllmsh/dsh
Routes the harness through the OpenLLM gateway: a pure-config Cordis patch that adds an `openllm` provider to the in-box pi-ai adapter pointed at the local daemon (`127.0.0.1:8787/v1`, no API key held by dsh) and registers the `openllm mcp` stdio server (openllm, claude-context, supermemory tool groups).
dsh-model-palette
jensen-yao/dsh-model-palette
Global Alt+M model command palette for DeepSeek Harness Web: fuzzy search over models and providers, favorites and recents, per-model reasoning effort, provider and model configuration, request retries, capacity presets, and optional OpenRouter image/video generation tools.
football-mcp
howillmakeit/football-mcp
Data-provider MCP server for football: results, stats, odds, standings, form and head-to-head for 18 European leagues (1993-94 →) and 8 cup competitions, for any MCP client. Also a DeepSeek Harness (dsh) plugin.
dsh-camel
juwanxu/dsh-camel
Provider/model-aware adaptive pacing and visible rate-limit retries for DeepSeek Harness free models.
dsh-provider-info
cowwo/dsh-provider-info
在模型座左侧显示当前模型所属提供商(显示名称优先,回退 Provider ID)。纯运行时装饰,不改动原生页面源码。
dsh-plugins (balance)
sumomok/dsh-plugins
DeepSeek account balance in the sidebar footer plus spend per session, today, this month and all time, priced by a configurable time-of-day price table per currency (DeepSeek CNY/USD defaults included). Two read-only remote methods, no host routes, key read through the host credentials seam on every call, egress only to the configured provider origin.
dsh-retry-boost
hhb1028/dsh-retry-boost
让 DeepSeek Harness 自动重试商汤 429/QUOTA 等瞬时网关故障直到任务完成——启动时给所有 llm-pi-ai provider 热注入加固版 retryPolicy。
dsh-model-visibility
lzh3070/dsh-model-visibility
Model visibility manager for DeepSeek Harness: hide or show any model in the conversation model selector from a dedicated settings page. Per-model switches, search, provider-level batch actions, reset-all. Zero intrusion - writes only its own hidden list, never the provider config; hiding a model in use never interrupts a running session.
dsh-freeroute
0xrushmoon/dsh-freeroute
Free-tier model aggregation for the DeepSeek Harness (dsh): registers the freeroute provider over a pool of free-quota upstreams (OpenCode Zen / B.AI / OpenRouter / SenseNova built in, plus remote catalogs and custom gateways), transparent failover before
dsh-pouch
moon16u/dsh-pouch
A pouch of practical micro-plugins for DSH: per-turn wall-clock time injection, safe restart, session ID header badge, Tavily search provider, configurable LLM request-header routes, and an MCP server console managing the official @deepseek-ai/dsh-mcp-client at runtime — add/edit/enable/disable/reconnect, per-tool switches, live status over SSE, mcpServers JSON import, and auto-migration of profile-YAML MCP entries.
dsh-claude-driver
zhangjunjesse/dsh-claude-driver
Run the main session model on a local Claude Code subscription through the official Claude Agent SDK, taking over the llm/stream route for the claude-code provider, with token-level streaming, session resume, and DSH tools bridged in over MCP so they keep DSH sandbox and approval.
dsh-model-management
sharewiner/dsh-model-management
Manages the default DSH model, provider and model visibility, and optional OpenAI Responses web search.