← 返回 Skills 市场
justoneapi

Amazon Product Details API

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

Amazon Product Details

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

Endpoint Scope

  • Platform key: amazon
  • Endpoint key: get-product-detail
  • Platform family: Amazon
  • Skill slug: justoneapi-amazon-get-product-detail
Operation Version Method Path OpenAPI summary
getAmazonProductDetailV1 v1 GET /api/amazon/get-product-detail/v1 Product Details

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 getAmazonProductDetailV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: getAmazonProductDetailV1.

node {baseDir}/bin/run.mjs --operation "getAmazonProductDetailV1" --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 getAmazonProductDetailV1 on /api/amazon/get-product-detail/v1.
  • Echo the required lookup scope (asin) before summarizing results.
  • Prioritize fields that support this endpoint purpose: 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 tracking.
  • 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 a straightforward wrapper that requires a JustOneAPI token and Node to call an Amazon product-details endpoint. Before installing, confirm you trust the JustOneAPI service and that the JUST_ONE_API_TOKEN you provide is scoped appropriately. Avoid pasting the token into chat or logs; follow SKILL.md guidance to pass it via environment variables. If you need stricter guarantees, review network traffic or run the included bin/run.mjs locally to inspect behavior. Note: the script sends the token as a query parameter (per the manifest); ensure that usage matches your key's security posture.
功能分析
Type: OpenClaw Skill Name: justoneapi-amazon-get-product-detail Version: 1.0.2 The skill bundle is a standard implementation for interacting with the JustOneAPI to fetch Amazon product details. The core logic in `bin/run.mjs` uses the native `fetch` API to communicate with the hardcoded endpoint `https://api.justoneapi.com`, and the instructions in `SKILL.md` are consistent with the stated purpose of the tool without any signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description match the included files and the declared requirements. The skill only needs node and JUST_ONE_API_TOKEN to call GET /api/amazon/get-product-detail/v1, which is coherent for an API wrapper.
Instruction Scope
SKILL.md and bin/run.mjs only collect the ASIN (and optional country) and the API token, build an HTTP request to api.justoneapi.com, and print the JSON response. There are no instructions to read other files, access unrelated env vars, or transmit data to third parties.
Install Mechanism
No install spec or external downloads. The provided runtime script is small, self-contained, and executed with node. No extraction or remote installer URLs are used.
Credentials
Only JUST_ONE_API_TOKEN is required and is properly used as the authentication token for the API. No unrelated secrets or credentials are requested.
Persistence & Privilege
Skill is not always-on and uses normal model invocation defaults. It does not modify other skills or request persistent system-level privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-amazon-get-product-detail
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-amazon-get-product-detail 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated skill description and documentation for improved clarity and precision around required inputs, endpoint scope, and output expectations. - Tightened focus on the single supported operation (`getAmazonProductDetailV1`) and on the required parameter (`asin`), with clearer parameter guidance. - Enhanced endpoint table and parameter details for easier reference, including country code values and usage notes. - Clarified output and run instructions to explicitly include operation ID, echoed input, and endpoint use in responses. - Streamlined environment and security notes to emphasize secure token handling and setup.
v1.0.1
- Operation ID updated from getProductDetailV1 to getAmazonProductDetailV1 for clarity and consistency. - Documentation revised to reflect the new operation name across usage instructions and output rules. - No changes to API functionality—this is a naming and docs update only.
v1.0.0
Initial publish
元数据
Slug justoneapi-amazon-get-product-detail
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Amazon Product Details API 是什么?

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

如何安装 Amazon Product Details API?

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

Amazon Product Details API 是免费的吗?

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

Amazon Product Details API 支持哪些平台?

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

谁开发了 Amazon Product Details API?

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

💬 留言讨论