Vai al contenuto principale

Plugin

Sfoglia, filtra e installa i plugin di DeepSeek-Harness.

116 plugin trovati

P

dsh-plugin-dev-kb

pasumao/dsh-plugin-dev-kb

Mirror offline della documentazione ufficiale DeepSeek Harness come skill dsh: 168 pagine del sito (EN/zh) più 52 documenti di riferimento esclusivi del repository, con navigazione per argomenti e indice di ricerca full-text per lo sviluppo di plugin.

216 giorni faStrumenti e capacitàMIT
V

dsh-code-reference

victorzhong0110/dsh-code-reference

Esamina il codice locale e GitHub/npm prima dello sviluppo per trovare implementazioni riutilizzabili, valuta riuso contro riscrittura e verifica il coupling dell’architettura.

212 ore faFlussi e automazioneMIT
M

dsh-fish-tts

mari23333/dsh-fish-tts

Legge ad alta voce le risposte dell’assistente solo tramite Fish Audio API (porta la tua chiave): lettura per messaggio, interruttore di lettura automatica e una pagina impostazioni per modello, reference_id della voce, chiave API cifrata e proxy.

215 giorni faVisione, voce e multimodaleMIT
I

dsh-tool-user-memory

iamlieutenant/dsh-tool-user-memory

Memoria delle preferenze utente per DeepSeek Harness: profilo utente persistente con strumenti memory_get/memory_update e iniezione nel system prompt

2mese scorsoMemoriaMIT
L

dsh-subagent-tools

lynx-gt/dsh-subagent-tools

Override per chiamata di modello, provider, persona e toolFilter per la delega ai subagent, con riferimenti @preset: e ID composti provider/modello

2mese scorsoFlussi e automazioneMIT
D

dsh-imagegen-skill

dingchenhui0618-arch/dsh-imagegen-skill

Registers the imagegen skill on the skill registry, so generating and editing raster images needs no hand-copied files under $DSH_HOME/skills. The agent drives a bundled image_gen.py CLI against any OpenAI-compatible GPT Image endpoint for text-to-image, reference-image editing, and transparent-background cutouts.

13 giorni faCompetenzeApache-2.0
R

dsh-turn-fold

ruisenbai/dsh-turn-fold

Folds streaming reasoning and tool calls into collapsed step bars and collapses each finished turn into a single summary bar; step bars show native tool icons, filenames, edited line counts, and failure counts, finished turns restore duration, first-token time, token usage, generation speed, and cache hit metrics from recorded Session events, and preferences persist on the Host. Changes browser presentation only. Requires DSH 0.1.5-alpha.1.

112 giorni faMiglioramenti UIMIT
C

dsh-newapi-video

chen704290901chen/dsh-newapi-video

Call a new-api (one-api style) relay station's video model from the conversation with @-referenced image/video materials, supporting Seedance 2.0 and Happyhorse text-to-video and image-to-video across four relay protocols.

18 giorni faModelli e provider
T

dsh-quote-followup

tr1v3r/dsh-quote-followup

Quote selected conversation text into the Web composer as native reference chips for focused follow-up turns.

116 ore faMiglioramenti UIMIT
C

dsh-drop

crosery/dsh-drop

Drag or paste files into the Web composer with one image-and-file preview rail; native PNG/JPEG/WebP/GIF keep the image attachment path, while other files reuse a matching local path or stream to Host staging and become @ references only at send time. Includes browser media/PDF and bounded text previews; Office and archives show identity cards, and unsent file entries are page-local.

110 giorni faMiglioramenti UIMIT
V

dsh-v-explorer

victor10035445/dsh-v-explorer

right slider for deepseek-harness-plugin.

119 giorni faMiglioramenti UIMIT
Y

dsh-table-attach

yybukn/dsh-table-attach

Attach tables and documents (xlsx, csv, pdf, zip…) to the DSH composer via paste or drag-and-drop: files are saved into the session workspace and an @reference is inserted.

