此技能可帮助用户从亚马逊提取结构化产品列表,包括标题、ASIN、价格、评级和规格。使用此技能时...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install amazon-product-api-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install amazon-product-api-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/amazon-product-api-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: amazon-product-api-skill description: "This skill helps users extract structured product listings from Amazon, including titles, ASINs, prices, ratings, and specifications. Use this skill when users want to search for products on Amazon, find the best selling brand products, track price changes for items, get a list of categories with high ratings, compare different brand products on Amazon, extract Amazon product data for market research, look for products in a specific language or marketplace, analyze competitor pricing for keywords, find featured products for search terms, get technical specifications like material or color for product lists." metadata: {"clawdbot":{"emoji":"🌐","requires":{"bins":["python"],"env":["BROWSERACT_API_KEY"]}}} ---
This skill utilizes BrowserAct's Amazon Product API template to extract structured product listings from Amazon search results. It provides detailed information including titles, ASINs, prices, ratings, and product specifications, enabling efficient market research and product monitoring without manual data collection.
Before running, check the BROWSERACT_API_KEY environment variable. If not set, do not take other measures; ask and wait for the user to provide it. Agent must inform the user: > "Since you haven't configured the BrowserAct API Key, please visit the BrowserAct Console to get your Key."
The agent should configure the following parameters based on user requirements:
- Type: string - Description: Search keywords used to find products on Amazon. - Required: Yes - Example: laptop, wireless earbuds
- Type: string - Description: Filter products by brand name. - Default: Apple - Example: Dell, Samsung
- Type: number - Description: Number of search result pages to paginate through. - Default: 1
- Type: string - Description: UI language for the Amazon browsing session. - Default: en - Example: zh-CN, de
Agent should use the following independent script to achieve "one-line command result":
# Example Usage
python -u ./scripts/amazon_product_api.py "keywords" "brand" pages "language"
Since this task involves automated browser operations, it may take some time (several minutes). The script will continuously output status logs with timestamps (e.g., [14:30:05] Task Status: running). Agent Instructions:
Upon success, the script parses and prints the structured product data from the API response, which includes:
product_title: Full title of the product.asin: Amazon Standard Identification Number.product_url: URL of the Amazon product page.brand: Brand name.price_current_amount: Current price.price_original_amount: Original price (if applicable).rating_average: Average star rating.rating_count: Total number of ratings.featured: Badges like "Best Seller" or "Amazon's Choice".color, material, style: Product attributes (if available).If an error occurs during script execution (e.g., network fluctuations or task failure), the Agent should follow this logic:
- If the output contains "Invalid authorization", it means the API Key is invalid or expired. Do not retry; guide the user to re-check and provide the correct API Key. - If the output does not contain "Invalid authorization" but the task failed (e.g., output starts with Error: or returns empty results), the Agent should automatically try to re-execute the script once.
- Automatic retry is limited to one time. If the second attempt fails, stop retrying and report the specific error information to the user.
安装 亚马逊产品API技巧 后,可以对 AI 说这些话来触发它
Help me get started with Amazon Product Api Skill
Explains what Amazon Product Api Skill does, walks through the setup, and runs a quick demo based on your current project
Use Amazon Product Api Skill to this skill helps users extract structured product listings from Ama...
Invokes Amazon Product Api Skill with the right parameters and returns the result directly in the conversation
What can I do with Amazon Product Api Skill in my product manager workflow?
Lists the top use cases for Amazon Product Api Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/amazon-product-api-skill/ 目录(个人级,所有项目可用),或 .claude/skills/amazon-product-api-skill/(项目级)。重启 AI 客户端后,用 /amazon-product-api-skill 主动调用,或让 AI 根据上下文自动发现并使用。
亚马逊产品API技巧 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
亚马逊产品API技巧 可免费安装使用。请查阅仓库了解许可证信息。
此技能可帮助用户从亚马逊提取结构化产品列表,包括标题、ASIN、价格、评级和规格。使用此技能时...
亚马逊产品API技巧 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Amazon Product Api Skill
Identifies repetitive steps in your workflow and sets up Amazon Product Api Skill to handle them automatically