Плагины
Находите, фильтруйте и устанавливайте плагины DeepSeek-Harness.
Найдено плагинов: 38
dsh-crew
zseven-w/dsh-crew
DeepSeek Harness (DSH) plugin: dispatch work to DSH agents from Claude Code / Codex — native subagent progress, in-host worker sessions with per-tier presets, and a multimodal bridge that lends the text-only harness vision and image generation.
plugin-registry
vlln/plugin-registry
Инфраструктура экосистемы: лёгкая браузерная консоль для управления плагинами официального репозитория (без патчей) плюс skill make-dsh-plugin для пошаговой разработки плагинов.
dsh-plugin-check
omdsh-dev/dsh-plugin-check
Проверки состояния плагинов: протокол манифеста / формат патчей / ловушки сборки — без зависимостей, только чтение.
dsh-harmony
ch4acko3/dsh-harmony
Библиотека для патчинга, замены и декорирования плагинов dsh во время выполнения
dsh-mcp-panel
perrylink/dsh-mcp-panel
Панель управления рантаймом только для чтения для официального MCP-клиента DSH: статус подключения, зарегистрированные инструменты, ошибки и число переподключений через команду /mcp и вкладку настроек, с очищенным отображением и предложениями патчей для включения/отключения.
hermes-dsh-collab
cavan-ou/hermes-dsh-collab
Подключает DeepSeek Harness к пайплайну Hermes: шаблон спецификации диспетчеризации, маршрутизация по уровню модели, контрольные точки качества, запускаемые оркестратором, правило единственного writer'а в git — в виде пакета SKILL.md (устанавливается как бандл).
novel-writer
sailoumili/novel-writer
Installs a multi-agent novel-writing preset for DeepSeek Harness: one conductor agent dispatches five specialized subagents — world-building, plotting, character management, prose writing, and QA review.
dsh-llm-oauth
ziyou979/dsh-llm-oauth
OAuth / subscription-plan LLM login (Grok, GitHub Copilot, OpenAI Codex, Anthropic, OpenRouter): durable credential store with on-request token refresh, no repo patches (Grok/Copilot verified; use Codex with caution).
dsh-plugin-doctor
zoahdev/dsh-plugin-doctor
Health checks for DSH plugins: manifest/patch/entry/build/pack/install verification, model-callable plugin_check, profile host-shadowing + BOM detection, environment diagnostics, and poison preflight.
dsh-skin-switcher
zhtx2024/dsh-skin-switcher
A settings-panel skin manager that auto-discovers installed Web UI skins, switches between them in one click, and maintains the profile patch automatically.
dsh-subagent-cwd
lynx-gt/dsh-subagent-cwd
Расширяет dsh-subagent-tools рабочей директорией (cwd) для каждого вызова субагента, поставляется с двумя необходимыми внутрипроцессными патчами провайдера.
dsh-sidebar-files
fallen0543/dsh-sidebar-files
Sidebar file tree for DeepSeek Harness: a files panel with a lazy, per-extension-icon tree, copy-path and send-to-agent actions
deepseek-kernel-harness
leemiracle/deepseek-kernel-harness
Linux kernel dev domain plugin for DeepSeek Harness (dsh): verification pyramid L1-L4 as model-facing tools + graph-layer governance (anti-Goodhart / blind-spot / patch-conflict) + AGENTS.md contract as a system-prompt section. Plain JS, no build step.
omdp
xjungit/omdp
Unified DeepSeek Harness connector: edit MCP servers (cordis.patch.yml) and user skills (~/.dsh/skills) from one Web UI settings page.
dsh-hooks
peterbon/dsh-hooks
Config-driven lifecycle hooks: event→command declarations in cordis.patch.yml, with Feishu card notifications and a QR scan-to-create bot setup.
dsh-chameleon (bundle)
lsz-asd/dsh-chameleon
Самоизменяемая desktop-рабочая среда для DeepSeek Harness: полная копия dsh web с режимом редактирования, в котором агент изменяет саму рабочую среду (слои патчей, плагины, интерфейс) с горячей перезагрузкой.
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-agent-conductor
mjorgin/dsh-agent-conductor
Dispatch self-contained tasks from DSH to 11 external agent CLIs (Codex, Claude Code, TraeCode, OpenCode, Gemini, Cursor, Kimi, Qwen, Copilot, WorkBuddy, Grok): a host-only bundle registering the conductor_dispatch tool plus an auto-triggered conductor skill.
dsh-recall
relistencode/dsh-recall
Conversation history recall for DSH: three-layer (literal/fuzzy/semantic) retrieval over every past session's original text, fully local & offline — AI never forgets what you told it. One-command install via `dsh.bundle.patch`, semantic layer runs in a worker thread.
dsh-messages-sanitizer
leeminjing/dsh-messages-sanitizer
Auto-repairs the messages array after a tool-dispatch crash (orphaned tool_calls / tool messages), preventing 400 INVALID_REQUEST session lock-ups.
dsh-swarm-router
r600a-code/dsh-swarm-router
Sub-agent matrix swarm that routes heterogeneous tasks to the most suitable model from an OpenRouter-like gateway plus cfgpu.com/llm/square, dispatches each via in-process subagents or direct LLM calls, and tracks per-model token consumption with a feedback-driven ranking.
dsh-tui-app
kouyichi/dsh-tui-app
Interactive terminal chat app for dsh: streaming conversation, tool cards, jobs panel, full-text search, trajectory replay, multi-session tabs, and A2A dispatch (Ink-based).