图像生成
(Qwen-Image / DeepSeek Janus-Pro-7B
これは DeepSeek Harness(DSH)プラグインです。当サイトは GitHub README、インストール情報、メンテナンス状況、公開セキュリティシグナルをまとめています。
上流で中国語 README が提供されていないため、リポジトリのオリジナルコンテンツを表示しています。
dsh-imagegen-plugin
A DeepSeek Harness plugin that registers a generate_image tool callable by the model.
- Plugin ID:
imagegen - Tool:
generate_image(prompt, model?, image_size?, ...)→ returns an image URL (valid up to 24 h) - Default model:
Qwen/Qwen-Image(also supportsdeepseek-ai/Janus-Pro-7B,Kwai-Kolors/Kolors,Tongyi-MAI/Z-Image-Turbo) - Backend: SiliconFlow Images API
Prerequisite: API key
Set the SILICONFLOW_API_KEY environment variable (register a free key at https://cloud.siliconflow.cn):
export SILICONFLOW_API_KEY=sk-xxxxxxxx
Install
Bundle form, local checkout:
dsh plugin --profile demo add ./imagegen-plugin
From git (no build step required — ships plain ESM):
dsh plugin --profile demo add github:you/dsh-imagegen-plugin
From npm (prebuilt):
dsh plugin --profile demo add dsh-imagegen-plugin
Verify the layer without starting:
dsh --profile demo --dump-config # shows a "# == dsh-imagegen-plugin" layer
Then start with the key and ask the model:
SILICONFLOW_API_KEY=sk-xxx dsh --profile demo
Generate an image of a red panda eating bamboo.
Structure
imagegen-plugin/
├── package.json # declares dsh.bundle
├── cordis.patch.yml # the layer applied when a profile lists this bundle
└── index.js # plugin module: registers the generate_image tool
License
MIT
セキュリティとインストールエビデンス
このスコアは公開リポジトリメタデータと当サイトに登録されたインストールエビデンスのみに基づくもので、コードセキュリティ監査とは異なります。
公開プラグインカタログから取得し、公開 GitHub リポジトリにリンクしています。
GitHub メタデータにライセンスが検出されませんでした。
過去180日以内にコードの更新があります。
再現可能な正確なインストールメタデータはまだ登録されていません。リポジトリの説明に従って手動で確認してください。
確認したパッケージメタデータにインストールライフサイクルスクリプトは宣言されていません。
missing-license