DeepSeek Harness を OpenPencil に接続するネイティブ DSH プラグイン。エージェントは 5 つのトランザクション型ツールで本物の .op デザインキャンバスを作成・編集・プレビューします。`dsh plugin --profile web add @zseven-w/dsh-openpencil@latest` でインストール。正確描画には OpenPencil バイナリが必要。
DSH 統合
ネイティブ実行
作者による申告
安全性監査
未監査
最終検証日
2026-08-23
ライセンス
MIT
01どんなタスクに使えるのか?
Let the agent create, edit and preview real OpenPencil .op design documents inside a DeepSeek Harness conversation
Exact multi-frame previews, an interactive read-only canvas, and a managed editor driven by five tools (openpencil_new/create/edit/render/selection) via transactional batch_design programs
DeepSeek Harness users who design with OpenPencil and want the agent to drive a real, editable canvas instead of returning a generated image
02DeepSeek Harness への導入方法
前提条件
- DeepSeek Harness installed (`npm install -g @deepseek-ai/dsh@0.1.1-rc.1`)
- OpenPencil desktop app or binary discoverable on the system (or the Jian fallback)
インストール手順
- 01
Run `dsh plugin --profile web add @zseven-w/dsh-openpencil@latest`
$ dsh plugin --profile web add @zseven-w/dsh-openpencil@latest
- 02
Start the web app with `dsh web`; the plugin serves client.js and stages the OpenPencil ESM SDK / WASM / CanvasKit via `pnpm run sync:viewer-assets`
$ dsh web
導入成功の確認
作者は未記載
ロールバック
- The README documents the dev build/verify flow but no explicit uninstall command. Use the standard `dsh plugin remove` flow.
03DSH 統合と能力の範囲
Native DSH plugin (@zseven-w/dsh-openpencil): connects DeepSeek Harness to OpenPencil so the agent edits a real, interactive .op design canvas.
Exact multi-frame previews
A .op document→First top-level frame as a replay-safe PNG plus a scrollable thumbnail rail with prev/next navigation
Viewer assets are lazy-loaded only after the user opens the canvas; if absent, PNG preview stays available and no canvas button is advertisedFive agent design tools
Transactional batch_design programs→openpencil_new/create/edit/render/selection let the agent create, modify and read a real canvas atomically through DSH's sandboxed filesystem
A new document is published only after the whole batch succeeds; the tool never overwrites an existing path and a failed batch leaves no empty fileCapability-gated grants
Image/document grants→Signed, hash-bound capabilities; browser metadata never exposes an arbitrary host path, and signed preview/editor capabilities never enter the canonical tool result or model context
Editor grants are issued only for recent, trusted live results; durable history can restore read-only previews
04誰に向いているのか?使うべきでない場面は?
向いている用途
- DeepSeek Harness users who design with OpenPencil and want the agent to drive a real, editable canvas instead of returning a generated image
不向きな用途
- Rendering needs the exact OpenPencil binary (discovered via DSH_OPENPENCIL_BINARY, the .app path, or PATH). If it is genuinely unavailable, only a clearly-labelled Jian runtime-preview fallback is produced; exact renderer failures do not silently fall back.
05互換性・メンテナンス・セキュリティ上の注意
- Rendering needs the exact OpenPencil binary (discovered via DSH_OPENPENCIL_BINARY, the .app path, or PATH). If it is genuinely unavailable, only a clearly-labelled Jian runtime-preview fallback is produced; exact renderer failures do not silently fall back.
- The lightweight Web SDK canvas is read-only; full editing uses the separate managed editor surface. On DSH 0.1.1-rc.1 the plugin uses the resizable right workbench with a full-screen option.
- Follow-up edits to an existing canvas require an already-open managed editor, and changes stay unsaved until the user invokes the editor's Save action; the plugin reports a conflict instead of overwriting if the source changes outside the editor.
MIT · 由 facts pack 抓取(README 分支 main)
06よくある質問
DSH OpenPencil のインストール方法は?
`dsh plugin --profile web add @zseven-w/dsh-openpencil@latest` を実行し、`dsh web` を起動します。プラグインは client.js を提供し、`pnpm run sync:viewer-assets` で OpenPencil の ESM SDK、WASM、CanvasKit をステージングします。
エージェントに実際にできることは?
openpencil_new、openpencil_create、openpencil_edit、openpencil_render、openpencil_selection の 5 ツールで、トランザクション型 batch_design プログラムを通じて本物のキャンバスを作成・修正・読み取りし、正確な複数フレームプレビューと読み取り専用の対話型キャンバスを得られます。
データは安全ですか?
画像と文書のグラントは署名・ハッシュ束縛されたケイパビリティです。ブラウザの中継データが任意のホストパスを公開することはなく、署名済みプレビュー/エディタケイパビリティが正規のツール結果やモデルコンテキストに入ることもありません。
OpenPencil が未インストールの場合は?
正確な描画には実際の OpenPencil バイナリ(DSH_OPENPENCIL_BINARY、.app パス、または PATH で発見)が必要です。本当にない場合は、明確にラベル付けされた Jian の実行時プレビューフォールバックのみが作られ、正確描画の失敗が静かにフォールバックすることはありません。
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データと出典
The DeepSeek Harness plugin for OpenPencil — preview, inspect, and edit real <code>.op</code> documents inside a convers…
dsh plugin --profile web add @zseven-w/dsh-openpencil@latest
このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-23。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
