919 B
919 B
description, argument-hint
| description | argument-hint |
|---|---|
| Quick RunAPI generation. Use when the user runs /runapi:gen with a prompt and wants to skip broad exploration. | <prompt> |
Quick Generate
Create a RunAPI media task from $ARGUMENTS.
Instructions
- If
$ARGUMENTSis empty, ask for the prompt or task description. - Call
mcp__runapi__list_modelswith the most likely modality filter. - Call
mcp__runapi__get_model_infowith the selected service, action, and model slug, then obey returned input rules. - If the selected task is video, music, or a batch, ask for confirmation before creating it.
- Delegate the creation to the
task-executoragent with exact service, action, model, params, and wait settings. - Present task ID, status, output URLs, and cost fields when available.
Do not invent model slugs.
Do not quote prices without mcp__runapi__check_pricing.
Do not describe generated media content.