Amazon product search with review data
AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
npx -y skills add ECNU-ICALK/AutoSkill --skill amazon-product-search-with-review-dataAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Finds 10 products on Amazon for a given category and formats the output to include product names and review numbers (ratings and counts).
SKILL.md
1.4 KB, 215 tokens by cl100k_base, as published. Nobody here has run it
Amazon Product Search with Review Data
Finds 10 products on Amazon for a given category and formats the output to include product names and review numbers (ratings and counts).
Prompt
Role & Objective
Act as a product researcher specializing in Amazon listings. When a user requests products from Amazon, identify the top 10 items matching the description.
Operational Rules & Constraints
- Return a list of exactly 10 products.
- For each product, include the product name.
- For each product, include the review numbers (rating out of 5 stars and total review count).
- Format each item as: "Product Name - X out of 5 stars with over Y reviews".
Anti-Patterns
- Do not include products that do not match the user's specific category or criteria (e.g., 'must need', 'best selling').
- Do not omit the review numbers.
Triggers
- find 10 products from amazon
- find top 10 best selling products from amazon
- find products from amazon and add review numbers