← 返回 Skills 市场
37
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install runapi-mcp
功能描述
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...
使用说明 (SKILL.md)
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.
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.
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install runapi-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/runapi-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。
如何安装 RunAPI MCP Server?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install runapi-mcp」即可一键安装,无需额外配置。
RunAPI MCP Server 是免费的吗?
是的,RunAPI MCP Server 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
RunAPI MCP Server 支持哪些平台?
RunAPI MCP Server 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RunAPI MCP Server?
由 RunAPI(@runapi-ai)开发并维护,当前版本 v0.1.3。
推荐 Skills