一键导入
gpt-image
Generate or edit images with gpt-image-2. Use when the user wants image generation or image editing via Yunwu first, with Right Code as fallback.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate or edit images with gpt-image-2. Use when the user wants image generation or image editing via Yunwu first, with Right Code as fallback.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build and serve web pages on the vibe.ylxdzsw.com site. Magic words referring to this skill: vibepage, vibe page, vibe site, vibesite.
Design presentation slides as HTML and export to editable PPTX with pixel-perfect visual fidelity
Generate or edit images with Nano Banana.
| name | gpt-image |
| description | Generate or edit images with gpt-image-2. Use when the user wants image generation or image editing via Yunwu first, with Right Code as fallback. |
Use this skill for gpt-image-2 image generation and editing.
The agent should not rely on bundled code. Construct the request on demand with curl, Python, JavaScript, or another shell-friendly client.
gpt-image-2 model page: https://developers.openai.com/api/docs/models/gpt-image-2https://yunwu.ai/v1YUNWU_API_KEYgpt-image-2https://www.right.codes/drawRC_API_KEYgpt-image-2Use the OpenAI Images API shape when the backend supports it:
POST /images/generationsPOST /images/editsgpt-image-2highRight Code documents a simpler draw endpoint:
POST /v1/images/generationsmodel, prompt, optional image, optional size, optional response_formatdata[0].urlcurl -sS "https://yunwu.ai/v1/images/generations" \
-H "Authorization: Bearer $YUNWU_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2",
"prompt": "A studio product photo of a black ceramic mug on a warm oak table",
"size": "1024x1024",
"quality": "high"
}'
curl -sS "https://www.right.codes/draw/v1/images/generations" \
-H "Authorization: Bearer $RC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2",
"prompt": "A studio product photo of a black ceramic mug on a warm oak table",
"size": "1024x1024",
"quality": "high",
"response_format": "url"
}'
gpt-image-2 does not support transparent backgrounds.input_fidelity for gpt-image-2.quality: high by default unless the user explicitly wants a faster draft.3:1, and treat outputs above 2560x1440 as experimental.data[0].url; do not assume base64 there.