Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
110 Plugins gefunden
dsh-llm-newapi
wenzetan/dsh-llm-newapi
NewAPI (OpenAI-compatible gateway) LLM provider: registers a `newapi` route with chat-only model discovery, auto-fills model parameters (context window, reasoning effort) from models.dev, and adds a Web settings section for the base URL and API key.
dsh-mcp-lens
labmimors/dsh-mcp-lens
MCP-Gateway mit progressiver Offenlegung: durchsucht große Remote-Kataloge über `mcp_search` und ruft dann exakte Schemas über `mcp_call` auf – mit verzögerten Verbindungen und begrenzten Caches.
nowledge-mem-deepseek-harness
nowledge-co/nowledge-mem-deepseek-harness
Eine Gedächtnisschicht für jedes KI-Tool und jeden Agenten: Context-Bundle-Injektion, Recall zur Prompt-Zeit, MCP-Tools und Erfassung des DSH-Threads am Rundenende.
dsh-model-meta-autofill
qjag1024/dsh-model-meta-autofill
DSH plugin: auto-fill metadata (context length, output cap, display name, input modalities) for custom-provider models from the Model Metadata Registry (models.dev).
oss-prompt-optimizer
seven282/oss-prompt-optimizer
Optimize a raw instruction into a professional prompt through the harness llm service — four-section (Role / Task / Context / Format) or a headerless plain-text style. Context-aware by default: the recent conversation is injected as background and may enrich the ## Context section. Long outputs resume from the truncation point with auto-expanded budgets; validated results are cached (identical requests cost zero model calls); a unified call budget bounds worst-case cost. Composer ✨ one-click optimize, undo, cancel and a token-cost hint; prompt_optimize tool (optimize + iterate), auto-optimize hook, auto-detected zh/en role document.
dsh-auxiliary
dsh-plugins/dsh-auxiliary
Dedicated model routes, tools, and system guidance for vision, compaction, reviews, subagents, titles, and image generation.
dsh-rewind
sirilee/dsh-rewind
In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
dsh-stream-rules
jiesou/dsh-stream-rules
Injiziert Regeln nur bei Bedarf, ohne Kontext zu verschwenden. DSH-Portierung von opencode-stream-rules.
widget-dock
morgogh/widget-dock
Verschiebbare Werkbank aus Mini-Karten (API-Guthaben, Token-Nutzung, Sitzungsstatistik, Ziel, Kosten) in den leeren Bereichen neben der Unterhaltung, mit Größenstufen und offiziellen DeepSeek-Preisen.
dsh-token-pet
pk7j7sqryy-ops/dsh-token-pet
Cute token-usage pet in the session header: live context occupancy, per-session usage and breakdown, plus date/weekday, weather, 3-day forecast and severe-weather alerts, all theme-aware.
dsh-agentmemory
elementor-i/dsh-agentmemory
agentmemory for DeepSeek Harness (dsh): full memory_* tools, capture hooks, and context injection over the local REST server
citeciter
kirkchinese/citeciter
Durable citation-thread learning companion for DeepSeek Harness conversations
deepseek-harness-forge-plugins (evidence-first)
jinguanghai/deepseek-harness-forge-plugins
Evidence-first guard: warns the agent when it claims success without a matching tool-execution record in recent context.
dsh-honcho-sync
nanpaidashi/dsh-honcho-sync
Honcho memory bridge: auto-syncs every conversation turn to a self-hosted Honcho service, with recall/search/remember/context/status tools, context injection on session start, and a visual settings panel.
dsh-incognito
huihuitie-zhu/dsh-incognito
Incognito sessions: a standalone ephemeral sub-agent with its own preset (no parent context) and full toolset, draggable floating window, burned to zero traces on close.
dsh-companion
beijingwahw/dsh-companion
Sitzungsbegleiter mit vier Modulen: intelligenter Unterhaltungsexport (Markdown/PDF/JSON/PNG-Langbild mit Schwärzung sensibler Daten und ZIP-Stapelexport), Kontext-Übergabezusammenfassungen mit Vorlagen-Speichern/-Import, API-Kostenoptimierung (Live-Offizialpreise, Stoßzeit-/Nebenzeit-Planung, Tages-/Monatsbudgets, Modell-Routing) und globale Unterhaltungssuche mit In-Chat-Suche (Strg+F, CSS-Custom-Highlight-API).
dsh-codex-migrate
polarskicpl/dsh-codex-migrate
Migrate Codex CLI conversations, MCP servers, memories and project files into DeepSeek Harness sessions, workspaces and MCP registrations. 把 Codex CLI 的对话、MCP、记忆与项目文件迁移为 DSH 会话、工作区与 MCP 注册。
dsh-plan-lattice
1052326311/dsh-plan-lattice
Adds persistent execution contracts, recursive work graphs, critical clarification, and evidence gates for long or underspecified Harness tasks.
dsh-harness-zh-cn
zjl1989-li/dsh-harness-zh-cn
Chinese localization for DeepSeek Harness: translates all system prompts, tool descriptions, and runtime contexts into Chinese at runtime via the system-prompt/assemble waterfall (1788 entries, zero source modification, uninstall restores English).
dsh-browser-fs
whitefirer/dsh-browser-fs
Give agents access to files on the machine where the browser runs: user authorizes a local directory via File System Access, tool calls relay over the plugin's own WebSocket; read-only compat mode for mobile/insecure contexts.
capital-generation
v587d/capital-generation
China A-share financial data MCP server for the harness: 11 fin_data__* tools (quotes/K-lines/financials/calendar/special-data/announcements/EDB/reconcile/funds/indices) over THS free official REST (primary) + AKShare (fallback) + Wind (exclusive domains), with observable degradation, context-budget compression (result-side -72.2% measured), and an offline 10-year market-data lake; BYOK.
dsh-codex-meter
chriszhangwg/dsh-codex-meter
Adds a Settings Usage dashboard for DeepSeek API balance, official token and cost analysis, trends, context warnings, and live API activity.
folder-tree-sh
nothree-code/folder-tree-sh
Workspace file tree for the Web UI: multi-tab preview (text/DOCX/PDF/Markdown/CSV/images), inline Markdown editing, a Git changes panel, and file operations (rename/delete/copy/move/create) via context menu.
prompt-for-me
chuantianml/prompt-for-me
Context-aware next-message suggestions in the DSH composer, with repeated Trigger cycling and explicit user review before sending.