Plugins
Explora, filtra e instala plugins de DeepSeek-Harness.
8 plugins encontrados
dsh-housekeeper
guo6x/dsh-housekeeper
Housekeeper del entorno para el agente: inventario de toolchain (node/pnpm/git/gh/ffmpeg/browsers), escaneo de scratch/cache con limpieza de un clic protegida por lista blanca, y editor del archivo de reglas de la máquina (AGENTS.md), todo en los ajustes de la GUI web.
dsh-plugin-install
qinyre/dsh-plugin-install
Pestaña Install en Settings → Plugins: instala, actualiza y elimina cualquier plugin mediante especificación npm, `github:user/repo` o ruta local a través de la misma ruta CLI `dsh plugin add`; comprueba actualizaciones frente a npm latest o GitHub HEAD con protección contra degradación y verificación de versión resuelta, omite el período de espera de lanzamiento de pnpm 11 en cada alta/baja y reinicia el servicio mediante DSH Desktop shell o un proceso relay bajo `dsh web` independiente.
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.