SPYQWER1/dsh-imagecraft0

dsh-imagecraft

为 DSH 提供由 ChatGPT 订阅驱动的图像生成与图像识别工具,无需 API 密钥。

AI 分析

核心用途是免 API 密钥在 DSH 中使用高质量的生图与识图功能。适合拥有 ChatGPT 相关订阅、希望在 DSH 中直接调用视觉工具的用户。

套件
dsh-imagecraft
版本
2.0.1
授權
MIT
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SPYQWER1/dsh-imagecraft

Usage

Ask the harness in natural language — the model drives the tools itself:

  • "生成一个鲸鱼图标"image_gen
  • "看看这个图片讲了什么:output/photo.png"image_vision

image_gen parameters

ParamTypeNotes
promptstring (required)Detailed description (subject, style, composition, palette, constraints).
outstringOutput path relative to the workspace. Default output/imagegen/.png.
sizestring1024x1024, 1536x1024, 1024x1536, 2048x2048, 2048x1152, or auto (default).
formatstringpng (default), jpeg, webp.
modelstringChatGPT backend model, default gpt-5.5.

image_vision parameters

ParamTypeNotes
imagestring (required)Path to the image (png/jpeg/webp/gif), workspace-relative or absolute.
questionstringOptional focus question; defaults to a full description.
modelstringDefault gpt-5.5.