Build and execute skills.video image generation REST requests from OpenAPI specs. Use when user needs to create, debug, or document image generation calls on...
设计与多媒体
Image Handoff
试用Detect image generation requests and route them to the artist agent. Use when user asks to draw, generate, create, sketch, render, or visualize an image.
它能做什么
Detect image generation requests and route them to the artist agent. Use when user asks to draw, generate, create, sketch, render, or visualize an image.
技能文档
Image Handoff Skill
Purpose
Detect image generation requests and route them to the artist agent.
Detection Patterns
Explicit trigger:
!img— immediate handoff, no confirmation
Auto-detection (ask for confirmation):
- "draw me...", "generate an image of...", "make a picture of..."
- "can you create an image...", "I want an image of..."
- "sketch...", "render...", "visualize..."
Handoff Protocol
When explicit trigger or confirmed auto-detect:
-
Extract the prompt (everything after trigger word, or the full request)
-
Send to artist agent via
sessions_sendwith context:- Original prompt
- Any style preferences from memory
- Request ID for tracking
-
Wait for artist agent response
-
Deliver image/result back to user
Response Format to Artist
Image generation request from Deepak (明达):
Prompt: "a cat in space"
Preferences: sci-fi aesthetic, high contrast (from memory)
Request ID: img-2026-05-21-001
Memory Tracking
Log to memory/image-requests.md:
- Request ID
- Prompt
- Model used
- Result (success/fail)
- User feedback
Refusal
If request is ethically problematic, decline before handoff and explain why.
相关技能
Build and execute skills.video image generation REST requests from OpenAPI specs. Use when user needs to create, debug, or document image generation calls on...
Generate AI images via GoAI API. Use when the user asks to create, generate, draw, edit, render, or make images, pictures, illustrations, posters, avatars, p...
通过 CLI 调用 Gemini、OpenAI Images、OpenAI Responses 以及自定义 provider 来生成和编辑图片。
Use when the user wants GPT-Image-2 image generation or image-to-image through an official OpenAI permission code/API key, a custom Responses-compatible prox...
Route a multi-image content job through the best available generation backend, prepare a resumable prompt pack with readable-text fact boundaries, optionally...