Plugins
Explora, filtra e instala plugins de DeepSeek-Harness.
78 plugins encontrados
dsh-mcp-manager
nichts0v0/dsh-mcp-manager
Gestor de servidores MCP para DeepSeek Harness: gestiona los servidores MCP desde la página de ajustes web, almacenados globalmente en $DSH_HOME/mcp-servers.json, con conexión/desconexión en tiempo de ejecución.
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-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-docker
jesse-njx/dsh-docker
Control de contenedores tipado y protegido: ps/logs/inspect/exec/start/stop y compose up/down con salida JSON, selección consciente del proyecto y operaciones destructivas sujetas a aprobación.
dsh-fmt
zhijiangtang/dsh-fmt
Formats and validates JSON/YAML/TOML/SQL, with line-and-column error locations.
dsh-workflow-isolate
linxiushen/dsh-workflow-isolate
Alternative WorkflowEngine provider for DSH 0.1.0-rc.7 that runs model-written orchestration in fresh QuickJS/WASM runtimes with a JSON-only host bridge and bounded memory, execution time, and child-agent fan-out.
dsh-kirocrew
zoahdev/dsh-kirocrew
KiroCrew bridge for DeepSeek Harness: let your dsh agent delegate to a persistent, self-evolving KiroCrew workspace over ACP (JSON-RPC 2.0 over stdio).
dsh-dual-plugin-guide
fectivnfy112357/dsh-dual-plugin-guide
Dual-format plugin development guide: teaches agents to build plugins compatible with both the DSH static plugin package (installable via dsh plugin --profile add) and Agent Plugins 1.0 (plugin.json + skills/). Ships as an Agent Plugins 1.0 plugin, a stan
dsh-vision-ocr
timeflies-qyh/dsh-vision-ocr
DeepSeek Harness OCR plugin — offline image text recognition powered by PaddleOCR-json (primary) and RapidOCR-json (fallback). 让 DeepSeek Harness 直接识别图片中的文字,无需视觉模型、完全本地离线运行。
dsh-quickref
worksassistant/dsh-quickref
Developer quick-reference toolbox for DeepSeek Harness (DSH): 12 themed categories (195 entries) + zero-dependency dev tools (regex tester, JSON format, timestamp, Base64/URL codec, cron generator, line diff). 开发者速查工具箱。
dsh-translate
perrylink/dsh-translate
Vendor parameter translation and deterministic JSON repair for DeepSeek Harness: the /translate command maps temperature/top_p/max_tokens/stop/system across 11 vendors, and the tools/post-execute repair layer (plus the fix_json tool) fixes broken JSON too
dsh-agent-run-logger
bluefateludi/dsh-agent-run-logger
Local JSONL run traces for DeepSeek Harness sessions
dsh-artifact-preview
nirvanaslash/dsh-artifact-preview
Codex-style artifact preview for DeepSeek Harness (DSH): produced-files row in chat with inline image thumbnails, and a resizable split-screen side preview panel rendering Markdown / source code / CSV / JSON / images / HTML, plus localhost port preview.
dsh-feed
863683348/dsh-feed
Cross-ecosystem aggregation data layer: syncs the GitHub dsh-plugin topic and the npm registry into one open JSON index, queried by model tools, a CLI, and a minimal stdio MCP server.
dsh-gov
863683348/dsh-gov
Agent governance suite: policy-based tool gating (allow/deny/ask with wildcards and priorities), a structured JSONL audit trail, and per-agent token quotas against the host token meter, with state under $DSH_HOME/gov.
dsh-plugin-verify
863683348/dsh-plugin-verify
Verification toolkit for DSH agents: evidence-based claim checking against workspace files with line citations, config validation (JSON/YAML), and read-only URL/npm/GitHub submission-readiness probes.
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.
dsh-verify
263311487-ux/dsh-verify
Independent browser acceptance testing for agent deliverables: JSON spec in, real-Chromium verdict out.
dsh-artifacts
zoahdev/dsh-artifacts
Render Markdown + JSON into self-contained HTML documents, cards, dashboards, and galleries (CLI + artifact_render tool).
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.
dsh-plugin-hub (dsh-mcp-manager)
wingsky-1/dsh-plugin-hub
MCP server manager: side-panel with per-status server listing, stdio/streamable-http setup forms, mcpServers JSON import, exponential-backoff reconnect, and tools registered to the model as mcp__<server>__<tool>.
computer-control
johnxu22786/computer-control
Desktop (native) control for dsh as a stdio JSON-RPC bridge over a Python core: capture the screen, inject pointer/keyboard input, drive accessibility-tree actions, and gate high-risk operations behind required confirmations.
command-scout
johnxu22786/command-scout
Scans a project's declared build commands — Makefile targets, package.json scripts, just recipes, deno tasks — and exposes them as ready-to-run agent tools.
dsh-plugin-call-trace
huang-zhishi/dsh-plugin-call-trace
Persistent model tool-call trace recorder: every tool call is durably written to a JSONL file that survives restarts, queryable via a structured call_trace tool and a callTraceHistory service, with size rotation and an optional floating canvas UI add-on.