121 giorni faStrumenti e capacitàMIT
P

dsh-tool-imagegen

pappet/dsh-tool-imagegen

Text-to-image and image-to-image generation via OpenRouter's unified Image API: configurable model aliases with parameters gated against the live model capability listing, reference-image inputs, a settings card, and inline chat display of results.

120 giorni faStrumenti e capacitàMIT
N

dsh-cipher

noxtyrannus/dsh-cipher

Cipher memory platform as a DSH bundle: four memory types (attention, experience, preference, cognitive) sedimented per turn by four memory agents, cross-session deterministic recall injected via systemPrompt.context, insight review kept out of user-facing output, per-session UNNI/LOOP modes with memory-driven auto-continuation, memory search/ingest tools, plus a settings page (SOUL editor) and an AgentPool panel.

121 giorni faMemoria
C

dsh-add-to-chat

choco9527/dsh-add-to-chat

Adds lightweight selected-text references to DSH assistant replies: selections stay outside the editor as removable draft contexts, remain marked beside the source, and render as hoverable annotations after submission.

13 giorni faMiglioramenti UIMIT
R

dsh-better-at

ruiming-cn/dsh-better-at

Fast `@` file/session reference caching for the DSH Web GUI: preloaded indexes, browser-local keystroke filtering and native mention serialization.

121 giorni faMiglioramenti UIMIT
A

dsh-ca-ref

ansonfishing/dsh-ca-ref

Clean Architecture reference library for DSH: 8 pinned reference repos (Go, Java, C#, Python) indexed into a local FTS5 database, with assertion rules, a review ledger, and a read-only observation panel.

123 giorni faStrumenti e capacitàMIT
R

dsh-channel-view

rgarvel/dsh-channel-view

Channel-grouped session view injected into the sidebar — Workspace/Channels tabs with live-running dots, archived grouping, orphan tagging, built purely on official extension surfaces and serving as the RFC-0001 reference implementation.

117 giorni faSessioni e messaggi
S

dsh-plugins (quote-message)

sumomok/dsh-plugins

Quote earlier content of the current session into the composer: select text in any message for a Quote pill, or type @ to pick a whole message; the quote travels as a native reference chip and is serialized into the prompt as a blockquote. Client-only, no host routes, no custom session events.

118 giorni faMiglioramenti UIMIT
L

dsh-qq-skin

lispking/dsh-qq-skin

A QQ NT messenger skin for DeepSeek Harness: light and dark share one QQ NT language — clean restrained light mode (brand blue #12B7F5, light-blue bubbles) and a calm blue-gray dark mode (#101822) — applied as reversible token and layout layers that never touch your Light/Dark preference.

118 giorni faTemi e aspettoMIT
Q

dsh-client-ui-session-mention

qiyu166/dsh-client-ui-session-mention

Type @ in the composer to reference another conversation: pick a historical session and inject its compacted context into the current prompt.

1mese scorsoSessioni e messaggiMIT
A

dsh-credential-manager

accpowered/dsh-credential-manager

Named user credentials the model uses by reference: values are entered on a Settings → Credentials page and injected into each shell execution as DSH_CM_* variables instead of being printed into the transcript, with credential_read as the documented last resort.

1l’altro ieriSicurezza e permessiMIT
Z

dsh-theme-whalegirl

zhoucourier/dsh-theme-whalegirl

Whale Girl light theme for the DSH Web UI, ported from a DreamSkin skin package: registers one native runtime theme with a full --dsw-* token remap derived from the source palette, layers the artwork as an ambient fixed wallpaper behind a frosted UI, and pins the theme against appearance-preference resets.

126 giorni faTemi e aspettoMIT
M

dsh-model-memory

mutx163/dsh-model-memory

Reasoning-effort tier manager for custom API models plus cross-session preference memory: inline low/medium/high/max toggles inside Settings → Models, with atomic settings writes.

119 giorni faModelli e providerMIT