Agent SkillsSamurAIGPT/Generative-Media-Skills › muapi-amazon-product-listing

muapi-amazon-product-listing

GitHub

根据产品信息生成符合亚马逊标准的完整商品列表图片包,包括主图、生活场景图、功能信息图和细节特写。

library/visual/amazon-product-listing/SKILL.md SamurAIGPT/Generative-Media-Skills

Trigger Scenarios

需要为亚马逊产品生成全套营销图片 批量创建电商商品展示素材

Install

npx skills add SamurAIGPT/Generative-Media-Skills --skill muapi-amazon-product-listing -g -y
More Options

Non-standard path

npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/library/visual/amazon-product-listing -g -y

Use without installing

npx skills use SamurAIGPT/Generative-Media-Skills@muapi-amazon-product-listing

指定 Agent (Claude Code)

npx skills add SamurAIGPT/Generative-Media-Skills --skill muapi-amazon-product-listing -a claude-code -g -y

安装 repo 全部 skill

npx skills add SamurAIGPT/Generative-Media-Skills --all -g -y

预览 repo 内 skill

npx skills add SamurAIGPT/Generative-Media-Skills --list

SKILL.md

Frontmatter
{
    "name": "muapi-amazon-product-listing",
    "slug": "muapi-amazon-product-listing",
    "version": "1.0.0",
    "description": "Generate a complete Amazon product listing image set — hero image, lifestyle shot, infographic with features, and comparison\/detail closeups optimized for Amazon standards.",
    "acceptLicenseTerms": true
}

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):

    • 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.
    • Aspect ratio: 1:1
  2. Lifestyle/context shotmuapi image generate (model=ai-product-shot) if {{product_image}} provided, else muapi image generate (model=nano-banana-pro):

    • 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.
    • Aspect ratio: 1:1
  3. Feature infographicmuapi image generate (model=gpt4o-text-to-image):

    • 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.
    • Aspect ratio: 1:1
  4. Closeup detail shotmuapi image generate (model=nano-banana-pro):

    • 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.
    • 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.

Version History

  • d4ce293 Current 2026-07-25 11:21

Same Skill Collection

.opencode/skills/muapi-ad-creative/SKILL.md
.opencode/skills/muapi-ai-clipping/SKILL.md
.opencode/skills/muapi-cinema-director/SKILL.md
.opencode/skills/muapi-instagram-post/SKILL.md
.opencode/skills/muapi-logo-creator/SKILL.md
.opencode/skills/muapi-nano-banana/SKILL.md
.opencode/skills/muapi-product-video-ad-maker/SKILL.md
.opencode/skills/muapi-seedance-2/SKILL.md
.opencode/skills/muapi-social-media-video/SKILL.md
.opencode/skills/muapi-ugc-video-factory/SKILL.md
.opencode/skills/muapi-ui-design/SKILL.md
.opencode/skills/muapi-youtube-shorts/SKILL.md
.opencode/skills/muapi-youtube-thumbnail/SKILL.md
core/edit/SKILL.md
core/media/SKILL.md
core/platform/SKILL.md
library/edit/ai-clipping/SKILL.md
library/motion/3d-logo-animation/SKILL.md
library/motion/ai-fight-scene/SKILL.md
library/motion/animal-video-generator/SKILL.md
library/motion/award-ceremony-video/SKILL.md
library/motion/cartoon-dance-animation/SKILL.md
library/motion/character-story-video/SKILL.md
library/motion/cinema-director/SKILL.md
library/motion/drone-style-video/SKILL.md
library/motion/freeze-effect-video/SKILL.md
library/motion/giant-product-showcase/SKILL.md
library/motion/jewelry-product-video/SKILL.md
library/motion/music-video/SKILL.md
library/motion/one-shot-video/SKILL.md
library/motion/product-ad-cinematic/SKILL.md
library/motion/product-showcase-video/SKILL.md
library/motion/product-video-ad-maker/SKILL.md
library/motion/seedance-2/SKILL.md
library/motion/storyboard-to-cooking-video/SKILL.md
library/motion/talking-baby-video/SKILL.md
library/motion/ugc-lifestyle-try-on/SKILL.md
library/motion/ugc-video-factory/SKILL.md
library/social/instagram-post/SKILL.md
library/social/product-campaign/SKILL.md
library/social/rednote-cover/SKILL.md
library/social/social-media-video/SKILL.md
library/social/social-pack/SKILL.md
library/social/ugc-ads-workflow/SKILL.md
library/social/youtube-shorts/SKILL.md
library/visual/action-figure-generator/SKILL.md
library/visual/ad-creative/SKILL.md
library/visual/blog-header/SKILL.md
library/visual/brand-kit/SKILL.md

Metadata

Files
0
Version
2e0ef66
Hash
f42bd4ae
Indexed
2026-07-25 11:21

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 04:10
浙ICP备14020137号-1 $mapa de visitantes$