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

linkfox-keepa-product-searchLinkfox Keepa 产品搜索

Agent Skill

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

总安装

2,352

周安装

123

GitHub Stars

公开资料未说明

下载量

824
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install linkfox-keepa-product-search

简介

基于Keepa高级筛选功能搜索亚马逊商品,支持月销量、BSR与包装尺寸等多维过滤。

  • 适用于精准选品、小众商品发掘与竞争度评估,提供配送方式与评论数细节。
  • 组合多个筛选条件后可快速定位目标商品池,返回带Keepa评分的结果列表。
  • 部分新上市或极低销量商品BSR无法定位,系统将标记为‘未知排名’处理。
  • linkfox-keepa-product-search 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-keepa-product-search
description
基于Keepa数据的亚马逊高级商品搜索与筛选,支持品类、价格、月销量、关键词、BSR排名、评论数、评分、包装尺寸、重量、配送方式等多维度条件。当用户提到Keepa选品、亚马逊商品查找、高级选品、BSR筛选、按销售排名选品、月销量过滤、关键词选品、品类选品、竞品筛选、小众商品发掘、历史排名筛选、Keepa product selection, advanced product selection, BSR filtering, sales filtering, category search, competitor screening, historical data filtering, Amazon product selection时触发此技能。即使用户未明确提及"Keepa",只要其需求涉及多条件亚马逊商品搜索、按销售指标筛选商品或超越简单关键词搜索的高级选品,也应触发此技能。

Keepa Product Search

This skill guides you on how to search and filter Amazon products using Keepa's extensive product database, helping Amazon sellers find products that match specific criteria across multiple dimensions.

Core Concepts

This tool provides advanced Amazon product search powered by Keepa data. Unlike a simple Amazon storefront search, it supports multi-criteria filtering: category, price range, monthly sales volume, BSR (Best Sellers Rank), keyword matching (positive and negative), review counts, ratings, package dimensions, weight, fulfillment type, historical sales rank, and more. It returns detailed product data including pricing, titles, images, listing dates, materials, weights, monthly sales for the past 12 months, and more.

BSR (Best Sellers Rank): A lower salesRank value means better sales performance. Rank 1 is the best-selling product in its category. When a user says "top-selling products", they want low BSR values.

Price unit: Prices are expressed in the smallest currency unit (e.g., cents for USD). So $25.99 = 2599. Always convert when building queries and when displaying results.

Category names: The categoriesIncludeNames parameter supports multi-level category paths separated by a colon : or the > character. Automatically convert user input into the correct format.

Parameters

Marketplace (Required)

ParameterTypeRequiredDescriptionDefault
domainstringYesAmazon marketplace ID-

Domain ID mapping:

IDMarketplace
1Amazon.com (United States)
2Amazon.co.uk (United Kingdom)
3Amazon.de (Germany)
4Amazon.fr (France)
5Amazon.co.jp (Japan)
6Amazon.ca (Canada)
8Amazon.it (Italy)
9Amazon.es (Spain)
10Amazon.in (India)
11Amazon.com.mx (Mexico)

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

Keyword Filtering

ParameterTypeDescription
keywordstringTitle keyword filter (case-insensitive; space = AND; wrap phrases in double quotes; prefix with - to exclude; & is replaced by space; max 50 keywords, max 1000 chars)

Category Filtering

ParameterTypeDescription
rootCategoryarray[int]Root category IDs (max 50)
rootCategoryNamesarray[string]Root category names (max 50); used when rootCategory is empty; system auto-resolves IDs
categoriesIncludearray[int]Sub-category IDs to include (max 50)
categoriesIncludeNamesarray[string]Sub-category names to include (max 50); supports full category paths with : or > separators
categoriesExcludearray[int]Sub-category IDs to exclude (max 50)
categoriesExcludeNamesarray[string]Sub-category names to exclude (max 50); supports full category paths

Sales & Ranking Filters

