Plugins
Explora, filtra e instala plugins de DeepSeek-Harness.
1664 plugins encontrados
dsh-wordbox
arcmosin/dsh-wordbox
Caja de palabras comunes (常用词盒子): plugin del cliente web de DeepSeek Harness; un panel deslizante persistente de palabras/frases junto al compositor, con categorías globales/del proyecto actual e inserción con un clic. Funciona en cualquier espacio de trabajo.
dsh-cost
giantgkl/dsh-cost
Plugin de DeepSeek Harness (DSH): coste de la conversación en vivo y saldo de la cuenta DeepSeek en la fila de estadísticas del compositor; en RMB en la UI en chino, en USD en la UI en inglés
dsh-polyglot
jesse-njx/dsh-polyglot
El selector de modelos para DSH: apúntalo a cualquier endpoint compatible con OpenAI, con preajustes curados de proveedores de DeepSeek gratuitos/económicos y alternativa automática cuando un nivel gratuito te limita la tasa.
llm-adaptive
dylan121322/llm-adaptive
Enrutamiento adaptativo de modelos: clasificación de complejidad por solicitud con enrutamiento automático de proveedores.
dsh-workshop
loguhan/dsh-workshop
Tienda de plugins al estilo Steam Workshop para la Web UI de DSH: explora, busca e instala con un clic plugins de la comunidad, con aceleración por espejo, UI de progreso, comprobaciones de seguridad y descripciones en chino.
dsh-plugin
picgo/dsh-plugin
Sube imágenes y archivos locales a tu servicio de alojamiento de imágenes usando la configuración existente de PicGo (PicGo Cloud, GitHub, S3, COS, Qiniu o cualquier plugin de subida instalado), mediante una herramienta `picgo_upload` y un comando `/picgo`.
dsh-figma-to-lottie
zimai233/dsh-figma-to-lottie
Compila rutas SVG y especificaciones de fotogramas clave en archivos de animación Lottie JSON autónomos.
dsh-voice
jesse-njx/dsh-voice
Notas de voz de entrada, respuestas habladas de salida: dicta audio que se convierte en mensajes de usuario (transcribir), haz que el agente lea las respuestas en voz alta (hablar), con prioridad local bajo ~/.dsh/voice.
dsh-llm-vision-bridge
einskyle/dsh-llm-vision-bridge
Puente de visión nativo del proveedor LLM: las imágenes pegadas en el chat son descritas por un modelo de visión (Qwen3-VL vía pi-ai/llama.cpp) y esa descripción de texto se envía a DeepSeek de solo texto para la respuesta; la admisión de imágenes, el enrutamiento y la compactación pasan por mecanismos nativos del harness, con una caché LRU de descripciones y reintento en 503.
dsh-session-export
bwndlct/dsh-session-export
Exporta la sesión actual a archivos Markdown y JSON portátiles y versionados por esquema, mediante la herramienta `session_export` y comandos con barra, con nombres de archivo seguros entre plataformas.
dsh-mic-input
qt-chen/dsh-mic-input
Entrada de voz por micrófono para el editor: transcripción en vivo mediante la Web Speech API del navegador, deduplicación/continuación automática, puntuación inteligente, y ajustes de idioma y envío automático.
dsh-file-uploads
l541402398/dsh-file-uploads
Sube cualquier archivo local desde el editor web, muestra tarjetas pendientes y gestiona los archivos almacenados en Ajustes.
dsh-skills-manager-plus
appthin/dsh-skills-manager-plus
Manage DSH skills and commands from Settings: list, enable/disable, edit, delete and add skills across global and project scopes, and save reusable prompts as slash commands.
dsh-tracescope (dsh-tracescope)
rebornace/dsh-tracescope
DSH right-sidebar plugin that compares two git commits, builds a manual-test checklist from the impact scope, and supports fail notes, screenshots, task attachments, and defect submission to Yunxiao, GitHub, GitLab, or a webhook.
formalswarm
fashionmascherine-svg/formalswarm
Runs a thesis-antithesis-seal debate whose verdict is computed from real command exit codes and case counts, never from agent prose.
dsh-forge-studio (plugin-daily-log)
0x7a7a6572/dsh-forge-studio
Work reports for DeepSeek Harness: gathers Git commits and local agent conversations (DeepSeek/Claude/Codex) and renders daily, weekly or monthly reports from your own templates; the agent tool is injected on demand.
agent-feedback-loop (dsh-plugin)
super3ben/agent-feedback-loop
Feeds every dsh prompt into the local agent-feedback-loop feedback-memory pipeline — captures dissatisfaction, reviews it offline into reflections, and attaches the compiled recurrence-rule context back to the turn, never blocking a prompt. Requires the agent-feedback-loop runtime; running agent-feedback-loop install afterwards wires existing dsh profiles automatically.
dsh-chattree
ryanzeeee/dsh-chattree
Shows a DSH session as a conversation canvas — every turn is a node, any turn forks a real child session, and a compacted context folds into one green node you can keep talking from; the left rail groups canvases by DSH workspace and renames them in step with the session titles.
dsh-custom-mode (editor)
bowluna/dsh-custom-mode
Custom modes / assistant manager: give each mode its own system prompt in the settings page — a custom prompt that is a plain file the agent loop re-reads before every model step, so an edit applies to the running session on its next step — and start it from the official standard / PTC / minimal / Cordis composition, toggling the plugin rows it mounts one by one (a custom plugin composition per mode), renaming it as you like. Several assistants coexist with their own prompts, so one machine can keep a coding assistant, a chat companion and a roleplay (RP) persona side by side — a multi-agent setup you pick from per new session. Rows left untouched stay byte-identical to the shipped ones, platform conditions included.
dsh-anthropic-membership
antonio-mastropaolo/dsh-anthropic-membership
Sign in to DeepSeek Harness with a Claude Pro/Max membership (no API key), downscale Anthropic request images to a 2000px long edge, slim /compact summarizer payloads, and show 5-hour/weekly plan usage plus DSH message counts.
dsh-opencode-go-usage
wawo77/dsh-opencode-go-usage
Plan-usage pet for the DSH web GUI: a floating skeletal-animated character reports quota in a speech bubble, auto-matching the configured provider (OpenCode Go, Command Code, DeepSeek) to show a plan percentage or an account balance, and falling back to local token stats when the provider API is unavailable; draggable, wheel-scalable (90-260px), synthesized click sounds, loopback-only routes.
dsh-expert-team
yangdcm/dsh-expert-team
Role-based multi-agent team for DeepSeek Harness. The /team command assembles up to 12 specialist subagents (product, architect, researcher, UI, backend, frontend, database, security, reviewer, QA, DevOps, docs) and runs a nine-phase gated pipeline (clarify, research, design, spec review, plan approval, implement, review, test, deliver) over a shared workspace of artifacts (SPEC, PLAN, TASKS, STATE, REVIEW, TEST). Quality gates are enforced by plugin code rather than requested in prompts: an unfinished task cannot be marked completed, quality findings must be adjudicated by the reviewer or QA role, and coverage gaps or rework over budget appear live in the overlay and in /team status. Ships a live team overlay (phases, roster with per-role models, task DAG, artifact preview, decision buttons), a persistent-team mode that resumes across sessions, and per-run token and time accounting. Zero runtime dependencies, no build step.
dsh-nico-theme
more-nico/dsh-nico-theme
Switchable liquid-glass theme for the DSH web UI — 14 panels become frosted glass over a fluid backdrop, with material sliders and hover elasticity.
dsh-improve-prompt
hoyyang/dsh-improve-prompt
One-click prompt improvement for the DSH composer: press the sparkle button to rewrite the draft into an agent-ready prompt, replaced in place and undoable, with a deterministic fidelity check that keeps every path, identifier, number, URL and backticked token verbatim, plus a length ceiling that blocks inflation.