Плагины
Находите, фильтруйте и устанавливайте плагины DeepSeek-Harness.
Найдено плагинов: 8
dsh-housekeeper
guo6x/dsh-housekeeper
Домовёнок окружения для агента: инвентаризация инструментов (node/pnpm/git/gh/ffmpeg/browsers), сканирование scratch/cache с защищённой белым списком очисткой в один клик и редактор файла машинных правил (AGENTS.md) — всё в настройках Web GUI.
dsh-plugin-install
qinyre/dsh-plugin-install
Вкладка Install в Settings → Plugins: установка, обновление и удаление любого плагина по npm spec, `github:user/repo` или локальному пути через тот же путь CLI `dsh plugin add`; проверка обновлений по npm latest или GitHub HEAD с защитой от понижения версии и проверкой разрешённой версии, обход release-cooldown pnpm 11 при каждом add/remove и перезапуск сервиса через оболочку DSH Desktop или relay-процесс в автономном `dsh web`.
dsh-plugins
xarleyn/dsh-plugins
A focused end-user QA surface backed by native DeepSeek Harness sessions
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-engineer-tools
bycall/dsh-engineer-tools
Engineering work-tools for DeepSeek Harness: registers two model-facing Host Tools — a scoped `git` runner, and a package-manager runner (`dev`) that detects npm/pnpm/yarn/bun from the workspace lockfile and picks the right verb per manager. Both run through dsh's sandboxed shell and return structured stdout/stderr/exitCode, so the agent gets focused, reviewable results instead of raw bash, and adding another tool is a copy-paste of one register block.
dsh-npm-runner
nobu121/dsh-npm-runner
DeepSeek Harness plugin: discovers the npm/pnpm/yarn/bun scripts of the current workspace (never descending into node_modules) and runs any of them in the background from a compact control in the composer area or the session header.
dsh-dep-vuln-scan
988hj7tczd-oss/dsh-dep-vuln-scan
Scan project lockfiles (npm/pnpm/yarn/pip/go/cargo/maven/gradle/...) against the free OSV API and report confirmed dependency vulnerabilities with fix versions and remediation commands.
dsh-firstrun
zoahdev/dsh-firstrun
First-run health check for DeepSeek Harness: verifies Node/pnpm/dsh toolchain, home, profile, API key (names only, never values), workspace writability and npm registry, then prints actionable next steps — CLI plus an agent-callable quickstart tool, dsh-firstrun/v1 reports, zero runtime deps.