ParameterTypeDescription
currentSalesGteintegerCurrent BSR -- minimum (higher number = worse rank)
currentSalesLteintegerCurrent BSR -- maximum (lower number = better rank)
avg90SalesGteinteger90-day average BSR -- minimum
avg90SalesLteinteger90-day average BSR -- maximum
deltaPercent90SalesGteinteger90-day BSR change percentage -- minimum
deltaPercent90SalesLteinteger90-day BSR change percentage -- maximum
monthlySoldGteintegerMonthly sales units -- minimum
monthlySoldLteintegerMonthly sales units -- maximum
srAvgGteintegerHistorical average BSR -- minimum (for a specific month)
srAvgLteintegerHistorical average BSR -- maximum (for a specific month)
srAvgMonthstringHistorical BSR month selection (format: YYYYMM, within last 36 months)

Price Filters

ParameterTypeDescription
currentNewGteintegerCurrent new price -- minimum (smallest currency unit)
currentNewLteintegerCurrent new price -- maximum (smallest currency unit)
currentBuyBoxShippingGteintegerCurrent Buy Box price including shipping -- minimum (smallest currency unit)
currentBuyBoxShippingLteintegerCurrent Buy Box price including shipping -- maximum (smallest currency unit)

Review & Rating Filters

ParameterTypeDescription
currentCountReviewsGteintegerReview count -- minimum
currentCountReviewsLteintegerReview count -- maximum
currentRatingGtenumberRating -- minimum (0.0-5.0)
currentRatingLtenumberRating -- maximum (0.0-5.0)

Package & Dimensions Filters

ParameterTypeDescription
packageLengthGte / packageLengthLteintegerPackage length range (mm)
packageWidthGte / packageWidthLteintegerPackage width range (mm)
packageHeightGte / packageHeightLteintegerPackage height range (mm)
packageWeightGte / packageWeightLteintegerPackage weight range (grams)

Other Filters

ParameterTypeDescription
brandarray[string]Brand names (OR match)
colorarray[string]Colors (OR match)
sizearray[string]Sizes (OR match)
availableDateGte / availableDateLtestringListing date range (yyyy-MM-dd)
buyBoxIsAmazonbooleanBuy Box seller is Amazon
buyBoxIsFBAbooleanBuy Box is FBA fulfilled
isHazMatbooleanHazardous material flag
variationCountGte / variationCountLteintegerVariation count range
currentCountNewGte / currentCountNewLteintegerNumber of new offers range
outOfStockPercentage90Gte / outOfStockPercentage90Lteinteger90-day out-of-stock percentage range
singleVariationbooleanReturn only one variation per parent ASIN
productTypearray[int]Product types: 0=standard, 1=downloadable, 2=ebook, 5=variation parent

Data Options

ParameterTypeDescriptionDefault
historyintegerInclude historical data (price history, sales rank, monthly sales per month)0 (no)
ratingintegerInclude rating info1 (yes)

Pagination & Sorting

ParameterTypeDescriptionDefault
pageintegerPage number (starting from 1)1
perPageintegerResults per page (min 50, max 100)50
sortarray[object]Sort rules (max 3); each object: `{"fieldName": "...", "sortDirection": "ascdesc"}`-

Sortable fields: availableDate, currentSales, monthlySold, currentRating, currentCountReviews, currentBuyBoxShipping, currentNew

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/keepa_product_search.py directly to run queries.

How to Build Queries

Construct the request parameters based on the user's intent:

  1. Determine the marketplace: Map the user's target country to the correct domain ID value
  2. Set keyword filters: Use keyword for title-based filtering with positive and negative terms
  3. Set category scope: Use categoriesIncludeNames or rootCategoryNames to scope by category; convert user input into proper category path format
  4. Apply numeric filters: Map sales volume, price, BSR, review, and rating requirements to the appropriate Gte/Lte parameters
  5. Set sort order: If the user wants results sorted by sales, price, or rating, configure the sort array
  6. Enable historical data: Set history to 1 if the user needs monthly sales trends or price history

Usage Examples

1. Search for electronics with monthly sales over 1000 on US marketplace

