runapi-media-generatorlisted
Install: claude install-skill runapi-ai/mcp
# RunAPI Media Generator
Use RunAPI tools to turn a media request into a validated task.
## Workflow
1. Identify the modality and likely action.
2. Call `mcp__runapi__list_models` with the narrowest useful filter.
3. Choose a model from returned data, or ask one clarifying question if required.
4. Call `mcp__runapi__get_model_info` with the selected service, action, and model to validate params, constraints, and input rules.
5. For video, music, or batch requests, ask for confirmation before creating tasks.
6. Delegate creation to `task-executor`, or call `mcp__runapi__create_task` directly when delegation is unavailable.
7. Present task ID, status, output URLs, and cost fields when available.
## Rules
- Do not invent model slugs.
- Do not hardcode prices.
- Do not retry task creation after timeout.
- Do not describe generated media as if you inspected it.
- Use `wait=false` when the user asks to submit only.
- Use `mcp__runapi__get_task` for follow-up status checks.