← 返回 Skills 市场
linkfox-ai

Amazon Product Detail

作者 linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-amazon-product-detail
功能描述
通过ASIN获取亚马逊商品详细信息,包括标题、图片、五点描述、规格参数、A+页面、价格、评分评论、变体等。当用户提到亚马逊商品详情、ASIN查询、商品页面数据、Listing分析、五点描述提取、商品图片获取、变体查看、竞品Listing研究、价格查询、评论拆解、商品规格查询、Amazon product deta...
使用说明 (SKILL.md)

Amazon Product Detail Lookup

This skill guides you on how to retrieve and analyze detailed Amazon product information by ASIN, helping Amazon sellers and researchers extract comprehensive listing data from product pages across 22 Amazon marketplaces.

Core Concepts

This tool performs front-end simulation of Amazon product pages to extract structured detail data. It returns rich information including the product title, main image, additional images, bullet points (About This Item), product specifications, A+ content description, pricing, ratings distribution, variant structure, and optionally "Frequently Bought Together" and "Related Products" data.

Billing note: This tool is billed per ASIN queried. Because the cost is higher than search-based tools, guide users to query only the ASINs they truly need rather than large exploratory batches.

Batch support: Up to 40 ASINs can be queried in a single request, provided as a comma-separated string.

Parameter Guide

Parameter Required Default Description
asins Yes -- Comma-separated ASIN list (up to 40). Example: B072MQ5BRX,B08N5WRWNW
amazonDomain No amazon.com Amazon marketplace domain. See Supported Marketplaces below
language No -- Locale code for response language, e.g. en_US, de_DE, ja_JP
deliveryZip No -- Postal/ZIP code for delivery-dependent pricing and availability
device No desktop Device type: desktop, mobile, or tablet
returnBoughtTogether No false Include "Frequently Bought Together" products in the response
returnRelatedProducts No false Include "Related Products" list in the response
returnAuthorsReviews No false Include top customer reviews in the response

Supported Marketplaces

Domain Country
amazon.com United States
amazon.co.uk United Kingdom
amazon.de Germany
amazon.fr France
amazon.it Italy
amazon.es Spain
amazon.co.jp Japan
amazon.ca Canada
amazon.com.au Australia
amazon.com.br Brazil
amazon.in India
amazon.nl Netherlands
amazon.se Sweden
amazon.pl Poland
amazon.sg Singapore
amazon.sa Saudi Arabia
amazon.ae United Arab Emirates
amazon.com.tr Turkey
amazon.com.mx Mexico
amazon.eg Egypt
amazon.cn China
amazon.com.be Belgium

Default marketplace is amazon.com (US). Use amazon.com when the user doesn't specify a marketplace.

API Usage

This tool calls the LinkFox tool gateway API. See references/api.md for calling conventions, request parameters, and response structure. You can also execute scripts/amazon_product_detail.py directly to run queries.

Usage Examples

1. Basic single-ASIN lookup

Look up the details of ASIN B072MQ5BRX on Amazon US.

Parameters: {"asins": "B072MQ5BRX"}

2. Multi-ASIN batch lookup

Get product details for B072MQ5BRX and B08N5WRWNW.

Parameters: {"asins": "B072MQ5BRX,B08N5WRWNW"}

3. Lookup on a non-US marketplace

Fetch product info for B09V3KXJPB on Amazon Germany.

Parameters: {"asins": "B09V3KXJPB", "amazonDomain": "amazon.de"}

4. Lookup with reviews and bought-together

Get full product details including reviews and frequently bought together for B08N5WRWNW on Amazon Japan.

Parameters: {"asins": "B08N5WRWNW", "amazonDomain": "amazon.co.jp", "returnBoughtTogether": true, "returnAuthorsReviews": true}

5. Competitor listing comparison

Compare bullet points and pricing for these 3 ASINs: B072MQ5BRX, B08N5WRWNW, B09V3KXJPB.

Parameters: {"asins": "B072MQ5BRX,B08N5WRWNW,B09V3KXJPB"}

6. Mobile-specific product page check

Show me how product B072MQ5BRX looks on mobile in the UK.

Parameters: {"asins": "B072MQ5BRX", "amazonDomain": "amazon.co.uk", "device": "mobile"}

Display Rules

  1. Present data clearly: Show product details in a well-structured format -- use tables for specifications and pricing comparisons, bullet lists for "About This Item" content
  2. Image handling: When the response includes image URLs (productImageUrls, thumbnail, imageUrl), present them as clickable links or embedded images as appropriate
  3. Multi-ASIN results: When multiple ASINs are queried, organize results so each product is clearly separated and labeled by ASIN and title
  4. Price formatting: Always include the currency symbol/code alongside price values. Show both current price and original price (if discounted) to highlight deals
  5. Rating breakdown: When customerReviews data is present, show the star distribution (5-star through 1-star percentages) alongside the overall rating and total review count
  6. Variant display: When variants exist, present them in a compact table grouped by variant dimension (color, size, etc.)
  7. Error handling: When a query fails, explain the reason and suggest checking that the ASIN is valid and the marketplace domain is correct
  8. Cost awareness: Remind users that this tool charges per ASIN, so they should batch only what they need

