Плагины
Находите, фильтруйте и устанавливайте плагины DeepSeek-Harness.
Найдено плагинов: 20
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
Ограниченная, многоуровневая, проходящая через подтверждение и поддающаяся аудиту память между сессиями: типизированный интерфейс `ctx.memory` с провайдером SQLite без зависимостей, инструмент `memory` и инъекция замороженных снапшотов; каждая запись проходит через шлюз подтверждения и остаётся восстановимой из журнала сессии.
dsh-plugin-check
omdsh-dev/dsh-plugin-check
Проверки состояния плагинов: протокол манифеста / формат патчей / ловушки сборки — без зависимостей, только чтение.
dsh-toolkit
omdsh-dev/dsh-toolkit
Набор инструментов без зависимостей: time / encoding / json / calculator / csv / regex / markdown / diff / stat / schema — десять детерминированных инструментов в одной установке.
dsh-tool-calculator
omdsh-dev/dsh-tool-calculator
Безопасный вычислитель математических выражений, парсер рекурсивного спуска без зависимостей.
dsh-usage-chart
max-samson/dsh-usage-chart
Дашборд токенов, стоимости и баланса под composer: живой индикатор плюс SVG-графики без зависимостей для использования по каждому ходу, оценочной стоимости и баланса аккаунта 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
Разбор/запросы/агрегация/конвертация CSV (RFC 4180) через парсер на конечном автомате без зависимостей.
dsh-agent-relay
noelune/dsh-agent-relay
Ретранслятор сообщений мультиагентов с приоритетом loopback: брокер с HMAC-аутентификацией плюс плагин dsh (relay_send/recv/peers/history), CLI- и Python-клиенты без зависимостей, протокол передачи 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
Рендеринг Markdown в автономную самодостаточную HTML-страницу: инструмент `md_html_render`, работающий в headless-профиле, плюс выдвижная веб-панель для просмотра, предпросмотра, редактирования и экспорта локальных `.md`-файлов; оба используют один рендерер без зависимостей во время выполнения.
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
Аудит гигиены учётных данных парка агентов, только для чтения: права доступа к файлам с учётными данными, встроенные учётные данные в git-remotes (маскируются в выводе) и количество токенов провайдеров в открытом виде; без зависимостей и детерминированно.
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.