Разработка и инструменты плагинов
Плагины «Разработка и инструменты плагинов» поддерживают сборку, запуск и управление самим DeepSeek-Harness (dsh) и его экосистемой плагинов. Здесь есть шаблоны плагинов и инструменты проверки работоспособности, альтернативные дистрибутивы и среды выполнения, диагностические инструменты для проблем с файлами сеансов и Git-идентификацией коммитов, встроенные маркетплейсы плагинов на основе GitHub-топика dsh-plugin, менеджеры плагинов во вкладке Settings с включением/отключением и заметками, рекомендательные системы по потребностям и сценарные рецепты, а также аудиты плагинов в масштабе всей экосистемы.
Найдено плагинов: 195
dsh-continual-evolve
zk-andy/dsh-continual-evolve
Непрерывная самоэволюция: версионируемое, проверяемое и безопасно откатываемое состояние harness (промпты, память, skills, спецификации субагентов), совершенствуемое по траекториям сессий, с контрольными точками ревью и горячей перезагрузкой skills.
stock-analysis-plugin
weaxs/stock-analysis-plugin
DeepSeek Harness (dsh) plugin for stock analysis, screening, and strategy backtesting across A/HK/US/JP/KR/TW markets
dsh-win32
sjh9714/dsh-win32
Makes Minimal mode work on Windows by supplying the missing win32 process inspector, so the persistent shell actually starts. Adds a busybox-based preset whose persistent shell survives the workspace-write restricted token (MSYS shells die there), ConPTY console-list foreground resolution, GBK/UTF-16 file reads, and an install-trap doctor.
plugin-template
omdsh-dev/plugin-template
Репозиторий-шаблон плагина (на основе официального репозитория turtle-ui).
dsh-plugin-integration
mutalucem/dsh-plugin-integration
Discovers installed DSH plugins with tags, overlap and compatibility detection, one-click enable/disable, failure diagnosis, and update checking.
dsh-harmony
ch4acko3/dsh-harmony
Библиотека для патчинга, замены и декорирования плагинов dsh во время выполнения
dsh-evolve
william-jin-cmu/dsh-evolve
Самоэволюция: агент подключает/отключает постоянные плагины прямо на себе посреди сессии.
dsh-global-rules
badai147/dsh-global-rules
Edit the global ~/.dsh/AGENTS.md rules from the web settings panel, live on save.
dsh-pluginmanager
buhuikongpan/dsh-pluginmanager
Многоуровневый менеджер плагинов для DSH web: нативные плагины сгруппированы только для чтения по категориям система/WebUI/инструменты, пользовательские расширения с включением/отключением, регистрацией, удалением и редактируемыми описаниями.
dsh-plugin-market
springbrand-lab/dsh-plugin-market
Plugin marketplace in Settings that targets any local profile, not just the running one: install, update and remove across web, headless and other profiles, with install-script warnings, an installed view that also covers non-catalog profile dependencies, and an automatic DSH restart when the current profile changes.
dsh-skills-manager
michengai/dsh-skills-manager
Manages local DeepSeek Harness skills in Settings and shows shared Agent skills as read-only.
dsh-update-checker
airmetro/dsh-update-checker
Update management for the whole stack: compares DeepSeek Harness and every installed third-party plugin against npm and GitHub releases (semver-aware), shows a locale-aware banner (zh/en) with per-plugin update status, and provides one-click updates with automatic backup/rollback, temp-dir installs that never touch other packages, and a watchdog-guarded restart. A settings page adds per-plugin version lamps, live update progress, and banner/notification toggles. Zero-config on any machine.
dsh-fail-logger
areium/dsh-fail-logger
Автоматически логирует неудачные вызовы инструментов среди нативных инструментов, PTC run_code и инлайн-вызовов: дедуплицирует и подсчитывает первопричины, превращая их в skill, чтобы повторяющиеся ошибки постепенно исчезали.
dsh-session-health
omdsh-dev/dsh-session-health
Диагностика файлов сессий на уровне фреймов (обнаружение обрывов, повреждений, пустых файлов).
dsh-skill-manager-ytxue
ytxue/dsh-skill-manager-ytxue
Менеджер пула skills в боковой панели настроек: включение/отключение, пакетный импорт папок с подсказками при конфликте имён, проверка соответствия спецификации DSH и автоисправление в один клик на основе состояния, метки области действия system/project.
dsh-extension-hub
relistencode/dsh-extension-hub
All-in-one DSH extension center in Settings: manage skills, MCP servers and plugins, a Plugin Market (curated + GitHub search, npm one-click install), and an Add-ons block to install, disable, uninstall and update companion features together.
dsh-extension-hub (dsh-myrules)
relistencode/dsh-extension-hub
Edit the host-wide global instructions (~/.dsh/AGENTS.md) from a dedicated Customize page in Settings - every session on this machine applies them.
dsh-builtin-toggles
starfie1d1272/dsh-builtin-toggles
Добавляет в DSH Web встроенный каталог плагинов с поиском, пояснениями статуса и безопасными переключателями для проверенных UI-плагинов.
dsh-ssh
uynajgi/dsh-ssh
SSH remote-execution plugin for DeepSeek Harness — ProxyJump chain, SFTP filesystem, subprocess and PTY over ssh2
dsh-plugin-manager
2768651338/dsh-plugin-manager
A plugin manager tab in Settings → Plugins: Chinese names and plain-language descriptions for every installed plugin, one-click enable/disable, in-UI notes editing, and search/filter over the installed catalog.
dsh-movein
sjh9714/dsh-movein
Migrate and import a whole Claude Code or Codex setup into DSH. Skills, slash commands, MCP servers, hooks, subagents and permission rules, with a dry-run moving estimate, a migration diff report and a post-move doctor; installs as a plugin exposing a movein_from_claude_code tool so the agent can do the move for you.
dsh-updater-ui
xingyingyuzhui/dsh-updater-ui
Самообновление DSH на странице настроек: проверка/загрузка обновлений в один клик (`git pull --ff-only`), автоматические фоновые проверки, предпросмотр разницы версий и changelog с красной точкой-напоминанием.
graphlint (dsh)
angeloszou/graphlint
Dead-code detection for AI-generated codebases: graphlint builds a dependency graph, finds code unreachable from any entry point to enable codebase cleanup and functional‑effectiveness understanding, and exposes graphlint_query / graphlint_build / graphlint_config tools plus a graphlint skill to DSH agents.
dsh-mcp-lens
labmimors/dsh-mcp-lens
MCP-шлюз с постепенным раскрытием: ищет по большим удалённым каталогам через `mcp_search`, затем вызывает точные схемы через `mcp_call`, используя отложенные соединения и ограниченные кэши.