Use when the task depends on choosing the right Creative Claw expert, composing expert calls, or explaining the usage strategy for image, video, search, grounding, segmentation, prompt extraction, or knowledge experts.
Use this skill when you need to decide which Creative Claw expert should handle a task, how to structure invoke_agent(...) parameters, or how to chain several experts together.
This skill is about routing and strategy. It does not replace the actual expert implementation.
invoke_agent.inbox/... and generated/....ImageGenerationAgentUse when:
Recommended providers:
nano_banana: default choice for general text-to-image generation.seedream: use when the user explicitly asks for Seedream or the task clearly needs that provider.gpt_image: use when the user explicitly asks for GPT Image / OpenAI image generation, or when the task should follow OpenAI-native image parameters.Recommended parameters:
{"prompt":"a cinematic cat poster","provider":"nano_banana"}
{"prompt":"a cinematic cat poster","provider":"seedream"}
{"prompt":"a cinematic cat poster","provider":"gpt_image","size":"1536x1024","quality":"medium"}
Do not use when:
ImageEditingAgentUse when:
Recommended parameters:
{"input_path":"inbox/cli/source.png","prompt":["replace the background with a clean white studio"],"provider":"nano_banana"}
Use input_paths when several images or references are required.
Do not use when:
ImageSegmentationAgentUse when:
Recommended parameters:
{"input_path":"inbox/cli/source.png","prompt":"person","threshold":0.2}
Key follow-up rule:
current_output.results[0].mask_path.mask_path is a reusable workspace file path for later tools or experts.Typical chaining:
ImageSegmentationAgent.mask_path.ImageGroundingAgentUse when:
Recommended parameters:
{"input_path":"inbox/cli/source.png","prompt":"red handbag"}
Prefer this over segmentation when:
ImageUnderstandingAgentUse when:
Recommended parameters:
{"input_path":"inbox/cli/source.png","mode":"description"}
{"input_path":"inbox/cli/source.png","mode":"all"}
{"input_path":"inbox/cli/reference.png","mode":"prompt"}
Prefer this before generation or editing when:
TextTransformExpertUse when:
Recommended parameters:
{"input_text":"Launch a summer tea campaign.","mode":"rewrite"}
{"input_text":"Launch a summer tea campaign.","mode":"translate","target_language":"zh-CN"}
VideoGenerationAgentUse when:
Recommended parameters:
{"prompt":"make a cinematic cat video","provider":"seedance","mode":"prompt"}
{"input_path":"inbox/cli/first_frame.png","prompt":"animate this image","provider":"veo","mode":"first_frame"}
Do not use when:
VideoUnderstandingExpertUse when:
Recommended parameters:
{"input_path":"inbox/cli/reference.mp4","mode":"description"}
{"input_path":"inbox/cli/reference.mp4","mode":"prompt"}
SpeechTranscriptionExpertUse when:
Recommended parameters:
{"input_path":"inbox/cli/interview.wav"}
{"input_path":"inbox/cli/interview.mp4","timestamps":true,"language":"en"}
SpeechSynthesisExpertUse when:
Recommended parameters:
{"text":"Hello from Creative Claw."}
{"ssml":"<speak>Hello<break time=\"500ms\"/>world</speak>","speaker":"zh_female_yingyujiaoyu_mars_bigtts"}
MusicGenerationExpertUse when:
Recommended parameters:
{"prompt":"cinematic orchestral background music","instrumental":true}
{"prompt":"warm folk pop song","lyrics":"custom lyric lines"}
SearchAgentUse when:
Mode strategy:
image: use for visual references.text: use for factual or conceptual information.all: use when both are helpful.Recommended parameters:
{"query":"editorial fashion poster references","mode":"image"}
{"query":"brand campaign visual strategy examples","mode":"text"}
KnowledgeAgentUse when:
Recommended parameters:
{"prompt":"Design three visual directions for a premium matcha brand campaign"}
Prefer this before generation when:
ImageUnderstandingAgent with mode="prompt"ImageGenerationAgentVideoUnderstandingExpertVideoGenerationAgent, KnowledgeAgent, or file tools based on the resultSpeechTranscriptionExpertTextTransformExpertImageUnderstandingAgentImageEditingAgentImageSegmentationAgentmask_pathImageEditingAgent or built-in file/image toolsKnowledgeAgentImageGenerationAgentSearchAgentKnowledgeAgent or ImageGenerationAgentImageGenerationAgent.ImageEditingAgent.ImageUnderstandingAgent.TextTransformExpert.ImageGroundingAgent.ImageSegmentationAgent.VideoUnderstandingExpert.VideoGenerationAgent.SpeechTranscriptionExpert.SpeechSynthesisExpert.MusicGenerationExpert.SearchAgent.KnowledgeAgent.ImageGenerationAgent when the user clearly needs an image edit.ImageGroundingAgent when the next step truly needs a pixel mask; use ImageSegmentationAgent.