Plugins
Parcourez, filtrez et installez des plugins DeepSeek-Harness.
8 plugins trouvés
dsh-housekeeper
guo6x/dsh-housekeeper
Housekeeper d'environnement pour l'agent : inventaire de toolchain (node/pnpm/git/gh/ffmpeg/browsers), analyse scratch/cache avec nettoyage en un clic protégé par liste blanche, et éditeur du fichier de règles machine (AGENTS.md) - le tout dans les paramètres de la GUI web.
dsh-plugin-install
qinyre/dsh-plugin-install
Onglet Installer dans Paramètres → Plugins : installez, mettez à jour et supprimez n'importe quel plugin par spécification npm, `github:user/repo` ou chemin local via le même chemin `dsh plugin add` CLI ; vérifications de mise à jour par rapport au dernier npm ou à GitHub HEAD avec une protection vers la rétrogradation et une vérification de la version résolue, un contournement du temps de refroidissement de la version pnpm 11 à chaque ajout/suppression et un redémarrage du service via le shell de bureau DSH ou un processus de relais sous `dsh web` autonome.
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.