/install amazon-research
Amazon Research & Price Tracking
Research Amazon products and track prices over time.
Quick Start
Search Products
# Search for product
./scripts/amazon_search.sh "Alu Profil 20x20"
# Search with filters
./scripts/amazon_search.sh "iPhone 15" --max-price 800 --prime-only
Track Price
# Add product to price tracking
./scripts/price_tracker.sh add "B08XXXXXX" "Alu Profil 20x20"
# Check all tracked products
./scripts/price_tracker.sh list
# Get price history
./scripts/price_tracker.sh history "B08XXXXXX"
Features
- Product Search: Find products by keyword, category, price range
- Price Tracking: Monitor price changes over time
- Deal Alerts: Get notified when price drops below threshold
- Comparison: Compare similar products side-by-side
- Wishlist: Save products with target prices
Database Schema
SQLite database: ~/workspace/Projects/Amazon-Research/amazon_prices.db
Tables:
products- Product details (ASIN, title, category)price_history- Timestamped price dataalerts- User-defined price alertswishlist- Saved products with target prices
Price Tracking Workflow
- Search → Find product on Amazon
- Add → Add to tracking database
- Monitor → Cron job checks prices daily
- Alert → Notification when price drops
Cron Setup
# Check prices daily at 9:00
0 9 * * * ~/workspace/skills/amazon-research/scripts/price_checker.sh
Resources
references/amazon_api.md- Amazon API documentationassets/search_templates/- Common search queries
Alternative: Manual Research
Since Amazon API requires approval, use web scraping or manual entry:
# Add product manually
python3 scripts/add_product.py --asin "B08XXXXXX" --title "Product Name" --price 19.99
Integration with Other Skills
- Kleinanzeigen: Compare new vs. used prices
- Shopping List: Add researched items to buy list
- Budget: Track planned expenses
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install amazon-research - After installation, invoke the skill by name or use
/amazon-research - Provide required inputs per the skill's parameter spec and get structured output
What is Amazon Research?
Research Amazon products, track prices, and compare deals. Use when searching for products on Amazon, monitoring price changes, creating wishlists with price... It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install Amazon Research?
Run "/install amazon-research" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Amazon Research free?
Yes, Amazon Research is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Amazon Research support?
Amazon Research is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Amazon Research?
It is built and maintained by jcbuer (@jcbuer); the current version is v1.0.0.