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...
Design & media
Image Handoff
Try itDetect image generation requests and route them to the artist agent. Use when user asks to draw, generate, create, sketch, render, or visualize an image.
What it does
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.
The skill document
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.
Related skills
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...
Generate and edit images via a CLI that targets Gemini, OpenAI Images, OpenAI Responses, and custom providers.
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...