Plugins
Explora, filtra e instala plugins de DeepSeek-Harness.
517 plugins encontrados
dsh-bili-summary
yzz-s/dsh-bili-summary
Proporciona la herramienta bili_summary: metadatos de vídeos de Bilibili, línea temporal de subtítulos y captura de fotogramas con sharp, con manejo de errores y degradación elegante integrados.
dsh-http-tools
lussey820/dsh-http-tools
HTTP/API debugging toolset: full-control HTTP requests (method/headers/body/auth), curl command parsing and one-step execution, in-session request history with side-by-side response comparison, pagination-aware Link headers, and DeepSeek-branded UI cards (optional dsh-http-tools-ui).
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.
dsh-active-context-pruning
aerince/dsh-active-context-pruning
Model-authored context pruning for DeepSeek Harness through the official compaction API.
dsh-sub2api
godd6366/dsh-sub2api
Connect a sub2api gateway to DeepSeek Harness: OpenAI-compatible multi-provider routes (OpenAI / Claude / Grok / Gemini) behind one base URL, with per-key model discovery, usage lookup, and global vision/image tools.
dsh-llm-balance
jonychan8394/dsh-llm-balance
Multi-provider LLM API balances under the chat input, with presets for DeepSeek, OpenRouter and SiliconFlow.
dsh-api-balance
gpiox/dsh-api-balance
Floating API-balance badge for DeepSeek Harness: live balance for DeepSeek, Moonshot, OpenAI and custom endpoints; draggable, resizable, frosted-glass look, with text color adapting to the content beneath.
dsh-minimax-usage
floating-dreaming/dsh-minimax-usage
Adds a "用量" section to the DSH Settings page that shows your MiniMax Token Plan usage (5h and weekly windows with reset countdowns), per-model breakdown, and video bonus credits; fetches `/v1/token_plan/remains` via a trusted plugin that holds the API key, auto-hides when no key is configured. MIT.
dsh-deepseek-quota-left
dk33333333/dsh-deepseek-quota-left
DeepSeek API quota panel collapsed into a left-edge handle for the Web UI: click to expand balance, official today's consumption (with platform token) and live conversation cost; fork of dsh-deepseek-quota.
dsh-payload-capture
moeblack/dsh-payload-capture
Captura cada payload de la API del modelo ascendente en formato JSON (depuración y observabilidad).
dsh-voice
zhuiyueya/dsh-voice
Voz para DeepSeek Harness (dsh): entrada de voz a texto y lectura en voz alta mediante TTS para DeepSeek de solo texto, sin necesidad de clave de API.
dsh-commandcode-provider
kristin130/dsh-commandcode-provider
Plugin de proveedor Command Code para DeepSeek Harness (dsh): funciona con todos los planes de Command Code, incluido el plan Go de 1 dólar; usa la clave de API de autenticación de Studio a través de /alpha/generate, no la API de Provider
dsh-crw
us/dsh-crw
Proveedores de búsqueda y obtención web respaldados por fastCRW para DeepSeek Harness (ctx.web)
dsh-content-studio
zrui-c/dsh-content-studio
Plugin en paquete de DSH: creación de contenido y distribución multiplataforma; captura de pantalla/grabación de escritorio, conversión de Markdown a tarjetas gráficas de Xiaohongshu (5 combinaciones de color × 4 maquetas, ilustraciones fotográficas, imágenes de fondo), publicación mediante la API oficial de dev.to, revisión manual antes de publicar (borradores guardados en disco), e integra Playwright y el MCP de Xiaohongshu.
dsh-plugin-auto-docs
yytbit/dsh-plugin-auto-docs
Skill de generación automática de documentación para DeepSeek Harness: README, documentación de API, changelogs
ai-monitor
winterone-hub/ai-monitor
Plugin de DeepSeek Harness: consulta el saldo/uso de AI Monitor desde SQLite local; un agente consciente de los costes, con contabilidad automática mediante el proxy de AI Monitor.
dsh-web-search-searxng
chinng-inta/dsh-web-search-searxng
Proveedor de búsqueda web respaldado por SearXNG para la interfaz de capacidad web de DeepSeek Harness (ctx.web): metabúsqueda autoalojada, sin clave de API, sin consumir un turno del modelo por cada búsqueda
dsh-yali-image-generator
pptt121212/dsh-yali-image-generator
Plugin de generación de imágenes para DeepSeek-Harness. Solicita tu clave de API de Yali AI en: https://api.yaliai.com/
dsh-claude-mem
bleed00/dsh-claude-mem
Un plugin de DeepSeek Harness que integra claude-mem: consultas, inyección de contexto, guardado manual y ciclo de vida de la sesión a través de la API HTTP de un worker local de claude-mem
dsh-status-plugin
woshi-tom/dsh-status-plugin
Un plugin de estado de dsh con dos mitades, plano de host y navegador: estado en tiempo de ejecución del harness (proceso, listener, presencia de clave de API, memoria, tiempo de actividad, inventario de plugins) en JSON, más alertas SSE enviadas por el servidor, mostradas como una insignia en el encabezado con un panel expandido en la Web UI
dsh-voice-webspeech
anweat/dsh-voice-webspeech
Entrada de voz mediante la Web Speech API del navegador: sin servidor, sin claves, sin descargas de modelos (Edge = Azure, Chrome = Google speech).
dsh-plugin-deepseek-balance
fishxcode/dsh-plugin-deepseek-balance
Saldo de la API de DeepSeek, tendencia del saldo y gráficos de uso diario en los ajustes de DSH Web.
dsh-model-health-probe
fu827707013/dsh-model-health-probe
Manual model probe for DeepSeek Harness: a session-view tab where you pick provider, API type, model and route, then send one real raw HTTP request over openai-completions, openai-responses or anthropic-messages — streaming or not — and read latency, TTFT, HTTP status, token usage and a three-layer diagnosis chain (API request / model response / strict check) on one screen, with errors in plain language.
dsh-harness-ui
jianjianzhu/dsh-harness-ui
A full-page console panel opened from the sidebar, with eight tabs: an overview; a session list read from the sessions service (title, directory, running state, updated time, with filters); installed bundles and Loader entries from pluginInventory and pluginManager, with per-bundle enable switches; a plugin market listing public topic:dsh-plugin repositories from the GitHub search API; a model and provider editor that writes the llm-pi-ai settings namespace through remote.settings.mutate (switch a session model, add or edit providers and their model lists, and store API keys via remote.credentials, merging over the stored profile so fields the form does not expose survive an edit); MCP and skills tabs; and a usage tab that reads the host's loopback /api/dsh-usage/overview document. Services are declared through ctx.inject, so a deployment that omits one mounts without the console rather than crashing.