设计与多媒体

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:

  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.

相关技能

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 次安装1 星标

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 次安装

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 次安装

通过 CLI 调用 Gemini、OpenAI Images、OpenAI Responses 以及自定义 provider 来生成和编辑图片。

20 次安装

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 次安装

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

1 次安装