Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
67 Plugins gefunden
dsh-web-search-plugin
x-c1811/dsh-web-search-plugin
Vereinheitlichte Websuche für die DeepSeek Harness Naht (ctx.web): DeepSeek (offiziell), Tavily und Brave als Backends mit Browser-Auswahl.
dsh-fabric
hellosky983/dsh-fabric
Vereinheitlicht jede DSH-Erweiterungsschnittstelle hinter einer deklarativen DSL: einen Laufzeitdienst `fabric`, die Tools `fabric_extend`/`fabric_inspect` und eine Einstellungsseite für den Fähigkeitsgraphen.
dsh-native-memory
highland0971/dsh-native-memory
Native Workspace-pro-Workspace-Speicher auf den eigenen Nähten des Harness: Fakten und ein begrenztes, immer aktives Profil auf der JSON-Einheit der Storage-Domain, schreibgeschützte Freigaben mit `(sessionId, seq)`-Zitaten, deterministisches Abrufen plus session-query-FTS über frühere Sitzungen — ohne externen Server, ohne benutzerdefiniertes SQLite.
keyringseam
fieldnote-ops/keyringseam
macOS-Schlüsselbund-Anbieter für Zugangsdaten, der den Lokaldatei-Anbieter ersetzt und einen signierten, notarisierten Universal-Helfer nutzt.
dsh-commandcode-go-provider
jiesou/dsh-commandcode-go-provider
Command-Code-Go-Provider-Adapter für dsh: durchsucht den Go-Plan-Modellkatalog dynamisch und bedient /alpha/generate über die LLM-Schnittstelle des Harness
dsh-subscription-login
woodfood111/dsh-subscription-login
One settings page that lists every subscription sign-in the harness can offer and walks you through it — ChatGPT (Codex), Claude, GitHub Copilot, OpenRouter, Kimi and xAI — reading the list from the authorization seam instead of hardcoding providers, and showing credential records no registered flow claims any more.
galfree
netori/galfree
Ren'Py galgame production workbench: a host-side project service (write gateway plus git snapshots, a dialogue/scene dialect parser, derived progress, human-only review stamps, pinned-SDK validation and playtest, local publish) behind one seam, driven by an embedded web panel and agent tools.
dsh-web-search
cbalaa/dsh-web-search
DSH web plugin: multi-vendor web_search / web_fetch providers for the ctx.web seam (Tavily, Firecrawl, extensible) — works with any LLM provider.
dhs-plugins
kevenliu3/dhs-plugins
Workspace session monitor: aggregates per-session pending/running/completed state into a sidebar footer badge and a floating per-workspace panel, so switching between workspaces never hides a forgotten session; an additive core seam (upstream-seam.patch)
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-darwin (sentinel)
que3sui/dsh-darwin
Session health-check: mechanically mines session logs into structured problem tickets (retry loops, tool-error clusters, interrupted turns, token waste) over the official session-query seam; works standalone.
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-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-web-search
haibinwang9/dsh-web-search
pi-web-access for the DeepSeek Harness: multi-provider web search with automatic fallback (SearXNG → Tavily → Brave → keyless DuckDuckGo) plus URL content extraction, wired into the web seam so the built-in web_search tool is powered by piwa. Search engin
dsh-cline-free-provider
jiesou/dsh-cline-free-provider
Cline free models provider for dsh: scan the Cline model catalog dynamically and serve the :free models through the harness LLM seam
dsh-settings-organizer
xiajiajun516/dsh-settings-organizer
Low-intrusion Settings presentation layer for DSH: group plugins, hide single settings / whole plugins, search settings, and restore hidden items — entirely through DSH's additive client-slot + settings-namespace seams.
dsh-web-search-searxng
chinng-inta/dsh-web-search-searxng
Auf SearXNG gestützter Websuche-Provider für die DeepSeek-Harness-Web-Schnittstelle (ctx.web) — selbst gehostete Metasuche, kein API-Schlüssel, keine Modellrunde pro Suche
dsh-plugin-upgrade
perrylink/dsh-plugin-upgrade
Plugin-author upgrade skill for DeepSeek Harness: one package carrying a corridor index, which detects the caller peer band and routes to the closed corridor card that matches it (0.1.3-alpha.1 -> 0.1.5-rc.1 as legs A+B, 0.1.5-rc.2 -> 0.1.6-alpha.2 as leg C), plus a zero-dependency seam scanner shipped as a bundle skill and an npx CLI.
qp-exa-dynamic
geighlord007/qp-exa-dynamic
Exa-backed web search provider for the ctx.web seam, with Exa Dynamic Highlights on by default and the Exa-Beta header that setting requires; exposes all eight Exa retrieval types, adds an /exa command to change highlights, search type and result count at runtime, and registers an exa_search tool that takes its own result count.
dsh-trust-lan
cbalaa/dsh-trust-lan
DSH web plugin: a loopback-only General-settings switch that grants non-loopback (LAN) browsers Host settings persistence, through the trust-lan settings namespace and the remoteSettingsAccess gate consulted by the seam-patched dsh-client-ui-settings.
dsh-usage-info
navid-kianfar/dsh-usage-info
Context occupancy and account balance for the DeepSeek Harness Web Client: a session-header readout, a balance capability seam, and a DeepSeek provider
dsh-todo-continuity
apex-mochen/dsh-todo-continuity
Keeps an unfinished task list visible across turns. DSH clears the todos projection at the start of every turn and expects the model to rewrite the whole list, so when a turn is interrupted the plan is durably in the session log but permanently gone from the UI — and todo_write is write-only, so neither the user nor the model can read it back. This plugin registers one ordinary session/event listener, remembers the last list per session, and when a turn/start arrives whose remembered list still has unfinished work, re-appends that list so the projection stops reporting an empty plan. No fork of tool-todo and no waterfall: a plugin cannot replace the projection (the registry throws on a stateVersion mismatch), so appending the event the fold reacts to is the reachable seam. Deliberately narrow — only unfinished lists, at most one event per turn start, fails open. Verified by a controlled A/B on real sessions: identical runs differing only in whether the plugin was installed, folded through the real projection definition. Zero dependencies.
dsh-plugin-upgrade-015
perrylink/dsh-plugin-upgrade-015
Merged, version-locked plugin upgrade skill for DeepSeek Harness (0.1.3-alpha.1 to 0.1.5-rc.1 as two closed legs): an evidence-bound version card plus a zero-dependency 20-seam scanner, shipped as a bundle skill and an npx CLI.
dsh-tavily-firecrawl
skillre/dsh-tavily-firecrawl
Tavily search + Firecrawl fetch providers for DeepSeek Harness (web capability seam, ctx.web), with multi-key rotation