Amazon API
by @justoneapi
Analyze Amazon workflows with JustOneAPI, including product Details, product Top Reviews, and best Sellers across 4 operations.
clawhub install justoneapi-amazonπ About This Skill
name: Amazon API description: Analyze Amazon workflows with JustOneAPI, including product Details, product Top Reviews, and best Sellers across 4 operations. author: JustOneAPI homepage: https://api.justoneapi.com metadata: {"openclaw":{"homepage":"https://api.justoneapi.com","primaryEnv":"JUST_ONE_API_TOKEN","requires":{"bins":["node"],"env":["JUST_ONE_API_TOKEN"]},"skillKey":"justoneapi_amazon"}}
Amazon
This skill wraps 4 Amazon operations exposed by JustOneAPI. It is strongest for product Details, product Top Reviews, best Sellers, and products By Category. Expect common inputs such as country, asin, page, category, categoryId.
When To Use It
country, asin, page, category.Representative Operations
getAmazonProductDetailV1: Product Details β Get Amazon product Details data, including title, brand, and price, for building product catalogs and enriching item content (e.g., images), price monitoring and availability tracking, and e-commerce analytics and competitor trackinggetProductTopReviewsV1: Product Top Reviews β Get Amazon product Top Reviews data, including most helpful) public reviews, for sentiment analysis and consumer feedback tracking, product research and quality assessment, and monitoring competitor customer experiencegetBestSellersV1: Best Sellers β Get Amazon best Sellers data, including rank positions, product metadata, and pricing, for identifying trending products in specific categories, market share analysis and category research, and tracking sales rank and popularity over timegetProductsByCategoryV1: Products By Category β Get Amazon products By Category data, including title, price, and rating, for category-based product discovery and returns product information such as title, price, and ratingRequest Pattern
GET.country, asin, page, category, categoryId.How To Work
1. Read generated/operations.md before choosing an endpoint.
2. Start with one of these operations when it matches the user's request: getAmazonProductDetailV1, getProductTopReviewsV1, getBestSellersV1, getProductsByCategoryV1.
3. Pick the smallest matching operation instead of guessing.
4. Ask the user for any missing required parameter. Do not invent values.
5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
JUST_ONE_API_TOKENJUST_ONE_API_TOKEN only for authenticated Just One API requests.JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.Output Rules
getAmazonProductDetailV1, explain why the returned fields answer the user's question.country, asin, page, echo those back so the scope is explicit.