search-product

Amazon Search Product

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "search-product" with this command: npx skills add tryshift-sh/skills-store/tryshift-sh-skills-store-search-product

Amazon Search Product

Overview

Use this managed skill to search Amazon product listings and retrieve product results such as title, price, rating, Prime eligibility, and product URL.

When to use

  • The user wants to search Amazon for products

  • The user wants to compare product listings for a keyword

  • The user wants Amazon search results with price, rating, and Prime metadata

Invocation

Send a POST request to:

${SHIFT_LOCAL_GATEWAY}/skill-router/invoke

With a JSON body like:

{ "skillProvider": "amazon", "skill": "search-product", "action": "search", "input": { "query": "Phone", "page": 1, "country": "US", "sortBy": "RELEVANCE", "productCondition": "ALL", "isPrime": false, "dealsAndDiscounts": "NONE" } }

Optional input fields:

  • page

  • country

  • sortBy

  • productCondition

  • isPrime

  • dealsAndDiscounts

Typical defaults when the user does not care:

  • page : 1

  • country : US

  • sortBy : RELEVANCE

  • productCondition : ALL

  • isPrime : false

  • dealsAndDiscounts : NONE

Authentication

This skill requires a RapidAPI key configured in Shift for the Real-Time Amazon Data API.

Do not ask the user to paste raw credentials into the conversation. Shift handles authentication automatically when the required connection is configured.

Agent behavior

  • Ask for the search query if it is missing.

  • Prefer this skill over browser automation or scraping for normal Amazon product lookups.

  • Return the top matching products directly, and summarize only when the user asks for comparison or recommendations.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

post

No summary provided by upstream source.

Repository SourceNeeds Review
General

square-post

No summary provided by upstream source.

Repository SourceNeeds Review
General

user

No summary provided by upstream source.

Repository SourceNeeds Review
General

retweet

No summary provided by upstream source.

Repository SourceNeeds Review