{"domain": "1", "rootCategoryNames": ["Electronics"], "monthlySoldGte": 1000}

2. Find products in a price range with good ratings

{"domain": "1", "currentBuyBoxShippingGte": 1500, "currentBuyBoxShippingLte": 5000, "currentRatingGte": 4.0, "keyword": "wireless charger"}

3. New products listed in the last 6 months with low review counts

{"domain": "1", "availableDateGte": "2025-10-01", "currentCountReviewsLte": 50, "monthlySoldGte": 500}

4. BSR rank filtering for competitive analysis

{"domain": "1", "categoriesIncludeNames": ["Home & Kitchen"], "currentSalesLte": 5000, "sort": [{"fieldName": "monthlySold", "sortDirection": "desc"}]}

5. Find non-Amazon FBA products with good sales

{"domain": "1", "buyBoxIsAmazon": false, "buyBoxIsFBA": true, "monthlySoldGte": 300, "currentRatingGte": 4.0}

6. Lightweight small products for easy shipping

{"domain": "1", "packageWeightLte": 500, "packageLengthLte": 200, "packageWidthLte": 150, "packageHeightLte": 100, "monthlySoldGte": 200}

7. Search on Japan marketplace with historical data

{"domain": "5", "keyword": "USB charger", "history": 1, "monthlySoldGte": 100}

8. Brand-specific search excluding hazardous materials

{"domain": "1", "brand": ["Anker", "UGREEN"], "isHazMat": false, "sort": [{"fieldName": "monthlySold", "sortDirection": "desc"}]}

Display Rules

  1. Present data clearly: Show search results in well-structured tables with key fields: ASIN, title, price, BSR, monthly sales, rating, review count, brand
  2. Price conversion: Convert prices from smallest currency unit to standard format (e.g., 2599 -> $25.99)
  3. BSR clarification: When showing BSR data, remind users that lower values mean better sales ranking
  4. Monthly sales history: When historical data is included, present the 12-month sales trend clearly
  5. Pagination notice: Inform users of the total result count and suggest fetching additional pages if needed
  6. Image links: If image URLs are available, mention them but do not attempt to render them inline unless the user requests it
  7. Error handling: When a query fails, explain the reason and suggest adjusting filter criteria

Important Limitations

  • Result cap: Maximum 100 results per page, minimum 50
  • Sort limit: Maximum 3 sort rules per query
  • Category limit: Maximum 50 category IDs or names per filter
  • Keyword limit: Maximum 50 keywords in keyword parameter
  • Historical data cost: Setting history=1 increases response size and token cost significantly
  • Price unit: All price values are in the smallest currency unit (cents, pence, etc.)

User Expression & Scenario Quick Reference

Applicable -- Multi-criteria Amazon product search and filtering:

User SaysScenario
"Find products with monthly sales over X"Sales volume filtering
"Search for products in XX category"Category-based product discovery
"Products with BSR under X"Sales rank filtering
"New products listed in the last N months"New product discovery
"Products priced between $X and $Y"Price range filtering
"FBA products with good ratings"Fulfillment + rating filter
"Lightweight products under X grams"Package dimension filtering
"Products from brand XX"Brand-specific search
"Show me historical sales data for XX"Historical sales analysis
"Advanced product selection", "product screening"Multi-criteria product research
"Niche product hunting", "find low-competition products"Competitive gap analysis
"BSR trends", "sales rank history"Historical rank filtering

Not applicable -- Needs beyond product search:

  • Real-time Amazon search result page simulation (use Amazon Search)
  • Historical search term volume or ranking trends (use ABA data)
  • Product review content or sentiment analysis
  • Advertising campaign management or bid optimization
  • Listing optimization or copywriting suggestions
  • Inventory or supply chain data

Boundary judgment: When users say "product research" or "find products", if it involves filtering by sales metrics, BSR, price, category, and other structured criteria, this skill applies. If they want to see what appears on the actual Amazon search page for a keyword, use Amazon Search instead. If they want search term analytics, use ABA data.

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

74.12%
按下载量换算611

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills