Plugin
Sfoglia, filtra e installa i plugin di DeepSeek-Harness.
20 plugin trovati
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 cross-sessione limitata, a strati, soggetta ad approvazione e verificabile: un'interfaccia tipizzata `ctx.memory` con un provider SQLite a dipendenza zero, uno strumento `memory` e l'iniezione di snapshot congelati; ogni scrittura passa dal gate di approvazione e resta ricostruibile dal log di sessione.
dsh-plugin-check
omdsh-dev/dsh-plugin-check
Controlli di integrità dei plugin: protocollo del manifest, formato delle patch, trappole di build — a dipendenza zero e in sola lettura.
dsh-toolkit
omdsh-dev/dsh-toolkit
Toolkit a dipendenza zero: tempo / codifica / json / calcolatrice / csv / regex / markdown / diff / statistiche / schema — dieci strumenti deterministici in un'unica installazione.
dsh-tool-calculator
omdsh-dev/dsh-tool-calculator
Valutatore sicuro di espressioni matematiche, con parser a discesa ricorsiva a dipendenza zero.
dsh-usage-chart
max-samson/dsh-usage-chart
Dashboard di token, costo e saldo sotto il composer: indicatore in tempo reale più grafici SVG a dipendenza zero per l'utilizzo per turno, il costo stimato e il saldo dell'account 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
Analizza/interroga/aggrega/converte CSV (RFC 4180) con un parser a macchina a stati a dipendenza zero.
dsh-agent-relay
noelune/dsh-agent-relay
Relay di messaggi multi-agente basato su loopback: broker autenticato con HMAC più plugin dsh (relay_send/recv/peers/history), client CLI e Python a dipendenza zero, protocollo di rete 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
Converte Markdown in una pagina HTML autonoma e completa: uno strumento `md_html_render` che funziona in un profilo headless, più un pannello web per sfogliare, visualizzare in anteprima, modificare ed esportare file `.md` locali; entrambi condividono lo stesso renderer, senza dipendenze a runtime
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
Audit in sola lettura dell'igiene delle credenziali della flotta di agenti: permessi dei file di credenziali, credenziali incorporate nei remote git (mascherate nell'output) e conteggi letterali dei token dei provider; senza dipendenze e deterministico
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.