‹ 首页

muapi-amazon-product-listing

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

Generate a complete Amazon product listing image set — hero image, lifestyle shot, infographic with features, and comparison/detail closeups optimized for Amazon standards.

适合你,如果你在亚马逊上卖货,需要专业的产品图片来提升点击和转化。

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

怎么用

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

装上后,Claude 能根据你提供的产品信息,自动生成一套四张亚马逊商品图:主图、场景图、功能信息图、细节特写图。

什么时候触发

当你提到“亚马逊商品图”、“产品摄影”等关键词,或要求为商品制作亚马逊图片时触发。

装好后可以这样说
Claude 会询问产品名称、类别、核心功能等信息。
Claude 会生成四张图并展示。
技能原文 SKILL.md作者撰写 · MIT · a1c4c98

Amazon Product Listing Pack

Generate a complete Amazon product listing image set — hero image, lifestyle shot, infographic with features, and comparison/detail closeups optimized for Amazon standards.

Inputs

| Name | Type | Required | Default | Description | |:---|:---|:---|:---|:---| | product_name | text | yes | — | The product name (e.g. "Stainless Steel Water Bottle 32oz"). | | product_category | text | yes | — | Amazon category (e.g. "Kitchen & Dining", "Sports & Outdoors", "Electronics"). | | key_features | text | yes | — | Comma-separated top features to highlight (e.g. "leak-proof lid, BPA-free, keeps cold 24h, fits cupholder"). | | target_buyer | text | no | general consumer | Who buys this (e.g. "athletes", "busy moms", "office workers aged 25-45"). | | product_image | image_url | no | — | Optional existing product photo to use as base reference. |

Steps

Submit a SINGLE the plan with all steps running in parallel.

All 4 Images (Parallel)
  1. Hero image (white background)muapi image generate (model=ai-product-photography) if {{product_image}} provided, else muapi image generate (model=gpt4o-text-to-image):
  2. Prompt: Professional Amazon main listing hero image of {{product_name}}. Pure white background #FFFFFF. Product centered, perfectly lit with soft studio lighting, no shadows. High resolution, commercial product photography, sharp focus on all details, 2000x2000px equivalent quality.
  3. Aspect ratio: 1:1
  1. Lifestyle/context shotmuapi image generate (model=ai-product-shot) if {{product_image}} provided, else muapi image generate (model=nano-banana-pro):
  2. Prompt: Amazon lifestyle image of {{product_name}} being used by {{target_buyer}} in a natural setting. {{product_category}} product in real-life use context. Warm natural lighting, aspirational but relatable, slight bokeh background. Commercial lifestyle photography, professional quality.
  3. Aspect ratio: 1:1
  1. Feature infographicmuapi image generate (model=gpt4o-text-to-image):
  2. Prompt: Amazon product detail page infographic for {{product_name}}. Shows product with 4-5 callout arrows highlighting these key features: {{key_features}}. Clean white or light grey background, professional typography, bold feature labels with icons. Amazon A+ content style, feature benefit layout, commercial design.
  3. Aspect ratio: 1:1
  1. Closeup detail shotmuapi image generate (model=nano-banana-pro):
  2. Prompt: Extreme closeup macro product detail shot of {{product_name}} — focus on premium materials, texture, quality craftsmanship. Studio lighting, white background, ultra sharp focus, demonstrates quality. Amazon product detail image showing materials/finish.
  3. Aspect ratio: 1:1

After generation:

  • Present all 4 images in order (main > lifestyle > infographic > detail)
  • Suggest uploading to canvas to arrange as a listing mockup
  • Offer to generate 3 additional A+ content module images
Notes
  • Amazon requires main image on pure white background — enforce this strictly.
  • Key features should be visually distinct and scannable in the infographic.
  • For electronics, add "showing ports, buttons, and connections clearly" to the detail shot.
Trigger Keywords

amazon listing, amazon product, product listing, ecommerce listing, amazon images, product photography amazon, listing images


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

评论

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