Saltar al contenido principal

Plugins

Explora, filtra e instala plugins de DeepSeek-Harness.

2055 plugins encontrados

N

dsh-voice-input

newdanew/dsh-voice-input

Voice input for the web UI: a mic button in the composer that transcribes speech into the draft via the Web Speech API, with an optional auto-send toggle.

0hace 4 díasVisión, voz y multimodalMIT
M

dsh-fish-tts

mari23333/dsh-fish-tts

Reads assistant replies aloud via Fish Audio API only (bring your own key): per-message read-aloud, auto-read toggle, and a settings page for model, voice reference_id, encrypted API key, and proxy.

0ayerVisión, voz y multimodalMIT
H

dsh-voice

haoku123/dsh-voice

Full-duplex voice mode for the Web UI: a composer mic (RMS endpoint detection) transcribes speech with whisper running locally in the browser, assistant replies stream back as spoken audio sentence-by-sentence, and speaking interrupts playback and the running turn (true barge-in). No API key.

0anteayerVisión, voz y multimodalMIT
F

dsh-dingo

february2015/dsh-dingo

Sound reminders with one-click jump for concurrent sessions: the current session gets crisp dang/dang-dang tones, other sessions a soft ding/ding-ding plus a top-right card that jumps straight to the replying conversation.

0hace 3 díasIntegraciones y acceso remoto
B

dsh-voice-ai-girlfriend-plugin

beiyege-01/dsh-voice-ai-girlfriend-plugin

Voice AI girlfriend for the Web UI: FunASR mic input, Qwen3-TTS spoken replies, companion animation window, and two-way QQ chat (text/voice/image push) via NapCat.

0anteayerVisión, voz y multimodal
S

dsh-easyvision

s3yf1337/dsh-easyvision

Give text-only models vision: a describe_image tool that delegates images to a vision model from your dsh model list over the harness's own LLM runtime.

0hace 3 díasVisión, voz y multimodalMIT
R

dsh-vision-subagent

ruby1304/dsh-vision-subagent

Vision for any DSH route: paste images in the Web composer with intent-aware auto-analysis, delegate workspace image reads to a Kimi/MiniMax vision subagent, and materialize pasted originals for editing.

0hace 19 horasVisión, voz y multimodalMIT
M

dsh-unsloth-hands

microherox/dsh-unsloth-hands

Hands repetitive text and vision labor (OCR, image analysis, comparison) to a locally running Unsloth Desktop (Unsloth Studio) server through unsloth_run and unsloth_vision tools; pure HTTP client, never spawns or owns processes.

0hace 23 horasVisión, voz y multimodalMIT
L

dsh-vision-plugin

ld-1101/dsh-vision-plugin

Give your text-only model eyes - chat image attachments are auto-described via a vision model (default prompt), with iterative re-parsing through model-generated prompts when details are missing; system/custom model modes + GUI config panel, key-safe secret handling, and a small host patch for DSH 0.1.0-rc.6 (see repo README).

0anteayerVisión, voz y multimodalMIT
K

dsh-vision-recognizer

kaixinbaba/dsh-vision-recognizer

Vision provider route that transcribes attached images to text through a configurable model (15+ OpenAI-compatible and Anthropic vendors) while DeepSeek keeps answering.

0hace 3 díasVisión, voz y multimodalMIT
I

dsh-quicksight

isanti2016/dsh-quicksight

Two-tier image reading for text-only models: fast local OCR (RapidOCR, offline) first, vision-model fallback (modlens).

0hace 3 díasVisión, voz y multimodalMIT
G

dsh-vision-guard

good-boy4069/dsh-vision-guard

Transparent image guard for text-only routes: paste images without the 400 session deadlock, plus a vision_analyze tool for OCR/PDF/docx/pptx/video.

0hace 4 díasVisión, voz y multimodalMIT
E

dsh-plugin-image-input

elohia/dsh-plugin-image-input

Image-to-text input for the Web UI: paste or drag an image and it is transcribed into structured text and sent, giving text-only LLMs image-input takeover (OpenAI-compatible vision API).

0hace 4 díasVisión, voz y multimodalMIT
B

dsh-vision-solution

br1nosense/dsh-vision-solution

Give DSH text-only models vision: an image/OCR/document recognition skill (race pool → custom channels → local) plus an idempotent host patch so image messages reach the model.

0anteayerVisión, voz y multimodal
V

dsh-preview

viger1/dsh-preview

Headless-browser verification tools so the agent opens the page it just built, reads the rendered DOM and computed styles, checks the console, and screenshots the result; ships a frontend-verify skill.

0ayerHerramientas y funcionesMIT
V

dsh-pilot

viger1/dsh-pilot

Browser operation by accessibility refs: navigate, snapshot the page as a ref tree, act on elements, and wait for conditions; the origin policy follows the session approval stance and is enforced by request interception.

0ayerHerramientas y funcionesMIT
S

dsh-chrome

stuarthu/dsh-chrome

Chrome side panel that embeds the dsh web UI and lets the agent read the current page, capture HTTP traffic, and drive the browser.

0hace 15 horasHerramientas y funcionesMIT
S

dsh-plugin-search

shinjiyu/dsh-plugin-search

Keep the built-in web_search tool without an official DeepSeek API key: disable web-search-deepseek and use Tavily keyless by default.

0hace 4 díasHerramientas y funcionesMIT
R

dsh-searxng

rogerdigital/dsh-searxng

SearXNG-backed web_search provider for the web seam: free, self-hosted, key-less metasearch through your own instance's JSON API, with a bundled loopback-only docker-compose example.

0hace 20 horasHerramientas y funcionesMIT
J

browser-automation

johnxu22786/browser-automation

Real-browser automation for dsh via an MCP server (Playwright core): navigate, click, fill, type, screenshot, and act on accessibility snapshots with numbered references - all 22 web_* tools re-exposed to the harness over stdio.

0anteayerHerramientas y funcionesMIT
J

dsh-jiey-browser

jiewaigongxing/dsh-jiey-browser

Drive Jiey Browser from DeepSeek Harness over MCP: navigate, snapshot, act, read, screenshot, and manage tabs in a real Chromium profile.

0hace 18 horasHerramientas y funcionesMIT
2

dsh-verify

263311487-ux/dsh-verify

Independent browser acceptance testing for agent deliverables: JSON spec in, real-Chromium verdict out.

0hace 18 horasHerramientas y funcionesMIT
Z

dsh-artifacts

zoahdev/dsh-artifacts

Render Markdown + JSON into self-contained HTML documents, cards, dashboards, and galleries (CLI + artifact_render tool).

0anteayerHerramientas y funcionesMIT
Y

dsh-human-task

ywgatustcbbs/dsh-human-task

Human-in-the-loop tools (`human_task` / `human_task_ready_check`): pause the agent until the user performs a real-world action or returns an observation (GUI operation, game testing, visual verification, hardware checks), gated by session consent and an AFK presence check, returning a structured JSON result via a web task dialog.

0hace 4 díasHerramientas y funcionesMIT