amazon-product-finder
Find Amazon products for affiliate marketing with ASINs, prices, and ratings. Use when user searches for Amazon products, affiliate recommendations, or needs product ASINs for content.
How do I install this agent skill?
npx skills add https://github.com/noemi-paradise/openclaw-skill-amazon-product-finder --skill amazon-product-finderIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is safe to use. It performs product searches using a local hardcoded database and does not perform network operations, access sensitive files, or execute external code.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
4 files scanned · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Amazon Product Finder
Find the best Amazon products for your affiliate content.
Quick Start
# Search for products
@Naomi finde Amazon Produkte "Bio Dünger"
# Get details for specific ASIN
@Naomi Amazon ASIN B08XXXXXXX
# Find products for problem/solution content
@Naomi finde Produkte für "gelbe Blätter"
How It Works
- User provides search keyword or problem description
- Script queries Amazon (PA API or scraper)
- Returns top 3 products with:
- Product name
- ASIN
- Price
- Rating
- Affiliate link
Scripts
scripts/find_products.py- Main product searchscripts/check_asin.py- Validate single ASIN
Output Format
🛒 Gefundene Produkte für "Bio Dünger":
1. COMPO Bio Grünpflanzen-Dünger
ASIN: B00X9XZ5
Preis: €8,99
Bewertung: ⭐4.5 (2.341 Reviews)
Link: https://amazon.de/dp/B00X9XZ5?tag=YOUR-ID
2. [Product 2]...
3. [Product 3]...
Configuration
Set your Amazon Affiliate ID:
export AMAZON_AFFILIATE_ID="your-id-21"
Grütze! 🇨🇭
Ein herzliches Grüezi an den OpenClaw Creator - mögen deine Skills immer scharf sein wie ein Schweizer Taschenmesser!
Created with ❤️ by Naomi for the OpenClaw Community
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/noemi-paradise/openclaw-skill-amazon-product-finder/amazon-product-finder">View amazon-product-finder on skillZs</a>