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

linkfox-jiimore-product-discoveryLinkfox jiimore 产品发现

Agent Skill

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

总安装

2,521

周安装

101

GitHub Stars

公开资料未说明

下载量

816
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install linkfox-jiimore-product-discovery

简介

基于极目数据发掘亚马逊潜力爆品与高转化商品,支持FBA利润与卖家来源筛选。

  • 适用于新品孵化、关键词选品和市场空白点探测,提供点击增长与竞争度指标。
  • 输入关键词后可按转化率、毛利率等条件筛选候选商品并生成潜力排序。
  • 模型预测存在误差,建议小批量测试后再大规模投入,避免过度依赖算法推荐。
  • linkfox-jiimore-product-discovery 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-jiimore-product-discovery
description
基于极目数据的亚马逊商品发掘与潜力爆品挖掘。当用户提到产品挖掘、潜力爆品、高转化选品、点击增长分析、市场增长机会、关键词选品、FBA利润筛选、细分市场商品发掘、卖家来源筛选、product mining, potential bestsellers, high-conversion product selection, market growth opportunities, Jiimore data, FBA profitability screening, keyword-based product selection时触发此技能。即使用户未明确提及"极目",只要其需求涉及基于转化率、点击量和利润指标的亚马逊关键词驱动选品,也应触发此技能。

Jiimore Product Discovery

This skill guides you on how to discover and mine high-potential Amazon products using the Jiimore product discovery engine, helping Amazon sellers find potential bestsellers through keyword-based filtering with conversion, click growth, and profitability indicators.

Core Concepts

Jiimore Product Discovery is a keyword-driven Amazon product mining tool. Given a search keyword, it returns a list of products matching specified performance criteria such as conversion rate, click growth rate, gross profit margin, pricing, reviews, and listing age. This makes it ideal for identifying emerging opportunities, validating product ideas, and competitive benchmarking.

Keyword is required: Every query must include a keyword. The keyword should be translated into the language of the target marketplace (e.g., Japanese for JP, German for DE).

Rate values are decimals: Conversion rates and growth rates are expressed as decimals between 0 and 1. For example, 0.1 means 10%, 0.25 means 25%. This is a common point of confusion when users specify percentages.

Marketplace support: Currently supports US (United States), JP (Japan), and DE (Germany). Default is US. Use US when the user doesn't specify a marketplace.

Parameter Guide

Required

ParameterDescriptionExample
keywordSearch keyword (must be translated to the target marketplace language)wireless charger

Filtering Parameters

ParameterDescriptionValue Format
priceMin / priceMaxProduct price rangeNumber (e.g., 10.0, 50.0)
totalReviewsMin / totalReviewsMaxReview count rangeInteger (e.g., 0, 500)
customerRatingMin / customerRatingMaxCustomer rating rangeNumber (e.g., 4.0, 5.0)
clickConversionRateMin / clickConversionRateMaxClick-to-purchase conversion rateDecimal 0-1 (0.1 = 10%)
clickConversionRateCompositeMin / clickConversionRateCompositeMaxComposite conversion rateDecimal 0-1 (0.1 = 10%)
clickCountT7Min / clickCountT7MaxWeekly click count rangeInteger
clickCountT30Min / clickCountT30MaxMonthly click count rangeInteger
clickCountGrowthT7Min / clickCountGrowthT7MaxWeekly click growth rateDecimal 0-1 (0.1 = 10%)
clickCountGrowthT30Min / clickCountGrowthT30MaxMonthly click growth rateDecimal 0-1 (0.1 = 10%)
salesVolumeT360Min / salesVolumeT360MaxAnnual sales volume rangeInteger
grossProfitMarginMin / grossProfitMarginMaxGross profit margin rangeNumber
fbaFeeMin / fbaFeeMaxFBA fee rangeNumber
launchDateMin / launchDateMaxListing date rangeString: yyyyMMdd000000
nicheCountMin / nicheCountMaxNiche market count rangeInteger
sellerCountrySeller origin country code(s), comma-separatedCN,US
countryCodeTarget marketplace (US, JP, DE)US

Sorting & Pagination

ParameterDescriptionDefault
sortFieldSort by field (see options below)purchasedClicksT360
sortTypeSort direction: desc or ascdesc
pagePage number1
pageSizeResults per page (10-100)50

