Design & media

Image Handoff

Try it

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.

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:

  1. Extract the prompt (everything after trigger word, or the full request)

  2. Send to artist agent via sessions_send with context:

    • Original prompt
    • Any style preferences from memory
    • Request ID for tracking
  3. Wait for artist agent response

  4. 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...

19 installs1 stars

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...

20 installs

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...

16 installs

Generate and edit images via a CLI that targets Gemini, OpenAI Images, OpenAI Responses, and custom providers.

20 installs

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...

15 installs

Route a multi-image content job through the best available generation backend, prepare a resumable prompt pack with readable-text fact boundaries, optionally...

1 installs