一键导入
create
Real media generation tools (image, video, TTS, SFX, music) exposed to this agent via an amiko MCP server, plus the rule against fabricating capabilities
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Real media generation tools (image, video, TTS, SFX, music) exposed to this agent via an amiko MCP server, plus the rule against fabricating capabilities
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | create |
| description | Real media generation tools (image, video, TTS, SFX, music) exposed to this agent via an amiko MCP server, plus the rule against fabricating capabilities |
| metadata | {"openclaw":{"emoji":"🎨"}} |
You have five real media generation tools: create_image, create_video, create_tts, create_sfx, create_music. They are MCP tools, served by an amiko MCP server your agent connects to, not an external CLI and not something you shell out to.
In your tool list they appear under a per-agent namespaced prefix (the server id includes your agent id, since the auth header carries your own token), something like mcp__amiko-create-<agentId>__create_image. This doc refers to them by their base function name, use whatever exact namespaced name shows up in your own tool list.
If you do not have a tool for what the user asks, say so plainly. NEVER invent a command, tool, job id, cost, or status. NEVER claim media is "generating" or "processing" unless a real create_* tool actually returned a job id. If a create_* tool returns an error, relay the real reason to the user, do not blame your own syntax or silently retry.
prompt, plus optional model, size.prompt, optional firstFrameImage (image URL), plus optional model, resolution, seconds, aspectRatio. Default model is I2V (MiniMax-Hailuo-2.3-Fast): you must pass firstFrameImage (and may add a motion prompt). Hailuo 2.3 and 2.3-Fast both need a first frame. For prompt-only (T2V) video, pass a T2V-capable model such as MiniMax-Hailuo-02 (do not call with prompt alone under the default model; the server rejects it).prompt, plus optional model, voiceId.prompt, plus optional durationSeconds.prompt and/or lyrics, plus optional model, durationMs, isInstrumental.Defaults for optional args are applied server-side. Image, TTS, SFX, and music usually need only prompt. Video is different: under the default I2V model, pass firstFrameImage; for prompt-only video, also pass a T2V-capable model (e.g. MiniMax-Hailuo-02).
Calling a create_* tool is asynchronous and charged only on success. The tool call returns a job id, and a placeholder appears in the chat right away; it resolves into playable media once generation finishes, or into an error if it fails. A generation that fails is never billed.
If the user wants media beyond what these five tools support, tell them to use the web Create Studio at platform.heyamiko.com/create.