dsh-gpt-image
Generate images through a logged-in web ChatGPT session and download them to a local directory.
控制已登录的网页版 ChatGPT 生成图片并下载到本地。
How to install
dsh plugin add github:CAI-MH/dsh-gpt-image About
ChatGPT 生图(dsh-gpt-image) 控制已登录的网页版 ChatGPT 生成图片并下载到本地的 DSH 插件:注册 gpt_generate_image 工具,复用 Edge 调试端口(9222)里的 ChatGPT 会话生成图片。 文件 index.js — Host 半部分:注册 gpt_generate_image 工具 + 生图行为系统提示词 cordis.patch.yml — host 组合插件行(id: gpt-image) package.json — bundle 元数据 依赖的全局资源(不在本 bundle 内) 生图脚本 gpt-image.mjs(含 puppeteer-core 依赖)、ensure-edge-debug.sh、 start-edge-debug.sh 及 Edge 调试 profile,均位于脚本目录(默认 ~/work/dph/)。生成图片下载到**当前会话工作区**的 figures/gpt_generated/。 配置与迁移(重要) 默认脚本目录为 ~/work/dph。若要迁移脚本与 Edge 资源目录, **不要改本 bundle 源码**,改 web profile 的补丁配置: ~/Library/Application Support/dsh-desktop/harness/profiles/web/cor…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 2
- mo. downloads
- –
- Last push
- 2026-09-09
- Created
- 2026-09-09
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-imagegen
dickpy/dsh-imagegen
AI image generation for the DSH Web GUI: text-to-image and image-to-image through a configurable OpenAI-compatible endpoint (gpt-image-2 / gpt-image-1 / dall-e-3), with an api_url/api_key settings card and a sidebar split-pane generation studio.
modlens
liustack/modlens
Vision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-tool-describe-image
A `describe_image` vision tool for text-only models: images (local path, URL, attachment) go to a configurable OpenAI-compatible vision endpoint and only the returned text enters the session.
dsh-vision-router
ysr666/dsh-vision-router
Free vision for text-only agents: built-in keyless vision chain plus pixel tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots); paste an image to use it.