Amazon Images + Reviews

Collect Amazon product images and SellerSprite reviews into ASIN-named folders.

1|Updated May 8, 2026
One-click install
npx skills add https://github.com/ghostltx/codex-skills --skill amazon-images-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Amazon Images + Reviews
Source: https://github.com/ghostltx/codex-skills/tree/main/amazon-images-reviews
Command: npx skills add https://github.com/ghostltx/codex-skills --skill amazon-images-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, and includes scripts (resource) components.

What problem does it solve?

This skill streamlines the collection of Amazon product media (current-variant main images and A+ images) and SellerSprite reviews, packaging them into a folder named by the ASIN for easy offline use and analysis.

Core Features & Use Cases

  • Download current-variant main images into main-images for the target ASIN.
  • Download A+ images with width and landscape filtering to keep only relevant assets.
  • Export SellerSprite reviews to Excel when a secret-key is available.
  • Support parent/child ASIN workflows to organize variants into separate subfolders under the parent.

Quick Start

Provide an Amazon ASIN or product URL, and optionally specify --parent-asin and --child-asin for variants or --out to choose the destination.

Frequently Asked Questions about Amazon Images + Reviews

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download Amazon product images and reviews for offline analysis?

To download Amazon product images and reviews for offline analysis, provide an ASIN or product URL to collect current-variant main images, A+ images, and SellerSprite reviews into a structured folder named by the ASIN.

Can I export Amazon SellerSprite reviews to Excel using an ASIN?

Yes, you can export Amazon SellerSprite reviews to Excel by providing a secret key alongside the target ASIN. The script uses MCP API calls to fetch the reviews and outputs them directly into an Excel file.

How do I handle parent and child ASIN variants when downloading Amazon images?

To handle parent and child ASIN variants when downloading Amazon images, specify the --parent-asin and --child-asin parameters. The skill organizes these variants into separate subfolders under the parent ASIN directory.

Does this tool filter Amazon A+ images by size and orientation?

Yes, this tool filters Amazon A+ images by size and orientation. It applies width and landscape filtering during the download process to ensure only relevant image assets are kept for analysis.

Do I need Python and openpyxl to package Amazon assets and reviews?

Yes, you need Python and the openpyxl dependency to package Amazon assets and reviews. The implementation relies on a Python script suite that parses product pages and exports reviews to Excel using this library.

What limitations exist when scraping Amazon media and SellerSprite reviews?

A key limitation when scraping Amazon media and SellerSprite reviews is that exporting reviews to Excel strictly requires a provided secret key to authenticate the MCP API calls, without which review data cannot be retrieved.