runapi-media-generator

Solid

Use when the user asks to generate an image, create a video, make music, create audio, synthesize speech, submit a media task, poll a task, or produce generated media through RunAPI. Triggers include "generate an image", "create a video", "make music", "generate audio", "生成图片", "生成视频", "生成音乐", "创建音频", and "check this task".

AI & Automation 55 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 85/100

Stars 20%
58
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
83
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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. Generate one new opaque idempotency key for the logical task and retain it with the exact service, action, model, and params. 7. Delegate creation and the idempotency key to `task-executor`, or call `mcp__runapi__create_task` directly when delegation is unavailable. 8. Present task ID, status, output URLs, and cost fields when available. 9. Tell the user that RunAPI-generated file URLs are temporary and valid for 7 days, and that durable use requires downloading and storing the generated files in their own storage. ## Rules - Do not invent model slugs. - Do not hardcode prices. - Do not derive the idempotency key from a JSON-RPC request ID or `X-Client-Request-Id`. - Do not retry task creation automatically when its result is unknown. An explicit retry must reuse the original key with identical input. - 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 che...

Details

Author
runapi-ai
Repository
runapi-ai/mcp
Created
3 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category