Passer au contenu principal

Plugins

Parcourez, filtrez et installez des plugins DeepSeek-Harness.

1107 plugins trouvés

H

dsh-web-launcher

hanwuji1/dsh-web-launcher

One-click launcher for the Web UI: a double-click Start-DSH-Web.cmd on the Windows desktop that boots dsh web and auto-opens the browser (polling until ready), plus a web_launcher model tool (install / open / status).

1le mois dernierIntégrations et accès distantMIT
J

mattpocock-skills-dsh

junqingv587/mattpocock-skills-dsh

DSH bundle porting Matt Pocock's 25 promoted engineering and productivity agent skills (grilling, TDD, code review, domain modeling, etc.).

1le mois dernierCompétencesMIT
X

dsh-image-vision

xsoc1/dsh-image-vision

Pont de pièces jointes d'images dans le chat avec un outil view_image pour tout VLM compatible OpenAI (Ollama local ou cloud) : les images collées/déposées deviennent des marqueurs de chemin view_image avant d'atteindre les modèles DeepSeek texte uniquement.

1le mois dernierVision, voix et multimodal
W

mimo-vision

wulusai2333/mimo-vision

`describe_image` tool: a vision bridge that sends images to mimo-v2.5 through the opencode Zen API (credential `OPENCODE_GO_API_KEY`, free route first with paid fallback) and returns text descriptions for text-only models, with native passthrough and ImageMagick transcoding of SVG/TIFF/HEIC formats.

1le mois dernierVision, voix et multimodalMIT
W

dsh-tool-vision

wanshichenguang/dsh-tool-vision

Outil image_describe (识图) côté modèle sur l'API compatible OpenAI de DashScope (qwen3.7-flash), plus un pont de collage : sur les sessions texte uniquement, les images collées se convertissent automatiquement en chemins de fichiers à l'envoi et se réaffichent dans la transcription, sans jamais déclencher l'admission d'images. Apportez votre propre DASHSCOPE_API_KEY ; endpoint/modèle/budgets configurables, client HTTP anti-redirection, fonctionne dans tous les agent presets.

1le mois dernierVision, voix et multimodalMIT
N

dsh-auto-vision

normanfxxkingrockwell/dsh-auto-vision

Auto-discovery vision bridge for text-only DeepSeek Harness agents: automatically finds an image-capable model from your configured providers and returns picture descriptions as plain text via a vision tool.

1il y a 7 joursVision, voix et multimodalMIT
N

dsh-llm-deepseek-vision

nagasakisoyo-ui/dsh-llm-deepseek-vision

Vision-augmented DeepSeek adapter: a vision-capable model describes image input, then a text-only DeepSeek model reasons over the description.

1le mois dernierVision, voix et multimodalMIT
L

dsh-eyes

leeminjing/dsh-eyes

On-demand vision for text-only DeepSeek models: upload images, and the model calls a view_image tool backed by any OpenAI-compatible vision endpoint (Qwen/DashScope by default).

1le mois dernierVision, voix et multimodalMIT
K

dsh-mindseye

kanchengw/dsh-mindseye

Plug-in vision for text-only models on DSH, with native interaction for image understanding and generation, GUI automation, through layered evidence memory and cache.

1il y a 24 joursVision, voix et multimodalMIT
E

dsh-plugin-mm-vision

elohia/dsh-plugin-mm-vision

Synesthesia Encoder for DSH: a vision model translates images into compact structured spatial text (canvas/elements/percentage coordinates), giving text-only LLMs pixel-level image understanding via the `mm_vision` tool.

1le mois dernierVision, voix et multimodalMIT
C

dsh-deepseek-vision

cheng-cheng9669/dsh-deepseek-vision

Reuses DeepSeek web's built-in vision mode for text-only models: the deepseek_vision tool drives the local deepseek-vision-cli browser automation (manual login helper, deep-think enabled, auto-closes browser) and returns image descriptions as text.

