Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

linkfox-amazon-product-detailLinkfox 亚马逊产品详细信息

Agent Skill

linkfox-amazon-product-detail 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,011

周安装

123

GitHub Stars

公开资料未说明

下载量

964
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:linkfox-amazon-product-detail(Linkfox 亚马逊产品详细信息)
来源仓库:https://github.com/linkfox-ai/linkfox-amazon-product-detail
安装命令:
openclaw skills install linkfox-amazon-product-detail
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install linkfox-amazon-product-detail

简介

通过 ASIN 获取亚马逊商品详情包括五点描述与变体信息。

  • 适用于竞品分析、Listing 优化与供应链调研。
  • 返回标题、图片、规格参数、A+页面与评论摘要。
  • 数据来自公开页面,可能存在延迟或缺失情况。
  • 批量查询时注意频率控制以免触发反爬机制。linkfox-amazon-product-detail 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-amazon-product-detail
description
通过ASIN获取亚马逊商品详细信息,包括标题、图片、五点描述、规格参数、A+页面、价格、评分评论、变体等。当用户提到亚马逊商品详情、ASIN查询、商品页面数据、Listing分析、五点描述提取、商品图片获取、变体查看、竞品Listing研究、价格查询、评论拆解、商品规格查询、Amazon product details, ASIN lookup, listing analysis, bullet points, variant info, product pricing, ratings and reviews, A+ content, product specifications, product images时触发此技能。即使用户未明确说"商品详情",只要其需求涉及通过ASIN获取亚马逊商品页面的结构化数据,也应触发此技能。

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

ParameterRequiredDefaultDescription
asinsYes--Comma-separated ASIN list (up to 40). Example: B072MQ5BRX,B08N5WRWNW
amazonDomainNoamazon.comAmazon marketplace domain. See Supported Marketplaces below
languageNo--Locale code for response language, e.g. en_US, de_DE, ja_JP
deliveryZipNo--Postal/ZIP code for delivery-dependent pricing and availability
deviceNodesktopDevice type: desktop, mobile, or tablet
returnBoughtTogetherNofalseInclude "Frequently Bought Together" products in the response
returnRelatedProductsNofalseInclude "Related Products" list in the response
returnAuthorsReviewsNofalseInclude top customer reviews in the response

Supported Marketplaces

DomainCountry
amazon.comUnited States
amazon.co.ukUnited Kingdom
amazon.deGermany
amazon.frFrance
amazon.itItaly
amazon.esSpain
amazon.co.jpJapan
amazon.caCanada
amazon.com.auAustralia
amazon.com.brBrazil
amazon.inIndia
amazon.nlNetherlands
amazon.seSweden
amazon.plPoland
amazon.sgSingapore
amazon.saSaudi Arabia
amazon.aeUnited Arab Emirates
amazon.com.trTurkey
amazon.com.mxMexico
amazon.egEgypt
amazon.cnChina
amazon.com.beBelgium

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 SaysScenario
"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.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.58%
按下载量换算700

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills