Install
openclaw skills install amazon-review-monitorMonitor Amazon product reviews by ASIN, analyze ratings and sentiment, identify issues, and draft AI-generated seller responses to negative feedback.
openclaw skills install amazon-review-monitorNever miss a negative review again. AI-drafted responses included.
Monitor reviews for any ASIN. Tracks rating distribution, analyzes sentiment, identifies negative themes, and drafts professional seller responses. Set up alerts for new negative reviews.
# Analyze reviews for an ASIN
cd <skill_dir>/scripts && python3 monitor.py B0XXXXXXXXX
# Analyze 5 pages of reviews on UK marketplace
cd <skill_dir>/scripts && python3 monitor.py B0XXXXXXXXX co.uk 5
Pure Python 3. No API keys. No pip install needed.