dshplugin-me
dsh-plugin-radar
Find DSH plugins by asking in plain language, then security-scan them before install
- Stars
- 0
- Language
- JavaScript
- Created
- Aug 16, 2026
- Updated
- Aug 16, 2026
Introduction
dsh-plugin-radar
Find · Vet · Install — DSH plugins, with a security scan before anything touches your profile.
English | 简体中文
Ask DSH "is there a plugin that can…" and this plugin searches the live dsh-plugin GitHub topic with server-side keyword filtering, cross-checks candidates against two curated registries, then runs a pre-install security scan — lifecycle scripts, external domains, subprocesses, credential reads, prompt injection — reports findings either way, and only installs after you say go.
It also works in reverse: already eyeing a plugin? Ask "is XX safe to install?" and it runs the same checklist and hands you the report.
Install
As a DSH bundle (recommended)
dsh plugin --profile web add 'github:dshplugin-me/dsh-plugin-radar#v0.1.1'
No global dsh on your PATH? npx -y @deepseek-ai/dsh plugin --profile web add … works the same. Running dsh from a source checkout instead? Use pnpm dsh plugin … from the checkout root. Swap web for whichever profile you boot.
The pinned ref is deliberate: without it a git install runs whatever main points at right now, and a later push would silently change what mounts in your profile. Any commit sha works in place of the tag — #<sha> if you want to pin something the maintainers cannot move.
Plain JavaScript, zero build step — nothing to compile after a git install, so pnpm never asks for an allowBuilds entry. The plugin registers the plugin-radar skill at runtime.
Verify the layer without booting, then boot:
dsh --profile web --dump-config # shows a "# == dsh-plugin-radar" layer
dsh --profile web
Uninstall with dsh plugin --profile web remove dsh-plugin-radar, which drops both the dependency and the layer.
As a plain skill
Copy skills/plugin-radar/ into any skill discovery root:
| Scope | Destination |
|---|---|
| Global | $DSH_HOME/skills/plugin-radar/ |
| Current project | <project>/.dsh/skills/plugin-radar/ |
| Shared agents root | ${DSH_AGENTS_HOME:-~/.agents}/skills/plugin-radar/ |
The directories are watched — it takes effect on placement, no restart.
Or just tell DSH:
Install the plugin-radar skill from https://github.com/dshplugin-me/dsh-plugin-radar
How it differs from other find-style skills
- Server-side filtered search. It queries
topic:dsh-plugin <keywords>sorted by stars — a few KB of relevant repos, not the whole topic (4,000+ repos) dumped into context. GitHub search has a hard 1,000-result window; when a result set is truncated, the output saystruncated: trueinstead of presenting a slice as the full picture. - Two curated registries cross-checked. Roughly a third of the topic pool is placeholder or topic-squatting repos. Candidates are checked against the human-gated awesome-dsh-plugin list and dshplugin.me plugin profiles (use cases, limitations, dependency pre-scan, alternatives) before falling back to reading the repo directly.
- The security scan is a pipeline step, not a footnote. Bundles get a code-attack-surface checklist; skills get an instruction-layer checklist (prompt injection, exfiltration). Reports quote suspicious source verbatim and always close with "no findings does not mean no risk" — public research found 26.1% of agent skills contain vulnerabilities and 5.2% show likely malicious intent, so this step is not optional.
Badge for plugin authors
Is your plugin listed below? Add the badge to your README — it links readers to your plugin's profile page (use cases, limitations, security signals):
[](https://dshplugin.me/plugins/<your-slug>/)
Find your slug via the search box on dshplugin.me — it's the last path segment of your profile URL.
Submit your plugin
Missing from the list? We index public GitHub repos that:
- are a real, working DeepSeek Harness plugin or skill (a
dsh.bundledeclaration inpackage.json, a mountable Cordis plugin, or aSKILL.mdbundle) — not a placeholder or a README-only repo; - carry the
dsh-plugintopic on GitHub; - have a description that says what the plugin does, without marketing superlatives.
Open an issue with your repo link, or send a PR editing the list below. Every submission gets the same security review this plugin performs before install; findings are shared in the issue.
Indexed plugins
118 plugins verified alive and indexed on dshplugin.me, grouped by primary category, sorted by stars. Each entry links to its profile page with use cases, limitations, and security signals.
Developer Tools
- titanwings/dsh-automation — DSH 自动化插件:让 Coding 任务按计划在全新 Agent Session 中运行,并由用户或 Agent 创建和管理定时任务。 / Run coding tasks in fresh Agent sessions and manage schedules from DSH Web or an Agent. ↗ profile
- Sqhao-O/dsh-docs — Fully local document intelligence for DeepSeek Harness. Parse PDF, Office files, images, and scanned documents with offline OCR. | DeepSeek Harness 全本地文档智能插件,支持 PDF、Office、图片与离线 OCR. ↗ profile
- omdsh-dev/fabric — 一种类似MC Fabric的hook处理器. ↗ profile
- dingkaihu63/dsh-robotic-harness — Robotic Harness: embodied-intelligence research tools for DeepSeek Harness - robot asset inspection, MuJoCo pick-place simulation with fault injection, evidence-based diagnostics, and reproducible experiment bundles. ↗ profile
- Dasooul03/dsh-plugin-deepseek-pricing — DSH Price Monitor(价格监控)· DeepSeek 实时定价、峰谷自动切换与会话费用监控的 dsh 插件. ↗ profile
- bujue600-arch/dsh-testgen — Automated unit-test generation for DeepSeek Harness: /testgen command + generate_tests tool that scaffold, run, and fix unit tests until they pass. ↗ profile
- baidd1011/dsh-code-impact — 面向 DeepSeek Harness 的只读 TypeScript/JavaScript 代码变更影响分析插件 Read-only TypeScript/JavaScript change impact analysis plugin for DeepSeek Harness. ↗ profile
- reina4xa/dsh-plugin-reload — Deepseek harness plugin for reloading your deepseek harness plugin (e.g. mcp-client). ↗ profile
- SnowAmberX/dsh-role-router — Role-based model routing plugin for DeepSeek Harness: planner/subagent roles plus a settings card and composer summary. ↗ profile
- SailingLoong/loongport-dsh — LoongPort npm setup CLI for DeepSeek Harness (dsh) OpenAI-compatible routes. ↗ profile
- MicroHEROX/dsh-koboldcpp-hands — KoboldCpp for DeepSeek Harness - a tool plugin that lets the harness online model hand repetitive text and vision (OCR) labor to a local KoboldCpp (llama.cpp) server. ↗ profile
- samecorner/dsh-git-graph — GitKraken/vscode-git-graph style commit graph for dsh web: server-side git tools + interactive commit DAG and diff card rendered in the conversation. ↗ profile
UI & Productivity
- zhu1090093659/dsh-web-ui ⭐2850 — Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and skin center. ↗ profile
- omdsh-dev/DSH-better-sidebar ⭐1346 — 一个侧边栏的完整工作台,支持三方拓展注册新侧边栏页面。内置文件渲染编辑/终端/Git/子代理. ↗ profile
- ccch1mneyyy/dsh-TUI ⭐1325 — DSH 官方公众号收录的 TUI 补位插件:Claude Code 风,鲸鱼顶栏/实时状态/流式思考/双击 Esc 回滚/上下文进度+TPS。npm 一键装。 DSH official WeChat featured TUI plugin — Claude Code style: whale bar, live status, streaming thoughts, double-Esc rollback, context bar + TPS. npm one-click. ↗ profile
- Nagi-ovo/dsh-ads ⭐422 — 把 DSH 变成 2005 年门户网站|Parody ads, fake games, and popups for the DSH Web UI. ↗ profile
- dsh-market/dsh-market ⭐338 — The plugin market inside DeepSeek Harness — browse, search, one-click install · DSH 可视化插件市场. ↗ profile
- omdsh-dev/dsh-at-file ⭐230 — Codex-style @file mentions for DeepSeek Harness: search workspace files in the composer and attach their contents to prompts. ↗ profile
- huiliyi37/dsh-tianshu-tui ⭐175 — dsh-tianshu-tui — DeepSeek Harness terminal UI +harness workflow。是官方 DeepSeek Harness 上的交互式终端 UI 插件。渲染核心从本仓库自研的harness agent Tianshu-Tui 演进而来,在官方的基础上增加了TDD、证据门、视觉图像模块等工作流。. ↗ profile
- Nagi-ovo/dsh-visualize ⭐126 — 在 DSH 对话中生成交互式可视化|Render model-generated interactive cards inside DSH conversations. ↗ profile
- Sanqi-normal/dsh-webui-market-plugin — dsh Web GUI 社区插件市场:浏览 awesome-dsh-plugin.com 插件目录,一键安装/卸载到 profile。Community plugin market for the DeepSeek Harness (dsh) web GUI: browse, install and uninstall plugins into a profile. ↗ profile
- bowenliang123/dsh-context — A DeepSeek Harness plugin for Context insight dashboard — showing what the model's context window is made of and how it evolves. ↗ profile
- HsiangNianian/dsh-auto-continue — DSH Web UI plugin: auto-sends 「继续」 to resume requests interrupted by network errors or other non-human causes — error classification, adaptive backoff, templated continue text, browser notifications, all configurable from the settings card. ↗ profile
- tianji-qingtian/dsh-composer-polish — DeepSeek Harness plugin: one-click ✨ polish for composer drafts — flash rewrite, auto fill-back · DeepSeek Harness 插件:输入框草稿一键 ✨ 润色,flash 改写、自动回填. ↗ profile
- LiangYin233/dsh-provider-model-configurator — DSH 模型 Pro:为 DSH WebUI 提供将 pi-ai 预设或任意已配置提供商的模型上下文、输出上限、推理档位与兼容开关一键应用到目标提供商,并集中查看、新建、编辑、复制与删除各提供商模型条目的能力。. ↗ profile
- bpc-oss/dsh-web-billing — RMB/USD token-billing plugin for DeepSeek Harness (dsh web): official-policy auto pricing with peak/off-peak hours, per-message ledger, account balance, locale-driven currency display. 人民币/美元 token 计费插件. ↗ profile
- Starfie1d1272/dsh-builtin-toggles — Evidence-backed built-in capability inspector with fail-closed controls for DeepSeek Harness Web. ↗ profile
- 610la/dsh-notification-center — DSH 通知中心插件:对话/任务完成、报错、等待批准等事件触发浏览器通知 + 21 种匹配音效. ↗ profile
- orxz/deepseek-harness-themes — A collection of UI themes for deepseek-harness. ↗ profile
- HuanLinOTO/dsh-plugin-aigc-canvas — provider-agnostic AIGC HTTP 桥 + 无限画布 + ffmpeg 后处理,13 个工具含画布连边/reroll/媒体编辑 | Provider-agnostic AIGC HTTP bridge + infinite canvas + ffmpeg post-processing; 13 tools incl. canvas linking/reroll/media-edit. ↗ profile
- juhe291/dsh-token-panel — A corner HUD for DeepSeek Harness that shows your session's token pressure, per-model cost, and daily/monthly usage at a glance, with an editable budget and balance that tracks spending for you. 右下角常驻的 Token 仪表盘:实时看会话压力、按模型估算花费。预算和余额点一下就能改,每天每月用了多少都有记录。. ↗ profile
- 0xsline/dsh-spotlight — Keyboard-first command palette for DeepSeek Harness Web. ↗ profile
- ltao0829/dsh-task-notify — DeepSeek Harness task-completion reminder plugin. ↗ profile
- sanshanya/better-model-provider — Per-model capability declaration for DeepSeek Harness: reasoning-effort levels (wire spellings) + request modalities (vision) for OpenAI-compatible providers. Settings section, zero runtime harness deps, no YAML. ↗ profile
- a903067276-rgb/dsh-hud — HUD status panel plugin for DeepSeek Harness (dsh) web: git status, MCP servers, skills, model & token usage in a floating panel. ↗ profile
- qichuang321/dsh-plugin-browser — A DSH plugin that inventories plugins loaded in the current profile through an agent tool and a web settings page. ↗ profile
- luoyu-xingu/dsh-background — DeepSeek Harness Web 背景图片插件:本地图片路径替换网页背景,外观设置行 + 实时预览. ↗ profile
- quan2005/dsh-plugin-jinji — 把「记忆」带进 DeepSeek Harness:极简文本记忆系统,双轨记忆(流水日志 + 人物/产品实体画像),大模型为核心驱动。无需安装其他软件,无需编译,无第三方依赖。. ↗ profile
- 0xKcyzz/dsh-plugin-store — DeepSeek Harness 插件商店:浏览、搜索、筛选并一键安装 dsh-plugin 生态插件. ↗ profile
- wuwuzhige-sudo/dsh-terminal-panel — A manual Terminal tab for the DeepSeek Harness (dsh) web UI — run commands on the host machine, persistent cwd, sudo password prompt, command history.现在可以在web界面内直接执行命令行了. ↗ profile
- lco117/dsh-think-any-lang — DeepSeek Harness (DSH) plugin: a "Thinking Language" selector under Settings → General that tells the model which language to reason in (chain of thought) via a system-prompt section. Zero extra calls, zero latency, 12 languages. ↗ profile
- sundusk/dsh-waterball-pet — A floating water-ball pet plugin for the DeepSeek Harness Web UI. ↗ profile
- Frost-Reed/blocker-notify — dsh-blocker-notify — Real-time attention alerts for DeepSeek Harness: a global banner + flashing workspace entries when the agent is blocked (approval request / sandbox denial). ↗ profile
- beijingwahw/dsh-conv-export — dsh-conv-export(对话导出)— export the current DeepSeek Harness conversation as Markdown, PDF, or a long PNG image. ↗ profile
- Niuniu-Sir/dsh-data-ledger — 数据台账:DeepSeek Harness 本地数据统一看板——对话/账本/技能/记忆/日志的来源、位置与内容摘要,回收站删除、浏览器存储清理(dsh-plugin). ↗ profile
- KekuKase/dsh-deepseek-status — DSH 侧边栏实时显示 DeepSeek 官方服务状态(status.deepseek.com)| Live DeepSeek official service status in the DSH sidebar. ↗ profile
- Blackspace2/dsh-math-copy — 在 dsh web 中复制数学公式. ↗ profile
- TableRogue/dsh-message-navigator — 消息导航条 Message Navigator: DeepSeek Harness 网页聊天界面右侧的垂直消息索引(动态 Cordis 插件). ↗ profile
- bilbillm/dsh-motion — Restrained, semantic interface motion for DeepSeek Harness. ↗ profile
- Luaphes/dsh-plugins-market — An installable DeepSeek Harness marketplace UI for discovering, filtering, and installing DSH plugins from GitHub. ↗ profile
- jilian-dsh/dsh-rules-manager — Rules & commands manager for DeepSeek Harness: /rules command + settings panel + custom commands. ↗ profile
- pineapple880066/dsh-webUI-pets — Codex-style desktop pets for the DeepSeek Harness Web UI / 类似 Codex 的 DeepSeek Harness Web UI 桌宠. ↗ profile
- oceanxuikun/dsh-eva-theme-plugin — Evangelion-inspired theme plugin for DSH WebUI, featuring Unit-00, Unit-01, and Unit-02 themes with immersive backgrounds and mecha-style UI effects. ↗ profile
- ByronLeeeee/dsh-legal-dashboard — Matter-aware legal workspace dashboard and document agent tools for DeepSeek Harness. ↗ profile
- YohtHill/dsh-plugin-greeter — A DeepSeek Harness (dsh) plugin that greets you at the start of every session with varied wording, and remembers your name. ↗ profile
- woshi-Tom/dsh-status-plugin — dsh status plugin;可以方便的查看宿主机的运行状态,故障时方便排查. ↗ profile
- xiaoso456/dsh-turn-navigator — Jump between conversation turns in the DeepSeek Harness web UI. ↗ profile
- ChengChe106/dsh-web-auto-open — DSH plugin: auto-open the default browser when
dsh webstarts — cross-platform (Windows/macOS/Linux). ↗ profile - leaveimagination/dsh-qwen-voice — Voice control and multi-session task dispatch for DeepSeek Harness, powered by Qwen Audio Agent. ↗ profile
- yuanzehui313/dsh-workspace-enhance — DeepSeek Harness workspace & session enhancement plugin: recycle bin, cross-workspace drag, ungrouped sessions, multi-folder roots, session merge. ↗ profile
Skills & Workflows
- multica-ai/dsh-multica-runtime — Support dsh runtime on Multica. ↗ profile
- Nwflower/dsh-chat-import — 从Claude Code、Codex、Reasonix等Agent工具导入迁移历史消息,并在DeepSeek Harness(DSH)中继续对话. ↗ profile
- lire1131/dsh-undo-plugin — DSH crash-rescue plugin: undo config & plugin-code changes, secret-safe snapshots, one-click SAFE MODE, plus offline CLI/GUI that work even when DSH won't boot. ↗ profile
- fuhefei/dsh-sentinel — Condition-driven wakeup for DeepSeek Harness: durable file/command/http/process/webhook watches that wake the agent, with dock, sidebar branch, and a global dashboard. ↗ profile
- imetn/dsh-lark-bridge — Bidirectional Lark/Feishu controller for DeepSeek Harness. ↗ profile
- hyqhyq3/dsh-mcp-manager — MCP server manager plugin for DeepSeek Harness: Settings → MCP page, OAuth (PKCE + dynamic client registration) or static-token auth, tools registered as mcp____*. ↗ profile
- fakechris/dsh-track — DSH Track Bridge 插件:嵌入式任务管理引擎——决策点协议、念头捕获墙、Linear 形 issue 存储(bundle),AI 与人之间的任务轨道. ↗ profile
- sliverp/DeepSeek-harness-wecom — WeCom AI Bot text and image bridge for DeepSeek Harness. ↗ profile
- dpskh/dsh-a2a — Agent2Agent mesh for the Harness. ↗ profile
- ziyou979/dsh-llm-oauth — DeepSeek Harness plugin: OAuth / subscription-plan LLM providers (Grok, GitHub Copilot, OpenAI Codex, Anthropic, OpenRouter). ↗ profile
- PerryLink/dsh-checkpoint-rewind — Claude Code /rewind for DeepSeek Harness — git-first workspace snapshots before every mutation, turn-boundary session forks, one-shot /rewind restore. A dsh-plugin capability seam. ↗ profile
- jkrandom-sudo/dsh-ci-doctor — CI failure, diagnosed before you open the logs — DeepSeek Harness plugin that watches GitHub Actions for new failures and turns raw logs into structured diagnosis cards · CI 失败,打开日志前就完成诊断 —— DSH 插件:监视 GitHub Actions 新失败,原始日志转结构化诊断卡,签名账本识别复发问题. ↗ profile
- xiaoxiaosrm/dsh-mattpocock-skills — Unofficial DSH port of mattpocock/skills — Engineering (18) + Productivity (7) skills as a DeepSeek Harness bundle plugin. MIT, © Matt Pocock. Star the upstream repo!. ↗ profile
- xwh-01/dsh-mediacrawler — Installable DeepSeek Harness profile bundle and bounded MCP adapter for MediaCrawler. ↗ profile
- Letter2025/dsh-model-failover — Two-level model circuit breaker with failover for DeepSeek Harness: trip a model or a whole provider after repeated request failures and route the next request to a configured fallback. ↗ profile
- bwndlct/dsh-session-export — Export DeepSeek Harness (DSH) sessions to portable Markdown and JSON — dsh plugin. ↗ profile
- YLifeOnlyOnce/dsh-smarthome — Home Assistant control for DeepSeek Harness agents — approval-gated lights, switches, climate. 给 DeepSeek Harness agent 的 Home Assistant 控制插件,一键接入智能家居,一键接入智能生活。. ↗ profile
- TtTRz/dsh-wecom — WeCom AI Bot channel for DeepSeek Harness — every chat runs a persistent, preset-backed agent with real tools. ↗ profile
- 2303572348/deepseek-harness-memory — A DeepSeek Harness long-term memory plugin using Markdown files, MEMORY.md indexes, prompt injection, and a memory management tool. ↗ profile
- dpskh/dsh-checkpoint — Mark an exploration start in the session; pairs with rewind to fold the exploration out of context. ↗ profile
- PerryLink/dsh-doublecheck — Double-check before you ship: grill the requirements, test the implementation, prove the delivery. An engineering-discipline bundle for DeepSeek Harness. ↗ profile
- dpskh/dsh-rewind — Fold everything since the last checkpoint mark into an auto-generated report, replacing it in context while keeping the full log. ↗ profile
- wly8691-jpg/knowlp-rag — KnowLP-RAG: dual knowledge-graph RAG for Markdown notes — dsh plugin add @eqman00003/knowlp-rag · MCP + native Cordis plugin for DeepSeek Harness (dsh) & Claude Code. ↗ profile
- Temoa/dsh-rules-paths — Claude Code-style paths: rule injection for DeepSeek Harness (DSH). ↗ profile
- ParticleLight/dsh-ultracode — DeepSeek Harness agent preset that adds an UltraCode working mode focused on deep reasoning, plan–execute–verify, and parallel subagent orchestration. ↗ profile
- YangCazz/CazzPatent — AI patent disclosure drafting plugin for DeepSeek Harness - 8-stage pipeline, LaTeX to OMML, diagram generation, self-improving memory. ↗ profile
- kirkchinese/Claudecode--DSH — To hell with ClaudeCode!. ↗ profile
- hccccc01333/dsh-eval — Agent evaluation platform for DeepSeek Harness: benchmark YAML, headless dsh orchestration, trace-based metrics, LLM judge, paired A/B, keyless replay, and cross-harness import. ↗ profile
- XuezuoYS/dsh-IamDeepSeekV4ga — 一个基于玄学的让 deepseek 思维链模仿灰测神必模型的 deepseek harness 娱乐插件. ↗ profile
- flymysql/dsh-memory — Persistent cross-session memory plugin for DeepSeek Harness with agent tools, prompt injection, durable storage, and a browser management page. ↗ profile
- jasper-zsh/dsh-plugin-llm-codex — 让 DeepSeek Harness(DSH) 通过 ChatGPT/Codex 订阅调用 openai-codex 模型,无需配置 OpenAI API Key。. ↗ profile
- truelove-dreamer/dsh-plugin-recall — DeepSeek Harness plugin: cross-session memory for the model. Full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context — recall earlier decisions, commands, and mistakes. ↗ profile
- Thomas-key/dsh-skill-manager — Manage DeepSeek Harness skills: list and toggle filesystem skills instantly. ↗ profile
- openHacking/pptkit-presentation — End-user presentation workflows, preview application, and Agent Skill powered by PPTKit. ↗ profile
Browser & Web
- huey1in/reef — DSH 插件全家桶:浏览器自动化 + MCP Server + GitHub/GitLab 自动评审 + 原生嵌入面板 | One install, five modules for DeepSeek Harness: browser automation, MCP server, GitHub & GitLab automation, native in-app panel. ↗ profile
Vision
- liustack/modlens ⭐2001 — The first vision plugin for DeepSeek Harness, and the vision bridge for every text-only coding agent. Paste an image, get structured JSON evidence (OCR, layout, semantics). | 全网第一个 DeepSeek Harness 视觉插件,为 DeepSeek、GLM 等纯文本模型外挂视觉能力,粘贴图片即得结构化 JSON 证据(OCR、版面、语义)。. ↗ profile
- Anionex/dsh-vision-toolkit ⭐448 — 让纯文本模型更好地做视觉任务的DeepSeek Harness插件:带意图的图片问答、长截图 OCR、UI 还原等|DeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, long-screenshot OCR, UI restoration, grounding, pixel diff, Artifacts, and Web UI. ↗ profile
- ysr666/dsh-vision-router ⭐175 — Eyes for text-only DeepSeek Harness agents: built-in free vision chain (no key) + pixel-level vision tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots). One-command install, no Python, image turns work like ordinary tool-calling turns. ↗ profile
- jyh20030112/dsh-visual-plugin — Dsh-visual-plugin.Give your text-only model eyes: forward user images to any OpenAI-compatible vision model and see the results in a Web UI right panel. ↗ profile
- akqwpeter-prog/dsh-media-skills — Free vision & image generation for DeepSeek Harness — paste an image into any chat, even text-only sessions. GLM-4V-Flash / Qwen3-VL / Gemini failover chain, ModLens-style structured evidence, Kolors generation. 免费读图·生图 · 三引擎容错 · 无 Key 入库. ↗ profile
- PixLunaLab/dsh-pixluna — dsh-plugin-pixluna | 让 DSH 自己看涩图!. ↗ profile
- Sorwcyra/ds-vision-plugin — Paste images into DeepSeek Harness with a four-model vision race, OCR, and an automatic text bridge. ↗ profile
- cwbcheng/dsh-knowledge-graph — DSH Cordis plugin: turn any source text into an AI knowledge graph (facts/inferences/concepts/definitions/examples/counter-examples/rules) with two-way linking between the graph and the original text. ↗ profile
- me9rez/dsh-vlm-bridge — DeepSeek Harness (dsh) bundle plugin: vision_analyze tool lets text-only LLM agents read images via SenseNova VLM, with Schemastery config and single-source credentials. ↗ profile
- mindcarver/dsh-codex-canvas — DeepSeek Harness plugin: image_gen tool backed by Codex CLI (gpt-image-2). ↗ profile
- qizhen2021/dsh-plugin-vision — A DeepSeek Harness vision tool that converts images into text-only OCR, ASCII layout art, and vision-model descriptions. ↗ profile
Security & Policy
- BlockRunAI/dsh-clawrouter — A safety gate for DeepSeek Harness: a stronger model reviews dangerous tool calls before they run. Plus vision and 67 models from one wallet, paid per request over x402. ↗ profile
- Letter2025/dsh-approval-llm — Model-based permission approval (approve-for-me) for DeepSeek Harness: an approval/request answerer backed by a separate reviewer model. ↗ profile
- Yuuz12/dsh-webui-auth — WebUI 身份认证:HTTP/传输层强制登录(资源、插件 bundle、/api、WebSocket 四层防护),服务端会话 + HttpOnly Cookie。. ↗ profile
- PerryLink/dsh-permission-rules — Claude Code-style declarative permission rules for DeepSeek Harness: ordered allow/deny/ask rules with tool-name, argument (glob/regex), and workspace-path matching on the tools/pre-execute waterfall, session-log audit, and HMR reload. ↗ profile
- khiqwq/dsh-system-proxy — DSH host plugin - smart outbound HTTP(S) routing: named proxies (http/https/socks4/4a/5/5h), per-host/provider/plugin rules, direct-first fallback with health memory (global fetch + node http/https). ↗ profile
- Ox0400/dsh-vault — Encrypted credential vault for DeepSeek Harness — AES-256-GCM + TOTP, model tools + Settings UI. ↗ profile
- StyxNether/dsh-auto-approval-plugin — Trusted Auto: a middle permission tier for DeepSeek Harness between workspace-write and danger-full-access, auto-approving harmless commands and trusted-area targets. ↗ profile
- Yee-h/dsh-zen-proxy — dsh plugin: in-process proxy that injects official OpenCode Zen client headers, enabling Zen free models in dsh without the 429 FreeUsageLimitError. ↗ profile
Remote Execution
- flymysql/dsh-remote — Remote-work assistant for DeepSeek Harness (DSH): connect via SSH (key or password), pick a remote workspace, operate with rw_* tools, and SFTP-mirror it into a real local DSH workspace. ↗ profile
- hi-wenw/dsh-telegram-channel — DeepSeek Harness Telegram mobile remote: bind live Web sessions (Codex-style). Install: dsh plugin add github:hi-wenw/dsh-telegram-channel. ↗ profile
- yuko0331/DSH-telegram — 通过 Telegram 私聊远程使用和查看 DeepSeek Harness. ↗ profile
- wikkd/dsh-remote-access-web — Installable DeepSeek Harness web-profile bundle for reverse-tunnel remote access, pairing authentication, and remote workspace selection. ↗ profile
License
BSD-3-Clause. The plugin list data is free to reuse.