Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
20 Plugins gefunden
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
Begrenztes, geschichtetes, freigabepflichtiges und auditierbares sitzungsübergreifendes Gedächtnis: eine typisierte `ctx.memory`-Schnittstelle mit einem SQLite-Provider ohne Abhängigkeiten, einem `memory`-Tool und Injektion eingefrorener Snapshots; jeder Schreibvorgang durchläuft das Freigabe-Gate und bleibt aus dem Sitzungsprotokoll rekonstruierbar.
dsh-plugin-check
omdsh-dev/dsh-plugin-check
Plugin-Health-Checks: Manifest-Protokoll, Patch-Format und Build-Fallstricke — ohne Abhängigkeiten und rein lesend.
dsh-toolkit
omdsh-dev/dsh-toolkit
Toolkit ohne Abhängigkeiten: Zeit / Encoding / JSON / Rechner / CSV / Regex / Markdown / Diff / Stat / Schema — zehn deterministische Tools in einer Installation.
dsh-tool-calculator
omdsh-dev/dsh-tool-calculator
Sicherer Auswerter für mathematische Ausdrücke, Recursive-Descent-Parser ohne Abhängigkeiten.
dsh-usage-chart
max-samson/dsh-usage-chart
Token-, Kosten- und Guthaben-Dashboard unter dem Composer: Live-Anzeige plus SVG-Diagramme ohne Abhängigkeiten für Nutzung je Runde, geschätzte Kosten und DeepSeek-Kontostand.
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
CSV (RFC 4180) parsen/abfragen/aggregieren/konvertieren mit einem State-Machine-Parser ohne Abhängigkeiten.
dsh-agent-relay
noelune/dsh-agent-relay
Loopback-first Multi-Agent-Message-Relay: HMAC-authentifizierter Broker plus dsh-Plugin (relay_send/recv/peers/history), CLI- und Python-Clients ohne Abhängigkeiten, Wire-Protokoll 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
Rendert Markdown zu einer eigenständigen, in sich geschlossenen HTML-Seite: ein `md_html_render`-Tool, das auch im Headless-Profil funktioniert, plus eine Web-Schublade zum Durchsuchen, Vorschauen, Bearbeiten und Exportieren lokaler `.md`-Dateien; beide teilen sich einen Renderer, ohne Laufzeitabhängigkeiten.
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
Schreibgeschütztes Audit der Zugangsdaten-Hygiene der Agentenflotte: Berechtigungen von Zugangsdaten-Dateien, eingebettete Zugangsdaten in Git-Remotes (in der Ausgabe maskiert) und Anzahl wörtlich vorkommender Provider-Token; abhängigkeitsfrei und deterministisch.
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.