Плагины
Находите, фильтруйте и устанавливайте плагины DeepSeek-Harness.
Найдено плагинов: 236
dsh-api
lilming123/dsh-api
Exposes dsh's internal capabilities (language, workspace registry, agent-status and approval events) over HTTP under /dsh-api on the local loopback socket dsh already listens on, with SSE fan-out at /dsh-api/events.
dsh-launch
khellendros97/dsh-launch
Detached-broker supervision of long-running services (dev servers, watchers, mock APIs) that survive turns, sessions and DSH restarts, with a Service sidebar tab (registered via better-sidebar's extension API) and service_start/stop/restart/list/logs model tools.
dsh-multi-root
luoyu-xingu/dsh-multi-root
Multi-root workspace plugin for the dsh web GUI: attach several independent folders to one project workspace, manage them in a sidebar panel, and let agents read, list, write, and glob across every registered root through gated host-side tools. Hot-plugga
dsh-scout
maxhou-infinity/dsh-scout
Evidence-driven company and job due-diligence for DSH: logs sources with evidence levels, adds evidence-bounded claims, verifies the legal entity against official registries, and renders a PROCEED/VERIFY/STOP report with a verification checklist and interview questions.
dsh-genie
swaylq/dsh-genie
Keeps what the agent builds at runtime: turns a `cordis_define` dynamic package into a real installed plugin that survives restart, writing the bundle and registering the profile layer with no pnpm, no network, and no build authorization.
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.
commercial-ui-ux-codex-skill
zjsthmjialin/commercial-ui-ux-codex-skill
Registers the commercial-ui-ux skill for DSH: task-aware commercial UI/UX/GUI design, review, repair, and implementation (SaaS, dashboards, admin panels, forms, tables, design systems) with a reference-doc system and quality gates.
skill-framework
johnxu22786/skill-framework
Bundles an engineering-methodology skill library as one Cordis plugin: 14 Agent Skills (planning, testing, debugging, review, delivery) registered on ctx.skills for DeepSeek Harness.
pdf-background-gray-codex-skill
zjsthmjialin/pdf-background-gray-codex-skill
Registers the remove-pdf-background-gray skill for DSH: whitens gray/off-white scan backgrounds in image-based PDFs while preserving resolution, page geometry, and anti-aliased text edges (lossless Flate write-back), via a single Python script (pypdf + Pillow + numpy).
inspiration-deck-workshop
zjsthmjialin/inspiration-deck-workshop
Registers the Inspiration Deck Workshop skill for DSH: local static HTML presentation decks (6 deck templates, 25+ layouts, 23 themes & motion showroom) with a validate + PNG/PDF export CLI and smoke tests, zero runtime dependencies.
dsh-multi-workspace
somnusovis/dsh-multi-workspace
Multi-workspace sandbox: grants file-write access to every registered workspace automatically — add a workspace, write to it immediately, no config or escalation needed.
dsh-plugin-qcc
samge0/dsh-plugin-qcc
Источник корпоративных данных Qichacha (企查查) как динамический плагин Cordis: 5 инструментов агента (авторизация с QR-входом, поиск компаний, поиск знаний, поиск инструментов, выполнение инструментов), охватывающих более 100 измерений данных (регистрация бизнеса, акционеры, судебные дела, ИС), плюс менеджер аккаунтов на странице настроек; сетевой/файловый ввод-вывод через подпроцессы DSH с node -e; учётные данные совместимы с локальным клиентом BizOwl.
dsh-plugin-description
mysadc/dsh-plugin-description
Подключите одну строку в composition — и каждая карточка плагина на странице списка плагинов веб-настроек получит двуязычное (zh/en) описание; также публикует сервис pluginDescriptions, чтобы другие плагины могли регистрировать собственные описания.
dsh-all-search
realalexandreai/dsh-all-search
Плагин DeepSeek Harness: провайдер веб-поиска на основе AnySearch (агрегирует exa/tavily/firecrawl через один MCP-шлюз), зарегистрированный в ctx.web.
useful-dsh-plugins
lishize20040802-rgb/useful-dsh-plugins
Двухсторонний плагин DeepSeek Harness: вкладка визуального менеджера плагинов в веб-настройках — включение/отключение любой строки плагина, проверка установленных плагинов (включая официальные строки @deepseek-ai/*) по реестру npm, их обновление, восстановление исходных файлов и обновление самого хоста
dsh-plugin-web-search-tavily
coderdailyone/dsh-plugin-web-search-tavily
Пакет провайдера поиска Tavily для DeepSeek Harness (dsh): регистрирует WebSearchProvider в ctx.web
dsh-router-loomy
2404723600/dsh-router-loomy
Registers the Xunfei Loomy cloud channel as an OpenAI-compatible supplier in dsh-router, adding model listing and streaming chat completions.
dock-flash
tcgbp/dock-flash
Quick Control panel for DSH Web: a docked or floating shortcut panel whose switches other plugins register through the quickControl service. Includes a theme and skin switcher plus fine-grained NO_PROXY proxy controls, and works with dock-base or standalone.
dsh-consumer-audit
qimen039-code/dsh-consumer-audit
Audits a DSH profile for capabilities nothing consumes: inventories the declared composition rows, counts how often each registered tool and skill is actually called in the session logs, separates calls that were made from calls that returned a result, and reports the ones with no observed consumer. Ships a skill that fixes the evidence-chain format for completion claims.
dsh-fight-scene-director
hatsuyuki0103/dsh-fight-scene-director
Registers the fight-scene-director skill for designing AI-video fight scenes, ported from the Codex skill of the same name. Emits structured Chinese prompts for Seedance 2.0/2.5 and MiniMax H3, plus trajectory-map and initial-position image prompts.
dsh-apis-plugin
xianmua/dsh-apis-plugin
Registers any set of HTTP APIs as paired doc-query and request tools for the agent.
dsh-sandbox-arg-guard
apex-mochen/dsh-sandbox-arg-guard
Keeps a redundant sandbox-escalation argument from failing a tool call. Escalating tools (pwsh, bash, write, edit) advertise the full sandbox_permissions enum, but DSH only accepts a level strictly wider than the one already in effect — a check its own source calls 'deliberately not a schema constraint'. A model that reflexively passes the argument therefore picks the level it is already at and the call dies before running with 'sandbox escalation to "workspace-write" is not strictly wider than this call's current "workspace-write" mode', costing some models a whole turn of retries. This plugin registers one tools/execute waterfall listener and, only on that documented rejection and only when the arguments really carried an escalation field, re-issues the identical call once without it. Safe by DSH's own documentation: the rejection precedes any execution ('nothing has run'), and the corrected call cannot match again, so the retry is loop-free. Reproduced and verified end to end — before: isError true, the command never ran; after: the command's real output, isError false, one tool/call and one tool/result. Zero dependencies.
dsh-auto-git
zhitiaojun/dsh-auto-git
Runs git init in each newly registered DSH workspace, with an empty initial commit by default, so git-aware plugins have a repository to attach to; directories already inside a work tree are skipped.
qp-exa-dynamic
geighlord007/qp-exa-dynamic
Exa-backed web search provider for the ctx.web seam, with Exa Dynamic Highlights on by default and the Exa-Beta header that setting requires; exposes all eight Exa retrieval types, adds an /exa command to change highlights, search type and result count at runtime, and registers an exa_search tool that takes its own result count.