1le mois dernierVision, voix et multimodalMIT
1

dsh-vision-fallback

1helloman1/dsh-vision-fallback

Routes chat images to a fixed OpenAI-compatible vision model, returns factual observations to the selected main model, and reuses session-scoped observations across replay, compaction, and restarts.

1il y a 19 joursVision, voix et multimodalMIT
Y

dsh-funnel

yuanyuanma03/dsh-funnel

Ingestion-time tool-output curation: keeps error and warning lines plus head and tail, spills the full text to disk with a pointer the model can read back; covers every text tool, small results pass through untouched.

1le mois dernierOutils et capacitésMIT
X

dsh-issue-tracker

xxiaoxiong/dsh-issue-tracker

Jira Cloud issue-tracker integration exposing eight model tools for issue search, project and transition lookup, creation, updates, comments, and transitions; writes are opt-in and support dry-run.

1le mois dernierOutils et capacitésMIT
L

dsh-compressor

lifeodyssey/dsh-compressor

A slim port of Headroom: compresses tool output, cuts up to 20% of context, without affecting the model's context cache or agent performance.

1le mois dernierOutils et capacitésMIT
J

model-catalog

johnxu22786/model-catalog

Auto-discovers model listings, pricing and capabilities from OpenAI-compatible API hosts, normalizes them, and emits ready-to-use model configs for dsh.

1le mois dernierOutils et capacitésMIT
C

dsh-stage-gate

changingwang/dsh-stage-gate

Stage-gate governance tools: model-callable gate_open / gate_check / gate_list / gate_close for in-memory, per-session acceptance checks with PASS/BLOCK conclusions.

1le mois dernierOutils et capacitésMIT
S

dsh-plugin-sodamem

sodamem/dsh-plugin-sodamem

Bi-temporal memory backed by a SodaMem daemon: recall is contributed to the prompt while each turn is assembled and every closed turn is ingested, with no tool call and no model call on the read path; each recalled fact cites the turn it came from and carries validity dates, so superseded facts stop being retrieved.

1le mois dernierMémoireApache-2.0
S

dsh-memory-porter

shiye-10pages/dsh-memory-porter

Apportez votre historique Claude / ChatGPT existant dans DSH : import instantané sans tokens du memories.json d'une exportation Claude, transcriptions locales Claude Code sans export nécessaire, et conversations distillées via le modèle déjà configuré dans DSH. Chaque mémoire porte des preuves verbatim vérifiées contre la source par du code — une paraphrase est écartée et comptée, et une preuve trouvée uniquement dans les tours de l'assistant est toujours orientée vers la revue plutôt que stockée.

1le mois dernierMémoireMIT
D

dsh-plugins (dsh-memories)

damonkoy/dsh-plugins

Project-scoped persistent key-value memories with set/get/list/delete/search model tools and JSON-file storage.

1le mois dernierMémoire
A

dsh-active-context-pruning

aerince/dsh-active-context-pruning

Model-authored context pruning for DeepSeek Harness through the official compaction API.

1le mois dernierMémoireMIT
8

dsh-plugin-focus

863683348/dsh-plugin-focus

Focus board for DeepSeek Harness agents: durable, model-maintained notes in the session workspace that pin the objective, constraints, and decisions across compaction and sessions, with automatic context injection, archive on clear, and an optional web panel.

1il y a 11 joursMémoireMIT
N

review-quote-sh

nothree-code/review-quote-sh

Message review and quote chips for conversations: multi-model cross review (code/reply) with severity grading and summaries, review history, and host-persisted preferences.

1il y a 8 joursSessions et messagesMIT
T

dsh-model-reasoning

tikaflow/dsh-model-reasoning

Auto-fills reasoning-effort levels, context windows, output limits and image modality for models from unofficial (custom) providers, with data from models.dev.

1il y a 14 joursModèles et fournisseursMIT