agentsclimarketplace

Amazon product search with review data

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/amazon-product-search-with-review-data

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill amazon-product-search-with-review-data

Assembled 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.