Productivity

amazon-product-finder

noemi-paradise/openclaw-skill-amazon-product-finder · updated Apr 8, 2026

$npx skills add https://github.com/noemi-paradise/openclaw-skill-amazon-product-finder --skill amazon-product-finder
summary

Find the best Amazon products for your affiliate content.

skill.md

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

  1. User provides search keyword or problem description
  2. Script queries Amazon (PA API or scraper)
  3. Returns top 3 products with:
    • Product name
    • ASIN
    • Price
    • Rating
    • Affiliate link

Scripts

  • scripts/find_products.py - Main product search
  • scripts/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

general reviews

Ratings

4.510 reviews
  • Shikha Mishra· Oct 10, 2024

    amazon-product-finder is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Piyush G· Sep 9, 2024

    Keeps context tight: amazon-product-finder is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Chaitanya Patil· Aug 8, 2024

    Registry listing for amazon-product-finder matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Sakshi Patil· Jul 7, 2024

    amazon-product-finder reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ganesh Mohane· Jun 6, 2024

    I recommend amazon-product-finder for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Oshnikdeep· May 5, 2024

    Useful defaults in amazon-product-finder — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Dhruvi Jain· Apr 4, 2024

    amazon-product-finder has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Rahul Santra· Mar 3, 2024

    Solid pick for teams standardizing on skills: amazon-product-finder is focused, and the summary matches what you get after install.

  • Pratham Ware· Feb 2, 2024

    We added amazon-product-finder from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Yash Thakker· Jan 1, 2024

    amazon-product-finder fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.