Plugin
Sfoglia, filtra e installa i plugin di DeepSeek-Harness.
206 plugin trovati
ouroboros (dsh-plugin)
q00/ouroboros
Config-only bundle that mounts Ouroboros through the DSH MCP client, exposing 36 interview, Seed, execution, evaluation, and evolution workflow tools in DSH.
mirage (dsh)
strukto-ai/mirage
Swaps the filesystem and bash providers for a mirage virtual workspace: file tools and shell commands run over mounted resources (RAM, S3, Redis, Slack, Gmail, Notion, Postgres) instead of the host disk, with per-mount read/write/exec modes, per-command sandbox routing (monty, pyodide, quickjs in process; docker, e2b, daytona remote), and installed CLIs (git, gh, slack, linear, ntn, gws, or one you register) as head words in the virtual terminal.
modlens
liustack/modlens
Ponte visivo per modelli solo testuali: incolla un'immagine e ottieni prove strutturate in JSON (OCR, layout, semantica).
api-relay-audit
toby-bridges/api-relay-audit
Runs local security audits of AI API relays and LLM proxies from DeepSeek Harness, producing Markdown reports for prompt injection, model substitution signals, tool-call rewriting, error leakage, stream integrity, and profile-gated Web3 risks.
dsh-vision-toolkit
anionex/dsh-vision-toolkit
Attività visive per modelli solo testuali: Q&A su immagini consapevole dell'intento, OCR su screenshot lunghi, riproduzione UI, grounding e confronto pixel.
mnemon
mnemon-dev/mnemon
Memoria persistente supervisionata da LLM per agenti AI — recupero basato su grafo, conoscenza cross-sessione, binario singolo. Funziona con DeepSeek Harness, Claude Code, OpenClaw e qualsiasi runtime agente.
plur
plur-ai/plur
PLUR memory for DeepSeek Harness — engrams injected straight into the prompt, no tool call required
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-Plugins-Marketplace
bradegithub/dsh-plugins-marketplace
Marketplace dei plugin DSH: sfoglia, installa e aggiorna con un clic, dalla GUI web di DeepSeek Harness, tutti i plugin del topic GitHub dsh-plugin.
humanizer-ru (dsh)
vladimir-human/humanizer-ru
Cleans AI traces from Russian text: finds chatbot copy-paste artefacts (ChatGPT, Gemini, Grok, Perplexity, DeepSeek) and rewrites the text into natural prose on request; 39 regex markers with an evidence registry, offline, text-only bundle.
dsh-mnemon
omdsh-dev/dsh-mnemon
Integrazione approfondita con Mnemon: memoria locale a tre livelli (Runtime Memory, Documents recuperabili, Memory Spaces supervisionati).
dsh-cost-meter
han-1413141/dsh-cost-meter
Costo API per sessione e giornaliero, budget con percentuale di utilizzo, saldo ufficiale, dashboard cronologica e sincronizzazione dei prezzi ufficiali con un clic, comprese le tariffe di punta/fuori punta.
dsh-commandcode-provider
mars-sea/dsh-commandcode-provider
Plugin provider LLM non ufficiale per DeepSeek Harness dedicato a Command Code: catalogo dei modelli in tempo reale, supporto per il livello di sforzo di ragionamento, card nella pagina Modelli. Porting da pi-commandcode-provider (MIT).
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.
local-shell-mcp
fwerkor/local-shell-mcp
Enables LLM to use a cli environment.
recruiting-copilot
viy1204/recruiting-copilot
给 HR / 猎头的 AI 招聘工作流:岗位标准梳理、Boss直聘 + 猎聘双通道寻源初筛、市场人才盘点、简历评估、约面试、候选人台账与日报。可装成 Claude Code 插件或 DeepSeek Harness (dsh) 插件——后者自带可直接上手操作的「招聘浏览器」面板;也能配合任意读 AGENTS.md 的 AI 编程助手使用。
dsh-auto-review
perrylink/dsh-auto-review
Second-model auto-review on the approval answerer chain: a read-only reviewer subagent returns structured allow/deny verdicts with reasons, fail-closed by default.
deepseek-harness-control-center
feibi-mochi/deepseek-harness-control-center
DeepSeek Harness control center for official balance monitoring, per-session costs and tokens, third-party token totals, completion alerts, official recharge, flexible layouts, and agent-assisted session controls.
opencues
opencues/opencues
OpenCues for DeepSeek Harness — LLM word alternatives and `_`-gated blank fill-ins in the dsh composer.
opencues (dsh)
opencues/opencues
Word alternatives and underscore-gated fill-ins in the composer. End a line with _ and it is filled; misspellings are flagged as you type. Routes through the model dsh is already configured with, so it needs no API key.
dsh-smooth-stream
laplace-bit/dsh-smooth-stream
Silky streaming reveal for the Web UI: text appears at the model's arrival rate, new lines glide in, no flicker; follow stays with the user and prefers-reduced-motion is respected.
openguardrails
openguardrails/openguardrails
Modalità Auto per DeepSeek Harness (dsh): una voce Auto nel selettore dei permessi le cui richieste di approvazione vengono gestite dalla policy di OpenGuardrails invece che da un umano, con il motore di guardia OGR completo sotto il cofano. Nessuna modifica al core.
geml
geml-spec/geml
Agent-Native document handling for DSH — addressable blocks let an agent read and edit one section instead of the whole file. Ships the geml MCP server and the authoring and code-graph skills.