dsh-imagecraft
为 DSH 提供由 ChatGPT 订阅驱动的图像生成与图像识别工具,无需 API 密钥。
AI 分析
核心用途是免 API 密钥在 DSH 中使用高质量的生图与识图功能。适合拥有 ChatGPT 相关订阅、希望在 DSH 中直接调用视觉工具的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SPYQWER1/dsh-imagecraft说明文档
阅读完整 README ↗Usage
Ask the harness in natural language — the model drives the tools itself:
- "生成一个鲸鱼图标" →
image_gen - "看看这个图片讲了什么:output/photo.png" →
image_vision
image_gen parameters
| Param | Type | Notes |
|---|---|---|
prompt | string (required) | Detailed description (subject, style, composition, palette, constraints). |
out | string | Output path relative to the workspace. Default output/imagegen/.png. |
size | string | 1024x1024, 1536x1024, 1024x1536, 2048x2048, 2048x1152, or auto (default). |
format | string | png (default), jpeg, webp. |
model | string | ChatGPT backend model, default gpt-5.5. |
image_vision parameters
| Param | Type | Notes |
|---|---|---|
image | string (required) | Path to the image (png/jpeg/webp/gif), workspace-relative or absolute. |
question | string | Optional focus question; defaults to a full description. |
model | string | Default gpt-5.5. |