作者の根拠に基づく DSH プラグイン記録。デザイン QA と画像読み取り補助の導入、動作、制約をまとめています。
DSH 統合
ネイティブ実行
作者による申告
安全性監査
未監査
最終検証日
2026-09-06
ライセンス
MIT
01どんなタスクに使えるのか?
Let a text-only model inside DeepSeek Harness read images and judge whether the implementation matches the mock
A design-fidelity verdict that traces back to evidence, plus a benchmark (4 fixtures, 23 injected defects, four pass lines) with every raw model transcript
Developers and design engineers running product design on DSH who need a text-only model to act as the referee in the fidelity loop
Borrow multimodal image-reading for any text-only model wired into DSH
The model calls `deepseek_vision` itself via tool calling; the image never enters the main model context and costs nothing unless the model decides to look
Users who bring their own OpenAI-compatible text endpoints into DSH and want those models to handle images
Step aside automatically once DeepSeek ships native vision
No changes needed: `deepseek_vision` self-rejects at runtime and the installer skips the core patch; the plugin can stay installed as-is
DSH users who care about plugin lifecycle and maintainability
02DeepSeek Harness への導入方法
前提条件
- A DeepSeek Harness that can already hold a normal conversation — workspace selected and the main model key configured
- Node `^22.19 || >=24` (same as DSH)
- A BAILIAN_API_KEY from Alibaba Cloud Bailian (the plugin only handles the image-reading link)
インストール手順
- 01
Run `dsh plugin --profile web add dsh-design-qa`
$ dsh plugin --profile web add dsh-design-qa
- 02
cd into the installed folder: `${DSH_HOME:-$HOME/.dsh}/profiles/web/node_modules/dsh-design-qa`
- 03
Set the key: `export BAILIAN_API_KEY=<your key>`
- 04
Run `node install.mjs --route-only`
- 05
Run `node install.mjs --restart` (cold start; HMR is off)
導入成功の確認
- Paste an image into the chat box and ask "what is this"
- Images go in by paste or drag — DSH's input has no separate upload button
ロールバック
- Run `node install.mjs --revert-patches` to restore the patched DSH core files
- Then `dsh plugin --profile web remove dsh-design-qa`
03DSH 統合と能力の範囲
Installed through the official dsh CLI (`dsh plugin add`); registers a `deepseek_vision` tool and patches the local DSH core so text-only models can read images.
deepseek_vision image-reading tool
image path / http(s) URL / attachment id→an answer to a question about the image
Image-paste core patch (3 DSH core edits)
running `node install.mjs --route-only`→text-only routes accept pasted images
Edits three files in the DSH core on disk (auto-backed-up; restorable via `node install.mjs --revert-patches`)Design-fidelity benchmark
mock and implementation images→a fidelity verdict plus 4 fixtures, 23 injected defects and four pass lines
04誰に向いているのか?使うべきでない場面は?
向いている用途
- Developers and design engineers running product design on DSH who need a text-only model to act as the referee in the fidelity loop
- Users who bring their own OpenAI-compatible text endpoints into DSH and want those models to handle images
- DSH users who care about plugin lifecycle and maintainability
不向きな用途
- The targeted model must support tool calling — otherwise it only sees a `[图片 …]` pointer and cannot call the tool. Confirm the endpoint accepts the `tools` parameter before wiring the route.
- Installation edits three DSH core files on disk. Uninstall must explicitly run `node install.mjs --revert-patches` first — otherwise the leftover patch tells the model to call a tool that no longer exists.
05互換性・メンテナンス・セキュリティ上の注意
- The targeted model must support tool calling — otherwise it only sees a `[图片 …]` pointer and cannot call the tool. Confirm the endpoint accepts the `tools` parameter before wiring the route.
- Installation edits three DSH core files on disk. Uninstall must explicitly run `node install.mjs --revert-patches` first — otherwise the leftover patch tells the model to call a tool that no longer exists.
- `deepseek_vision` reads one image at a time — multi-image comparison is not covered; side-by-side mock-vs-implementation needs to be assembled by the caller. Images behind login (Feishu, Notion) return 401/403 on a direct URL.
MIT · latest release v0.1.3 (2026-08-20)
06よくある質問
dsh-design-qa は DeepSeek Harness に何を追加しますか?
デザイン QA と画像読み取り補助を提供します。実際の対応範囲は、このページの作者根拠と機能説明を確認してください。
どう導入しますか?
このページの作者による導入手順に従い、README にあるプロファイルとバージョン条件を守ってください。
有効化前に何を確認すべきですか?
制約と副作用を確認し、対象の DSH プロファイルで検証してください。
07関連する DSH ワークフロー
modlens
by liustack
DeepSeek Harness 用のビジョンプラグイン。DeepSeek や GLM などのテキスト専用モデルに画像認識を外付けし、画像を貼るだけで OCR・レイアウト・意味情報を構造化 JSON として取得
agent-vision-toolkit
by anionex
テキスト専用モデルに「見る目」を与えるビジョンツールボックスとスキル。複数画像の理解、画像 QA、長いスクリーンショットの OCR、フロントエンド UI 復元、GUI 自動化に対応
dsh-vision-router
by ysr666
テキスト専用 DeepSeek Harness エージェントに目を与えるプラグイン。キー不要の無料ビジョンチェーン内蔵に加え、QA、グラウンディング、切り抜き、OCR などのツールをワンコマンドで導入可能
dsh-vision-toolkit
by anionex
テキスト専用 DSH エージェントに 10 個の構造化ビジョンツールを提供。意図を意識した画像 QA、長いスクリーンショットの OCR、ピクセルレベルのグラウンディング、UI 復元、ピクセル差分など
08データと出典
dsh plugin --profile web add dsh-design-qa
把识图做成一个 tool。
このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-09-06。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
