ディレクトリに戻る

dsh-openpencil

キュレーション掲載メンテナンス: 活発

zseven-w/dsh-openpencil

DeepSeek Harness と OpenPencil を接続し、会話内で .op ドキュメントをプレビュー・編集・検証

GitHub で見るホームページ
$ dsh plugin --profile web add @zseven-w/dsh-openpencil@latest

168

スター

6

フォーク

TypeScript

言語

MIT

ライセンス

2026-08-12

作成日

2026-08-29

最終プッシュ

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)

インストール手順

  1. 01

    Run `dsh plugin --profile web add @zseven-w/dsh-openpencil@latest`

    $ dsh plugin --profile web add @zseven-w/dsh-openpencil@latest

  2. 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 統合と能力の範囲

DSH 統合ネイティブ実行

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 documentFirst 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 advertised
  • Five agent design tools

    Transactional batch_design programsopenpencil_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 file
  • Capability-gated grants

    Image/document grantsSigned, 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.
2026-08-122026-08-21v0.1.0-rc.2

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 の実行時プレビューフォールバックのみが作られ、正確描画の失敗が静かにフォールバックすることはありません。

08データと出典

  • 作者による申告github.come3eb3bfdb526…

    The DeepSeek Harness plugin for OpenPencil — preview, inspect, and edit real <code>.op</code> documents inside a convers…

  • 作者による申告github.come3eb3bfdb526…

    dsh plugin --profile web add @zseven-w/dsh-openpencil@latest

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-23。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。