Plugins
Explora, filtra e instala plugins de DeepSeek-Harness.
20 plugins encontrados
engramory
tinqiao-oss/engramory
Curated file-based long-term memory for DeepSeek Harness — human-readable markdown notes, one plain-file store shared across hosts (git-ignored when it lives inside a project repo), and a deterministic index cap enforced by ctx.tools.guard()
engramory (plugin)
tinqiao-oss/engramory
The Engramory curated-memory discipline as an installable plugin ([npm: dsh-engramory](https://www.npmjs.com/package/dsh-engramory)): a deterministic 200-line / 25 KB cap on the `MEMORY.md` index via `ctx.tools.guard()` — growth denied, a shrinking rewrite always passes — plus the protocol registered as a runtime skill. The store is plain markdown, one file per fact, shared with Claude Code, Codex, Kiro, and OpenClaw.
dsh-memento
perrylink/dsh-memento
Memoria entre sesiones acotada, por capas, sujeta a aprobación y auditable: una interfaz `ctx.memory` tipada con proveedor SQLite sin dependencias, una herramienta `memory` e inyección de instantáneas; cada escritura pasa por la puerta de aprobación y es reconstruible desde el registro de sesión.
dsh-plugin-check
omdsh-dev/dsh-plugin-check
Comprobaciones de salud de plugins: protocolo del manifest, formato de parches y trampas de build; sin dependencias y de solo lectura.
dsh-toolkit
omdsh-dev/dsh-toolkit
Kit de herramientas sin dependencias: tiempo / codificación / json / calculadora / csv / regex / markdown / diff / estadísticas / schema; diez herramientas deterministas en una sola instalación.
dsh-tool-calculator
omdsh-dev/dsh-tool-calculator
Evaluador seguro de expresiones matemáticas, con un parser de descenso recursivo sin dependencias.
dsh-usage-chart
max-samson/dsh-usage-chart
Panel de tokens, coste y saldo debajo del compositor: indicador en vivo más gráficos SVG sin dependencias para el uso por turno, el coste estimado y el saldo de la cuenta DeepSeek.
dsh-pilot
guo6x/dsh-pilot
Zero-dependency browser control: drive a real headless Edge/Chrome over CDP with 8 `pilot_*` tools (navigate/click/type/keys/eval/screenshot) plus a live draggable cockpit panel in the Web GUI - text-first snapshots for text-only models, no Playwright, no API key.
dsh-tool-csv
omdsh-dev/dsh-tool-csv
Analiza, consulta, agrega y convierte CSV (RFC 4180) con un parser de máquina de estados sin dependencias.
dsh-agent-relay
noelune/dsh-agent-relay
Retransmisión de mensajes multiagente centrada en loopback: broker autenticado por HMAC más plugin de dsh (relay_send/recv/peers/history), clientes CLI y Python sin dependencias, protocolo de cable v1.0.
dsh-pet-whale
nzl153/dsh-pet-whale
Desktop pet drawn from the official whale outline: pure-SVG animation follows agent state (thinking, working, celebrating, error), with poke and double-click flip interactions, cursor avoidance, 7 palettes, light/dark theme sync, and a playable web preview.
dsh-md-preview
lesliewylie/dsh-md-preview
Renderiza Markdown en una página HTML autónoma e independiente: una herramienta `md_html_render` que funciona en un perfil headless, más un panel web para explorar, previsualizar, editar y exportar archivos `.md` locales; ambos comparten un único renderizador, sin dependencias en tiempo de ejecución.
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.
dsh-fleet-audit
lesliewylie/dsh-fleet-audit
Auditoría de solo lectura de la higiene de credenciales de la flota de agentes: permisos de archivos de credenciales, credenciales incrustadas en remotos de git (enmascaradas en la salida) y conteo de tokens de proveedor en texto plano; sin dependencias y determinista.
dsh-quickref
worksassistant/dsh-quickref
Developer quick-reference toolbox for DeepSeek Harness (DSH): 12 themed categories (195 entries) + zero-dependency dev tools (regex tester, JSON format, timestamp, Base64/URL codec, cron generator, line diff). 开发者速查工具箱。
dsh-notify-skill
pakiknowledge/dsh-notify-skill
Email reminders from your DSH agent when you're away: fires at goal completion, blockage, before asking the user a decision, and at long-task milestones via a bundled zero-dependency Node SMTP sender.
cot-lint
yuanyuanma03/cot-lint
Chain-of-thought leakage linter: zero-dependency CLI that finds AI-session residue in docs and comments (dead design citations, PR vantage, change narration, review choreography), shipping the cot-trim fixing skill as the installable bundle.
dsh-artifacts
zoahdev/dsh-artifacts
Render Markdown + JSON into self-contained HTML documents, cards, dashboards, and galleries (CLI + artifact_render tool).
dsh-mcp-bridge
chhlafiu4312/dsh-mcp-bridge
Zero-dependency MCP client bridge that connects stdio and HTTP MCP servers and registers their tools as mcp_<server>_<tool> for the agent.
qmd-autosearch
zhangzhenwen1/qmd-autosearch
Auto-supplement QMD semantic search when the model greps/globs a knowledge-base directory: zero-dependency DSH plugin, async injection via next-step, no manual invocation.