Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
375 Plugins gefunden
dsh-talk
perrylink/dsh-talk
Voice-first session loop for DeepSeek Harness: a composer microphone button with browser/local speech-to-text (Web Speech, FunASR, whisper.cpp), a speak tool for text-to-speech replies (browser, edge-tts, piper), event announcements with mute, and speak-t
dsh-mcp-servers
meltartica/dsh-mcp-servers
DeepSeek Harness bundle that exposes Model Context Protocol (MCP) servers — stdio, streamable HTTP and legacy SSE — as native Harness tools, with a settings UI, live status, auto-reconnect, and backup/restore via local files or WebDAV.
jayhe-mdviewer
1149784810/jayhe-mdviewer
General file previewer for DeepSeek Harness: after an agent turn produces files, the produced-files row expands vertically and one click opens a right-side panel that renders markdown (official MarkdownText), syntax-highlighted code, csv/tsv tables, text,
dsh-plugin-wiki-tools
lion-1209/dsh-plugin-wiki-tools
Native tools for an Obsidian wiki vault: wiki_query, wiki_write, wiki_rename, wiki_scaffold, wiki_archive, and wiki_lint cover BM25 search with link-graph context, bookkeeping writes with sha256 source tracking, vault-wide renames, mode scaffolds, source archiving, and health checks — with cross-process locks and optional git auto-commit.
dsh-paper-slides
literaf/dsh-paper-slides
Turn a paper into an academic talk for DeepSeek Harness (dsh) — 论文转 PPT / 组会汇报 / 会议报告 / 答辩 / 开题. Reads the real full text, budgets the slot per venue, and builds the deck around the figures with the speaker notes written as the script. Drives dsh-ai4schol
yuque-notes-plugin
cchenbin042/yuque-notes-plugin
Save messy notes (text + images) to a Yuque knowledge base, classified by the model.
read-paper
louwenbo580/read-paper
A paper-review panel for the DeepSeek Harness: converts PDF papers into structured, selectable text (columns, headings, tables, sub/superscripts, table of contents) with figure and display-equation rendering, a floating ask-about-the-selection dialog, and
dsh-directive-compact
ya8d/dsh-directive-compact
Pure-incremental directive-driven compaction for DeepSeek Harness: /compact-directive <requirement> summarizes the session middle per your requirement, /trim-directive <requirement> trims the whole conversation per your requirement
dsh-preset-anchored-standard
ruby1304/dsh-preset-anchored-standard
Minimal-anchored agent preset: request #1 keeps the real bash + str_replace_editor pair with auto-injected context stripped, then promotion unlocks the full Standard catalog and posts a one-shot background-jobs notice against sleep-polling habits.
dashr (dashr)
fgm-builds/dashr
RLM mode for dsh: recursive sub-agents via a unified rlm() function — spawn, await, and chain child agents as first-class Python calls. Adds a persistent IPython kernel with tools.* bindings and context-as-variable.
dsh-ci-context
lucas-ward/dsh-ci-context
Injects allowlisted GitHub Actions and GitLab CI run metadata into agent context without reading logs, credentials, or provider APIs.
dsh-fish-tts
mari23333/dsh-fish-tts
Reads assistant replies aloud via Fish Audio API only (bring your own key): per-message read-aloud, auto-read toggle, and a settings page for model, voice reference_id, encrypted API key, and proxy.
dsh-easyvision
s3yf1337/dsh-easyvision
Give text-only models vision: a describe_image tool that delegates images to a vision model from your dsh model list over the harness's own LLM runtime.
dsh-subagent-vision
niuniuaba/dsh-subagent-vision
Lets a text-only DeepSeek agent read images in the same session by delegating to a vision-capable subagent, with send-time image-to-path conversion.
dsh-vision-plugin
ld-1101/dsh-vision-plugin
Give your text-only model eyes - chat image attachments are auto-described via a vision model (default prompt), with iterative re-parsing through model-generated prompts when details are missing; system/custom model modes + GUI config panel, key-safe secret handling, and a small host patch for DSH 0.1.0-rc.6 (see repo README).
dsh-quicksight
isanti2016/dsh-quicksight
Two-tier image reading for text-only models: fast local OCR (RapidOCR, offline) first, vision-model fallback (modlens).
dsh-vision-guard
good-boy4069/dsh-vision-guard
Transparent image guard for text-only routes: paste images without the 400 session deadlock, plus a vision_analyze tool for OCR/PDF/docx/pptx/video.
dsh-plugin-image-input
elohia/dsh-plugin-image-input
Image-to-text input for the Web UI: paste or drag an image and it is transcribed into structured text and sent, giving text-only LLMs image-input takeover (OpenAI-compatible vision API).
dsh-vision-solution
br1nosense/dsh-vision-solution
Give DSH text-only models vision: an image/OCR/document recognition skill (race pool → custom channels → local) plus an idempotent host patch so image messages reach the model.
dsh-funnel
yuanyuanma03/dsh-funnel
Ingestion-time tool-output curation: keeps error and warning lines plus head and tail, spills the full text to disk with a pointer the model can read back; covers every text tool, small results pass through untouched.
msds-chain-mcp (dsh)
littleblakew/msds-chain-mcp
Chemical safety intelligence through the hosted MSDS Chain MCP endpoint: 23 tools for compatibility and mixing order, GHS hazards, PPE, storage, waste disposal, exposure limits, transport classification, multi-region regulatory compliance, SDS lookup and version diffs, and signed audit reports, each answer citing the supplier SDS and revision date it is grounded in.
snippet-expander
johnxu22786/snippet-expander
Expands #tag shorthand into snippet-library text before messages are sent; multi-library, aliases, variables and recursion guards.
fs-mcp
johnxu22786/fs-mcp
Paddock: constrained local filesystem MCP server for agents — text read/write, directory ops, filename and content search confined to configurable zones, with zero runtime dependencies and a dsh bundle.
dsh-agentmemory
yiipu/dsh-agentmemory
DSH ↔ agentmemory session-memory bridge: mirrors session lifecycle into a local agentmemory daemon (REST), exposes memory_recall / memory_remember tools, and injects a per-session memory context window via agent/pre-step.