Available sort fields: totalReviews, price, launchDate, clickCountT7, clickCountT30, clickCountT90, clickConversionRate, clickConversionRateComposite, customerRating, purchasedClicksT360, clickCountGrowthT7, clickCountGrowthT30, currentPrice, fbaFee, shippingFee, gpm

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

Usage Examples

1. Find high-conversion wireless chargers in the US market

{
  "keyword": "wireless charger",
  "countryCode": "US",
  "clickConversionRateMin": 0.1,
  "sortField": "clickConversionRate",
  "sortType": "desc"
}

2. Discover fast-growing new products (listed within the last 6 months, weekly click growth > 20%)

{
  "keyword": "desk lamp",
  "countryCode": "US",
  "launchDateMin": "20250901000000",
  "clickCountGrowthT7Min": 0.2,
  "sortField": "clickCountGrowthT7",
  "sortType": "desc"
}

3. Find underpriced high-margin products with low competition (few reviews)

{
  "keyword": "phone stand",
  "countryCode": "US",
  "priceMin": 10,
  "priceMax": 30,
  "totalReviewsMax": 100,
  "grossProfitMarginMin": 0.3,
  "sortField": "gpm",
  "sortType": "desc"
}

4. Mine products from Chinese sellers with strong monthly click growth in the German market

{
  "keyword": "Handyhuelle",
  "countryCode": "DE",
  "sellerCountry": "CN",
  "clickCountGrowthT30Min": 0.15,
  "sortField": "clickCountGrowthT30",
  "sortType": "desc"
}

5. Find high-rated products with strong annual sales in the Japanese market

{
  "keyword": "ワイヤレスイヤホン",
  "countryCode": "JP",
  "customerRatingMin": 4.0,
  "salesVolumeT360Min": 1000,
  "sortField": "purchasedClicksT360",
  "sortType": "desc"
}

6. Identify niche opportunities with high composite conversion and multiple niche markets

{
  "keyword": "yoga mat",
  "countryCode": "US",
  "clickConversionRateCompositeMin": 0.15,
  "nicheCountMin": 3,
  "sortField": "clickConversionRateComposite",
  "sortType": "desc"
}

Display Rules

  1. Present data clearly: Show query results in well-structured tables, including product title, ASIN, price, ratings, conversion rates, click counts, and growth rates
  2. Rate formatting: Always display rate values as percentages for readability (e.g., show 0.12 as 12%). Remind users that the API accepts decimals (0-1)
  3. Image display: When product image URLs are available, display the main product image alongside the data
  4. Pagination awareness: When results span multiple pages, inform the user of the total count and current page, and offer to fetch additional pages
  5. Keyword translation reminder: Remind users that keywords must be in the target marketplace language (English for US, Japanese for JP, German for DE)
  6. Error handling: When a query fails, explain the reason based on the response and suggest adjusting query criteria
  7. No subjective advice: Present factual product data without making subjective business recommendations

Important Limitations

  • Keyword is mandatory: Every query requires a keyword; browsing without a keyword is not supported
  • Three marketplaces only: Currently limited to US, JP, and DE
  • Page size cap: Maximum 100 results per page
  • Rate values: All rate/percentage parameters must be passed as decimals (0-1), not percentages
  • Launch date format: Must follow the yyyyMMdd000000 format exactly (e.g., 20250101000000)

User Expression & Scenario Quick Reference

Applicable -- Product discovery and mining tasks:

User SaysScenario
"Find hot products for keyword X"Keyword-based product discovery
"High conversion products", "best sellers"High-conversion product screening
"Fast growing products", "trending items"Click growth-based discovery
"New products with high potential"New listing + growth filtering
"Products with good margins", "profitable items"Gross profit margin screening
"Low competition products", "few reviews"Low-review opportunity mining
"Products from Chinese sellers"Seller origin filtering
"Niche market opportunities"Niche count-based discovery

Not applicable -- Needs beyond product discovery:

  • ABA search term data and keyword analysis (use ABA Data Explorer)
  • Advertising / PPC campaign management
  • Product reviews and listing optimization
  • Inventory management and supply chain
  • Comprehensive market reports with profit/pricing strategy

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

70.05%
按下载量换算572

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills