← Back to Skills Marketplace
🔌

RunAPI MCP Server

by RunAPI · GitHub ↗ · v0.1.3 · MIT-0
cross-platform ✓ Security Clean
37
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install runapi-mcp
Description
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 genera...
README (SKILL.md)

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.
Usage Guidance
Install only if you intend to use RunAPI for generated media. Be aware that prompts and task parameters may be sent to RunAPI, created tasks may consume credits depending on your RunAPI setup, and ambiguous requests like "check this task" may need clarification before use.
Capability Assessment
Purpose & Capability
The artifact purpose is to help users generate images, video, music, audio, speech, and check RunAPI task status; its listed capabilities are RunAPI model lookup, parameter validation, task creation, and task polling, which fit that purpose.
Instruction Scope
Instructions are mostly scoped to media-generation workflows and include guardrails such as validating model info, not inventing model slugs, not hardcoding prices, and asking confirmation for video, music, or batch tasks. The phrase "check this task" is broad and could route ambiguous requests into this skill.
Install Mechanism
The package contains only a markdown SKILL.md file, with no executable scripts, dependency installs, hooks, or install-time commands.
Credentials
Use of external RunAPI MCP tools is proportionate for a media-generation skill. The main user impact is sending prompts and media-task parameters to RunAPI and potentially creating billable generation tasks.
Persistence & Privilege
No artifact evidence shows persistence, privilege escalation, background workers, local credential harvesting, broad file indexing, or local profile/session access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install runapi-mcp
  3. After installation, invoke the skill by name or use /runapi-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.3
- Updated skill description for clarity and expanded media generation triggers. - Added detailed workflow and process outline for model selection, validation, and task creation. - Introduced explicit rules to avoid inventing model slugs, hardcoding prices, or retrying on timeout. - Specified usage of `wait=false` for submit-only requests and correct polling endpoint for task status. - Improved guidance on presenting task results, including status, output URLs, and cost.
Metadata
Slug runapi-mcp
Version 0.1.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is RunAPI MCP Server?

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 genera... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.

How do I install RunAPI MCP Server?

Run "/install runapi-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is RunAPI MCP Server free?

Yes, RunAPI MCP Server is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does RunAPI MCP Server support?

RunAPI MCP Server is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created RunAPI MCP Server?

It is built and maintained by RunAPI (@runapi-ai); the current version is v0.1.3.

💬 Comments