‹ 首页

muapi-giant-product-showcase

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

Create a dramatic "Giant Product" visual where a regular item is showcased as a massive, building-sized object next to a person, then optionally animate the scene.

适合你,如果需要制作震撼的产品对比视觉来吸引眼球

/ 下载安装
muapi-giant-product-showcase.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-giant-product-showcase
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- samuraigpt/generative-media-skills/muapi-giant-product-showcase
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify samuraigpt/generative-media-skills/muapi-giant-product-showcase
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
3754GitHub stars
~662上下文体积 · 单文件
镜像托管

怎么用

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

装上后,Claude 能根据你上传的产品照片,生成一张该产品被放大到和人一样高的图片,并可以进一步把这张图片变成一段展示视频。

什么时候触发

当你上传一张产品照片,并希望看到它被放大展示在人物旁边时触发。

装好后可以这样说
Claude 会要求你上传咖啡杯照片,然后生成图片。
Claude 会使用你上传的手表照片生成巨型手表图片。
Claude 会基于之前生成的图片制作一段展示视频。
技能原文 SKILL.md作者撰写 · MIT · a1c4c98

Giant Product Showcase

Create a dramatic "Giant Product" visual where a regular item is showcased as a massive, building-sized object next to a person, then optionally animate the scene.

Inputs

| Name | Type | Required | Default | Description | |:---|:---|:---|:---|:---| | product_image | image_url | yes | — | A clear image of the product to be made giant. | | person_description | text | no | a stylishly dressed man | Description of the person standing next to the giant product. |

Steps
Phase A — Giant Product Visualization

If {{product_image}} is not provided, ask the user to upload a photo of the product.

Once the photo is available, submit the plan with ONE step to create the giant product scene:

  1. Scene Generationmuapi image edit (model=nano-banana-2-edit):
  2. Reference Image: {{product_image}}
  3. Prompt: A professional commercial photograph featuring a massive, giant-sized version of the product from the reference image. The product is the size of a person and is standing on a clean, modern floor. Next to the giant product, {{person_description}} is leaning against it or standing nearby, highlighting the enormous scale. High-end product photography, soft studio lighting, realistic reflections, 8k resolution.
  4. Aspect ratio: 3:4 or 4:5

Present the generated giant product image to the user for approval.

Phase B — Animation (Optional)

After the image is generated, ask the user if they would like to animate the scene into a cinematic showcase video.

If requested, submit the plan with ONE step:

  1. Video Generationmuapi video from-image (model=veo3.1-fast-image-to-video):
  2. Reference Image: The giant product image from Phase A.
  3. Prompt: Cinematic slow-motion camera movement around the giant product. The person next to it moves naturally, looking at the camera or adjusting their pose. Dynamic lighting, high-quality textures, professional commercial vibe.
  4. Aspect ratio: 9:16 or 4:5

After generation, present the final product showcase video.

Trigger Keywords

giant product, massive object, product showcase, scale comparison, product animation


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 查看 →

评论

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