Saltar al contenido principal

Plugins

Explora, filtra e instala plugins de DeepSeek-Harness.

2782 plugins encontrados

Z

dsh-subscribe (plugin)

zoahdev/dsh-subscribe

Steam-style plugin storefront: a plugin registry browsable inside DSH with one-click install, uninstall and update, plus a zero-dependency CLI and agent-callable market tools.

1ayerDesarrollo y herramientas de pluginsMIT
T

dsh-plugin-toggle

tuogusa/dsh-plugin-toggle

Toggle, delete, undo-delete, and check/update plugins from the Web settings panel; runtime enable/disable is persisted to the profile.

1ayerDesarrollo y herramientas de pluginsMIT
S

awesome-dsh

stakeswky/awesome-dsh

Turns a stated need into a plugin choice: an agent skill that queries a catalog of the whole `dsh-plugin` topic (2600+ repos, recrawled every 6 hours, Chinese descriptions from Workers AI) through a ranked search API, then hands back the matching `dsh plugin add` command.

1hace 4 díasDesarrollo y herramientas de pluginsMIT
M

dsh-plugin-center

max-null/dsh-plugin-center

Plugin center for DeepSeek Harness: installed-plugin metadata, a community market with stars and versions, one-click install and update, and a What's New dialog.

1hace 12 horasDesarrollo y herramientas de pluginsMIT
L

dsh-mcp-market

lkmeng2001/dsh-mcp-market

MCP server marketplace for DSH: browse a curated, npm-verified catalog and install MCP servers into the current profile with one click, live without restart.

1hace 4 díasDesarrollo y herramientas de pluginsMIT
K

dsh-theme-switch

kinmat-a/dsh-theme-switch

One-click skin switching for DSH Web settings: auto-detects installed themes, keeps exactly one active at a time, and falls back to the official look when all are off. Changes apply instantly and survive restarts.

1hace 4 díasDesarrollo y herramientas de pluginsBSD-3-Clause
K

dsh-plugin-market

kimiya1010/dsh-plugin-market

A plugin market for DeepSeek Harness: search and one-click install GitHub dsh-plugin plugins straight from the web GUI.

1hace 4 díasDesarrollo y herramientas de plugins
D

dsh-starter-pack

dariandai/dsh-starter-pack

A curated plugin starter pack: batch-installs and configures 15 vetted community plugins across four groups from a Settings-page UI or the /setup command.

1hace 5 díasDesarrollo y herramientas de pluginsMIT
C

dsh-plugin-advisor

chengxiucdp/dsh-plugin-advisor

Quality-aware in-agent plugin discovery: a find_dsh_plugins tool that ranks the whole dsh-plugin topic through a daily quality-scored index (installable manifest, curated listing, license, activity) merged with a live gh search — zero LLM API cost, risk flags and exact install commands in every result.

1hace 23 horasDesarrollo y herramientas de pluginsMIT
8

dsh-plugin-audit

863683348/dsh-plugin-audit

Ecosystem-wide plugin health audit: syncs the dsh-plugin topic into a local scored catalog (maintenance / docs / npm + weekly downloads / ecosystem, 0-100, A-D), static security scan with high-finding grade veto, star history snapshots, web leaderboard and agent tools.

1hace 3 díasDesarrollo y herramientas de pluginsMIT
T

dsh-plugins (dsh-lan-access)

tzhr-invest/dsh-plugins

Complete LAN/remote access for the Web UI: 0.0.0.0 binding, crypto.randomUUID polyfill, token gate (401 login page + WebSocket interception, loopback exempt), privileged-fence and settings-persistence exemptions, and an idempotent installer with upgrade recovery.

1anteayerIntegraciones y acceso remotoMIT
A

dsh-auth-tunnel

ai-eks/dsh-auth-tunnel

Password-gated public access for the DSH Web GUI through quick or named Cloudflare Tunnels, with HTTP/WebSocket proxying and an in-app directory picker.

1hace 18 horasIntegraciones y acceso remotoMIT
Z

dsh-poison-guard

zoahdev/dsh-poison-guard

Pre-install supply-chain poison scanner for DSH plugins: AST (JS-X-Ray) + deobfuscation + regex heuristics, exits non-zero on findings for CI gating.

1hace 3 díasSeguridad y permisosMIT
T

dsh-egress-guard

tancheng33/dsh-egress-guard

Runtime security gate on the tool pipeline: denies calls naming hosts outside an egress allowlist, redacts credentials from results at the canonical value rather than only the rendered content, and appends every decision to a JSONL audit log; ships in monitor-only mode.

1hace 4 díasSeguridad y permisosMIT
S

dsh-web-auth

summersec/dsh-web-auth

Transport-level authentication gate for the DeepSeek Harness Web GUI with server-side sessions, HttpOnly cookies, IP-based login throttling, and an scrypt password CLI.

1hace 3 díasSeguridad y permisosMIT
S

dsh-code-security

stardustlc666/dsh-code-security

Deterministic code security review: 40+ rules, secret entropy detection, staged-diff review, SARIF export, baseline acceptance and SBOM-lite dependency inventory.

1anteayerSeguridad y permisosMIT
S

dsh-cve-audit

sarthak2511/dsh-cve-audit

Live CVE/supply-chain audit for your workspace's own project dependencies (npm/pip/go), backed by OSV.dev, with a `cve_audit` tool plus optional automatic re-scan on lockfile changes.

1hace 4 díasSeguridad y permisos
J

dsh-rule-engine

jilian-dsh/dsh-rule-engine

Rules execution engine for dsh: parses AGENTS.md, hard-blocks rule-violating tool calls, text-based B/D rule auditing, /guard command, version-guard for versioned files, and free-zone support (engine skips free-zone sections).

1hace 11 horasSeguridad y permisosMIT
B

dsh-security-guard

bigclawd/dsh-security-guard

Static and runtime security guard for dsh: rule-based scans for malicious code, prompt injection and token waste, runtime interception of dangerous tool calls, /scan command, plugin_scan tool, web panel, and allowlist.

1hace 4 díasSeguridad y permisosMIT
Y

dsh-update-checker

yzz-s/dsh-update-checker

Conversation header badge showing the DeepSeek Harness version, checking npm for the latest release and prompting upgrades.

1hace 5 díasDesarrollo y herramientas de pluginsMIT
X

dsh-prometheus

xxiaoxiong/dsh-prometheus

Exposes bounded Prometheus metrics for DSH sessions, agents, LLM calls, tools, approvals, subagents, and jobs, with a Grafana dashboard and a loopback-only endpoint by default.

1hace 5 díasDesarrollo y herramientas de pluginsMIT
S

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.

1hace 5 díasDesarrollo y herramientas de pluginsMIT
S

dsh-flakefinder

stardustlc666/dsh-flakefinder

Test-stability tools: repeatedly run vitest/jest/pytest/node:test suites, classify flaky cases, keep history and maintain a quarantine manifest.

1anteayerDesarrollo y herramientas de pluginsMIT
S

deepseek-harness-evolver

shinjiyu/deepseek-harness-evolver

Complement to official Creator mode: stage, validate, live-mount via ctx.plugin, score, and solidify or roll back in-memory tool-plugin trials.

1hace 5 díasDesarrollo y herramientas de pluginsMIT