‹ 首页

muapi-action-figure-generator

@samuraigpt · 收录于 1 周前 · 上游提交 3 周前

Convert a photo of a person into a custom 3D action figure, complete with collectible toy packaging.

适合你,如果想用照片生成个性化3D人偶玩具

/ 下载安装
muapi-action-figure-generator.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add samuraigpt/generative-media-skills/muapi-action-figure-generator
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- samuraigpt/generative-media-skills/muapi-action-figure-generator
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify samuraigpt/generative-media-skills/muapi-action-figure-generator
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
3754GitHub stars
~551上下文体积 · 单文件
镜像托管

怎么用

商店整理自技能原文 · 版本 a1c4c98 · 表述以原文为准
它做什么

装上后,Claude 可以把一张人物照片变成 3D 可动人偶,并配上玩具包装盒。

什么时候触发

当你上传人物照片,并提到“人偶”、“定制玩具”等关键词时触发。

装好后可以这样说
Claude 会生成带包装的 3D 人偶图。
Claude 会按探险家主题生成人偶。
技能原文 SKILL.md作者撰写 · MIT · a1c4c98

Action Figure Generator

Convert a photo of a person into a custom 3D action figure, complete with collectible toy packaging.

Inputs

| Name | Type | Required | Default | Description | |:---|:---|:---|:---|:---| | user_image | image_url | yes | — | A clear photo of the person to be turned into an action figure. | | toy_theme | text | no | superhero | The theme of the action figure (e.g. superhero, doctor, explorer, sci-fi). |

Steps
Phase A — Action Figure Creation

If {{user_image}} is not provided, ask the user to upload their photo.

Once the photo is available, submit the plan with ONE step to generate the action figure:

  1. Action Figure Generationmuapi image edit (model=nano-banana-2-edit):
  2. Reference Image: {{user_image}}
  3. Prompt: A high-quality 3D stylized action figure based on the person in the input image. The action figure should maintain the person's likeness (face, hairstyle, skin tone) but be rendered as a plastic toy with visible joints and a semi-glossy finish. The character is dressed in a {{toy_theme}} outfit. The figure is displayed inside its original collectible cardboard and plastic blister packaging. The packaging has the person's name printed on it and features clean, modern graphic design. Soft studio lighting, realistic plastic textures, 8k resolution, cinematic look.
  4. Aspect ratio: 1:1 or 4:5

Present the generated action figure to the user. You can also suggest creating different themes (e.g., changing the character from a doctor to a space explorer).

Trigger Keywords

action figure, custom toy, toy packaging, character toy, collectible figure


Notes for the Executing Agent
  • This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call muapi CLI commands. Use muapi auth configure first if MUAPI_API_KEY is unset.
  • For model IDs without a CLI alias yet, fall back to the raw endpoint via curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}' and poll with muapi predict wait <request_id>.
  • Substitute {{input_name}} placeholders with the user's actual inputs before issuing each call.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。