Разработка и инструменты плагинов
Плагины «Разработка и инструменты плагинов» поддерживают сборку, запуск и управление самим DeepSeek-Harness (dsh) и его экосистемой плагинов. Здесь есть шаблоны плагинов и инструменты проверки работоспособности, альтернативные дистрибутивы и среды выполнения, диагностические инструменты для проблем с файлами сеансов и Git-идентификацией коммитов, встроенные маркетплейсы плагинов на основе GitHub-топика dsh-plugin, менеджеры плагинов во вкладке Settings с включением/отключением и заметками, рекомендательные системы по потребностям и сценарные рецепты, а также аудиты плагинов в масштабе всей экосистемы.
Найдено плагинов: 195
dsh-devtools
izz-blue/dsh-devtools
Metadata-first runtime profiler for DSH agents: turn/step traces, model and tool wall-time timelines, provider usage, retries, errors, and live or historical sessions.
dsh-testkit
iiwish/dsh-testkit
Docker-isolated real-host lifecycle tests for DSH plugins across install, boot, tool registration, update, uninstall, reinstall, and recovery, with structured evidence.
dsh-power-button
huasheng33991/dsh-power-button
One-click start/stop button pinned to the window bottom-right corner: restarts DeepSeek Harness in place via a detached helper that relaunches the exact boot invocation (loopback same-origin guarded), with an optional stop-only action.
dsh-housekeeper
guo6x/dsh-housekeeper
Environment housekeeper for the agent: toolchain inventory (node/pnpm/git/gh/ffmpeg/browsers), scratch/cache scan with whitelist-guarded one-click cleanup, and the machine rules file (AGENTS.md) editor - all in the Web GUI settings.
dsh-mattpocock-skills-deck
featherhunter/dsh-mattpocock-skills-deck
Right-side details panel that turns the Matt Pocock skills collection into a DSH quest board: wayfinder decision maps, per-issue triage / fix / discuss / execute actions, 9-item core-skill probe plus 20-skill radar, environment checks, and one-click handoff across sessions.
dsh-depguard
delightor/dsh-depguard
Dependency-topology guard: pre-install conflict prediction and post-install detection of duplicate @deepseek-ai/dsh-* copies, version drift, and vendored core services that cause Symbol-key crashes like "Cannot read properties of undefined (reading 'prepare')".
dsh-plugin-clinic
ayahunter/dsh-plugin-clinic
Read-only health clinic for the installed DSH plugin set: loader health, dependency integrity, version compatibility, install-script risk, duplicates and patch integrity, delivered as a model tool, a Settings dashboard and JSON reports.
dshp
asdf17128/dshp
Registers `list_profiles` and `export_profile`, so the agent can show what setups exist and hand back a whole profile — bundle order, plugin versions and patch — as one portable file to share. Read-only.
dsh-doctor
asdf17128/dsh-doctor
Registers a `config_doctor` tool that checks the harness's own configuration for problems that boot silently: fields a patch dropped by whole-config replacement, patches targeting missing entry ids, and tool-name collisions. Read-only.
dsh-startup-guard
aokamoaki/dsh-startup-guard
Boot-time guard that repairs corrupt session logs, preflights plugin composition, vm-checks client artifacts, smoke-tests host apply() and quarantines crash-causing bundles, so a broken plugin can never brick startup.
dsh-python-env
angeloszou/dsh-python-env
Wraps Python virtual environment management commands: reduces the network and permission problems agents hit when managing environments through terminal commands, works across operating systems, and routes installs automatically through mirrors and local proxies. The tools are strictly confined by the granted read/write permissions.
dsh-progress-viz
2008924/dsh-progress-viz
Real-time stage, ETA & cost dashboard for headless dsh tasks: turns the black-box session event stream into a live multi-task grid (cordis plugin + standalone local dashboard, no API calls).
dsh-doctor (plugin)
moonquake2004/dsh-doctor
Офлайн-диагностика для DSH: 19 проверок окружения, профиля и состояния сессии, с панелью «Doctor» в настройках и JSON API только для чтения.
dsh-hot-plugin-host
tianyazty/dsh-hot-plugin-host
Загрузка плагинов во время выполнения для веб-интерфейса: отслеживаемая горячая директория устанавливает/обновляет наборы клиентских плагинов вживую на каждой открытой странице без перезапуска. Включает пример дашборда субагентов в правой колонке.
dsh-test-runner
suimi8/dsh-test-runner
Инструмент структурированного запуска тестов (test_run): автоопределение Vitest/Jest/pytest/node:test, запуск тестов, разбор сводок сбоев для модели.
dsh-payload-capture
moeblack/dsh-payload-capture
Захватывает каждый payload API вышестоящей модели в JSON (отладка и наблюдаемость).
dsh-plugin-Audit
tttwh/dsh-plugin-audit
Отображает список плагинов DeepSeek Harness с группировкой по источнику — официальные плагины и установленные вручную, всё наглядно.
dsh-view-modes
nigelyao/dsh-view-modes
Режимы отображения для deepseek harness, включая Verbose, Normal, Summary Mode
dsh-file-preview
pjy-20051012/dsh-file-preview
dsh-content-studio
zrui-c/dsh-content-studio
Плагин-набор DSH: создание контента и публикация на нескольких платформах — скриншоты/запись экрана рабочего стола, преобразование Markdown в графические карточки Xiaohongshu (5 цветовых схем × 4 макета, фотоиллюстрации, фоновые изображения), публикация через официальный API dev.to, ручная проверка перед публикацией (черновики сохраняются на диск); подключает Playwright и MCP Xiaohongshu.
dsh-gpu
zytsyj/dsh-gpu
Слой выполнения с учётом GPU для DeepSeek Harness: инструменты gpu_status / gpu_exec / gpu_run_bg, внедрение контекста GPU на каждом шаге, автоматический выбор карты через CUDA_VISIBLE_DEVICES
dsh-doctor
jorinyang/dsh-doctor
Плагин диагностики, восстановления и отката для DeepSeek Harness: dsh_doctor (диагностика), dsh_doctor_fix (восстановление с журналированием), dsh_doctor_rollback (отмена по принципу LIFO), а также сервис времени выполнения Cordis для динамического самовосстановления.
dsh-context-lens
gordonlu/dsh-context-lens
Профилировщик контекста запросов для DeepSeek Harness — покажет, что изменилось между запросами к модели и как при этом изменилось повторное использование кэша.
dsh-repro
evilirving/dsh-repro
/repro экспортирует минимальный, очищенный от секретов, воспроизводимый пакет проблемы: журнал сессии, неудавшиеся команды и Git diff.