User Expression & Scenario Quick Reference

Applicable -- Tasks that require structured Amazon product page data:

User Says Scenario
"Look up this ASIN", "Get product details for ..." Single/batch ASIN detail lookup
"What are the bullet points for this product" Listing content extraction
"Show me competitor listings" Multi-ASIN comparison
"What's the price of this ASIN on Amazon DE" Cross-marketplace price check
"How many reviews does this product have" Rating & review analysis
"What variants does this product offer" Variant structure inspection
"Get the A+ content / product description" Product description retrieval
"What's the main image for this ASIN" Product image extraction
"Is this product Prime eligible" Eligibility / badge check
"What are the product specs / dimensions" Specification lookup

Not applicable -- Needs beyond product detail page data:

  • Keyword / search term analysis (use ABA Data Explorer instead)
  • Search result rankings or organic position tracking
  • Advertising / PPC campaign data
  • Sales estimation or revenue calculations
  • Inventory management or FBA fee analysis
  • Review sentiment analysis requiring NLP beyond raw review text
  • Historical price tracking over time (this tool returns current snapshot only)

Boundary judgment: When users say "analyze this product" or "research this ASIN", if it boils down to retrieving the current product page data (title, price, bullets, images, reviews, variants), this skill applies. If they need historical trends, sales estimates, or advertising insights, it does not apply.

Feedback:

Auto-detect and report feedback via the Feedback API when any of the following apply:

  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved

Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.


For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.

安全使用建议
This skill does what it says (fetches Amazon listing details) and uses an external LinkFox API to do so. Before installing or using it: - Be aware it requires an API key (LINKFOXAGENT_API_KEY) even though the registry metadata did not declare that — supplying this key sends it in the Authorization header to https://tool-gateway.linkfox.com. Only provide the key if you trust LinkFox and the endpoint. - The skill will transmit ASINs and optional fields (e.g., delivery ZIP) to the external service; do not send any sensitive PII or secrets as query parameters. - Confirm billing/cost implications (the SKILL.md notes per‑ASIN billing) so you don't accidentally incur charges with large batches. - Ask the publisher to update the skill metadata to declare the required environment variable and to document privacy/retention of submitted data. - If you need higher assurance, inspect the operator (LinkFox) and the Feishu doc linked in the files to verify legitimacy, or run requests through an account you control that limits permissions. Given the single clear inconsistency (undeclared required env var) but otherwise coherent behavior, treat this as suspicious rather than outright malicious.
功能分析
Type: OpenClaw Skill Name: linkfox-amazon-product-detail Version: 1.0.0 The skill is a legitimate tool for retrieving Amazon product details via the LinkFox API (tool-gateway.linkfox.com). The Python script 'amazon_product_detail.py' uses standard libraries to perform authenticated requests using an environment-stored API key, and the 'SKILL.md' instructions focus on data formatting, cost transparency, and user feedback without any signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
The skill's stated purpose (lookup Amazon product details by ASIN) matches its actions: SKILL.md, references/api.md, and the included script all call an external LinkFox API to retrieve structured product data. However, the registry metadata lists no required environment variables while the code and API docs clearly require an API key (LINKFOXAGENT_API_KEY). That metadata omission is inconsistent and should be corrected.
Instruction Scope
The runtime instructions and script are narrowly scoped: they build a JSON request and POST it to https://tool-gateway.linkfox.com/amazon/product/detail and optionally call a separate feedback endpoint. The skill does not instruct reading arbitrary local files, system secrets, or unrelated configuration paths. All data sent (ASINs, optional deliveryZip, device, flags) is relevant to the stated purpose.
Install Mechanism
There is no install spec (instruction-only) and the included Python script is small and straightforward. Nothing is downloaded from untrusted URLs during install. The primary risk comes from runtime network calls to an external API, which is expected for this service.
Credentials
The code and API documentation require an API key in the environment variable LINKFOXAGENT_API_KEY to authenticate requests to the LinkFox gateway. The skill package metadata, however, declares no required env vars. That mismatch is problematic: it obscures the need to provide a credential, and users may not realize they must supply a secret which will be sent in Authorization headers to an external domain. Apart from that single API key, no other credentials are requested and the scope of required secrets is proportional to the service.
Persistence & Privilege
The skill does not request permanent system presence (always: false), does not modify other skills or system-wide settings, and contains no installation steps that persist beyond the included files. Autonomous invocation is allowed (platform default) but is not combined with other high privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-amazon-product-detail
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-amazon-product-detail 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug linkfox-amazon-product-detail
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Amazon Product Detail 是什么?

通过ASIN获取亚马逊商品详细信息,包括标题、图片、五点描述、规格参数、A+页面、价格、评分评论、变体等。当用户提到亚马逊商品详情、ASIN查询、商品页面数据、Listing分析、五点描述提取、商品图片获取、变体查看、竞品Listing研究、价格查询、评论拆解、商品规格查询、Amazon product deta... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。

如何安装 Amazon Product Detail?

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

Amazon Product Detail 是免费的吗?

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

Amazon Product Detail 支持哪些平台?

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

谁开发了 Amazon Product Detail?

由 linkfox-ai(@linkfox-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论