Runapi Mcp OpenClaw Plugin & Skill | ClawHub
Looking to integrate Runapi Mcp into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate image & video generation tasks instantly, without having to write custom tools from scratch.
What this skill does
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".
Install
openclaw skills install @runapi-ai/runapi-mcpnpx clawhub@latest install runapi-mcpFull SKILL.md
Open original| name | version | description |
|---|---|---|
| RunAPI Media Generator | 0.1.0 | 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". |
SKILL.md content below is scrollable.
RunAPI Media Generator
Use RunAPI tools to turn a media request into a validated task.
Workflow
- Identify the modality and likely action.
- Call
mcp__runapi__list_modelswith the narrowest useful filter. - Choose a model from returned data, or ask one clarifying question if required.
- Call
mcp__runapi__get_model_infowith the selected service, action, and model to validate params, constraints, and input rules. - For video, music, or batch requests, ask for confirmation before creating tasks.
- Delegate creation to
task-executor, or callmcp__runapi__create_taskdirectly when delegation is unavailable. - Present task ID, status, output URLs, and cost fields when available.
- 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 retry task creation after timeout.
- Do not describe generated media as if you inspected it.
- Use
wait=falsewhen the user asks to submit only. - Use
mcp__runapi__get_taskfor follow-up status checks. - For app/backend integrations, include a storage step for generated images, videos, audio, or other files before treating the workflow as production-ready.