← 返回 Skills 市场
justoneapi

Amazon Product Top Reviews API

作者 justoneapi · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
105
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install justoneapi-amazon-get-product-top-reviews
功能描述
Call GET /api/amazon/get-product-top-reviews/v1 for Amazon Product Top Reviews through JustOneAPI with asin.
使用说明 (SKILL.md)

Amazon Product Top Reviews

Use this focused JustOneAPI skill for product Top Reviews in Amazon. It targets GET /api/amazon/get-product-top-reviews/v1. Required non-token inputs are asin. OpenAPI describes it as: 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 experience.

Endpoint Scope

  • Platform key: amazon
  • Endpoint key: get-product-top-reviews
  • Platform family: Amazon
  • Skill slug: justoneapi-amazon-get-product-top-reviews
Operation Version Method Path OpenAPI summary
getProductTopReviewsV1 v1 GET /api/amazon/get-product-top-reviews/v1 Product Top Reviews

Inputs

Parameter In Required by Optional by Type Notes
asin query all n/a string ASIN (Amazon Standard Identification Number)
country query n/a all string Country code for the Amazon product. Available Values: - US: United States - AU: Australia - BR: Brazil - CA: Canada - CN: China - FR: France - DE: Germany - IN: India - IT: Italy - MX: Mexico - NL: Netherlands - SG: Singapore - ES: Spain - TR: Turkey - AE: United Arab Emirates - GB: United Kingdom - JP: Japan - SA: Saudi Arabia - PL: Poland - SE: Sweden - BE: Belgium - EG: Egypt - ZA: South Africa - IE: Ireland
country enum values n/a n/a n/a AE, AU, BE, BR, CA, CN, DE, EG, ES, FR, GB, IE, IN, IT, JP, MX, NL, PL, SA, SE, SG, TR, US, ZA

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use getProductTopReviewsV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: getProductTopReviewsV1.

node {baseDir}/bin/run.mjs --operation "getProductTopReviewsV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"asin":"\x3Casin>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example getProductTopReviewsV1 on /api/amazon/get-product-top-reviews/v1.
  • Echo the required lookup scope (asin) before summarizing results.
  • Prioritize fields that support this endpoint purpose: 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 experience.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill appears to be what it claims: a thin wrapper around JustOneAPI's endpoint. Before installing: (1) confirm you trust the JustOneAPI service and the token you provide; (2) be aware the token is sent as a query parameter (HTTPS is used but query strings can appear in logs / referer headers), so avoid using long-lived high-privilege credentials if possible; (3) ensure 'node' is available in your agent runtime; (4) review the included bin/run.mjs yourself if you have concerns (it is small and readable). If you need stronger guarantees, ask the publisher for documentation or use an API token scoped/minimized for this use.
功能分析
Type: OpenClaw Skill Name: justoneapi-amazon-get-product-top-reviews Version: 1.0.2 The skill is a standard API wrapper for retrieving Amazon product reviews via JustOneAPI (api.justoneapi.com). The execution logic in `bin/run.mjs` is straightforward, using the built-in fetch API to perform authorized requests without any signs of data exfiltration, obfuscation, or malicious command execution.
能力评估
Purpose & Capability
Name/description match the observed behavior: the included Node script calls https://api.justoneapi.com/api/amazon/get-product-top-reviews/v1 and requires JUST_ONE_API_TOKEN. Requiring 'node' and a single API token is proportionate to the advertised function.
Instruction Scope
SKILL.md directs the agent to run the included bin/run.mjs with operation, token, and params; the script only builds the request, validates parameters, performs an HTTPS fetch to the advertised baseUrl, and prints JSON. It does not read other files, environment variables, or send data to unexpected endpoints. Note: the token is sent as a query parameter (by design of the OpenAPI) which can make it visible in logs or URL traces.
Install Mechanism
No install spec is provided (instruction-only with an included script). No downloads or third-party package installs are performed by the skill itself, minimizing install-time risk.
Credentials
Only JUST_ONE_API_TOKEN is required and declared as the primary credential. No unrelated secrets, config paths, or additional credentials are requested.
Persistence & Privilege
The skill does not request permanent/always-on presence, does not modify other skills or system settings, and uses no privileged operations. Autonomous invocation is allowed by platform default but not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-amazon-get-product-top-reviews
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-amazon-get-product-top-reviews 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Streamlined the skill docs to focus on the single available endpoint, its required and optional parameters, and supported countries. - Clarified that only the asin parameter is required, with country optional. - Improved environment and authentication instructions for clarity and security. - Updated output guidance to require listing the operation ID and endpoint path, echoing asin, and summarizing response relevance before showing raw JSON. - Removed general workflow and selection docs to minimize ambiguity; the skill now only describes the single GET endpoint.
v1.0.1
- Maintenance update with minor changes to bin/run script and generated documentation files. - No changes to user-facing features or endpoints. - Documentation and generated files brought up to date.
v1.0.0
Initial publish
元数据
Slug justoneapi-amazon-get-product-top-reviews
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Amazon Product Top Reviews API 是什么?

Call GET /api/amazon/get-product-top-reviews/v1 for Amazon Product Top Reviews through JustOneAPI with asin. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 Amazon Product Top Reviews API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-amazon-get-product-top-reviews」即可一键安装,无需额外配置。

Amazon Product Top Reviews API 是免费的吗?

是的,Amazon Product Top Reviews API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Amazon Product Top Reviews API 支持哪些平台?

Amazon Product Top Reviews API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Amazon Product Top Reviews API?

由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.2。

💬 留言讨论