Token导航 LogoToken导航TokenDH.com
图像处理需要联网clawhub未标认证来源可访问clear审计提醒

linkfox-amazon-search-by-imagelinkfox 亚马逊 按图搜索

Agent Skill

用于辅助图像生成、图片编辑、视觉素材处理或图像模型工作流。它适合让 Agent 根据文本生成图片、处理背景、整理视觉提示词或调用相关图像工具。使用时需要确认输入图片、版权来源、输出格式和模型限制;涉及人物、品牌、商品或公开展示素材时,应额外核对授权、真实性和内容合规边界。

总安装

3,065

周安装

124

GitHub Stars

公开资料未说明

下载量

962
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install linkfox-amazon-search-by-image

简介

基于图片 URL 在亚马逊上搜索视觉相似商品。

  • 适用于找同款、外观竞品分析与设计灵感整理。
  • 支持跨站点识别,返回相似商品列表与价格。
  • 图片质量影响识别精度,建议使用清晰主图。
  • 注意版权风险,勿用于侵权仿制用途。linkfox-amazon-search-by-image 属于图像处理类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-amazon-search-by-image
description
基于图片的亚马逊跨站点视觉商品搜索。当用户想通过图片URL在亚马逊上查找外观相似的商品、按外观搜索竞品、找同款或视觉相似商品、在亚马逊上以图搜图、通过照片识别商品、发现相同视觉设计的替代品、image search, Amazon visual search, find similar products, visual search, similar items, competitor image search, reverse image lookup时触发此技能。即使用户未明确说"图片搜索",只要用户提供了图片URL并希望查找匹配或相似的亚马逊商品,也应触发此技能。

Amazon Image-Based Search

This skill guides you on how to perform visual product searches on Amazon using an image URL, helping Amazon sellers and researchers find visually similar products across multiple marketplaces.

Core Concepts

Amazon Image-Based Search (visual search) allows you to submit a product image URL and retrieve Amazon listings that are visually similar. This is invaluable for competitive analysis, sourcing alternatives, identifying counterfeits, and discovering market opportunities based on product appearance.

The tool searches across 8 Amazon marketplaces and returns rich product data including ASIN, title, image, price, rating, review count, brand, and optionally Keepa-enriched data (sales rank, monthly sales, FBA fees, dimensions, etc.).

Supported Marketplaces

MarketplaceDomainDefault Zip Code
United Statesamazon.com10001
United Kingdomamazon.co.ukEC1A 1BB
Germanyamazon.de10115
Franceamazon.fr75001
Italyamazon.it00100
Spainamazon.es28001
Japanamazon.co.jp100-0001
Indiaamazon.in110034

Default marketplace is amazon.com (US). Use amazon.com when the user does not specify a marketplace.

Parameter Guide

ParameterRequiredDescription
imageUrlYesA valid, publicly accessible image URL to search with
amazonDomainYesAmazon marketplace domain (e.g., amazon.com, amazon.de). Defaults to amazon.com
sortNoSort order for results. Supported values: default, price-asc-rank, price-desc-rank, rating-asc-rank, rating-desc-rank, ratings-asc-rank, ratings-desc-rank
deliveryZipNoDelivery address zip code within the marketplace country. Uses the marketplace default if not specified
countryOrAreaCodeNoCountry/region code for cross-border delivery (e.g., CN, JP, KR). Cannot be used together with deliveryZip. Note: India marketplace does not support cross-border delivery
aggregateByKeepaDataNoWhether to enrich results with Keepa data (sales rank, monthly sales, FBA fees, dimensions, etc.)

Sort Options

ValueDescription
defaultDefault relevance sorting
price-asc-rankPrice: low to high
price-desc-rankPrice: high to low
rating-asc-rankRating: low to high
rating-desc-rankRating: high to low
ratings-asc-rankReview count: low to high
ratings-desc-rankReview count: high to low

Important: If the requested sort order is not in the supported list above, do NOT attempt to use any other tool or workaround to compensate. Inform the user of the supported sort options.

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

Usage Examples

1. Basic image search on the US marketplace

Search Amazon US for products that look similar to this image:
https://m.media-amazon.com/images/I/61pAlIX8SZL._AC_SY575_.jpg

2. Find similar products on a specific marketplace

Search Amazon Germany (amazon.de) for products visually similar to this image:
https://example.com/product-photo.jpg

3. Image search sorted by price (low to high)

Find similar products on Amazon US for this image, sorted by price from low to high:
https://example.com/my-product.jpg

4. Image search with Keepa data enrichment

Search Amazon US for products matching this image and include Keepa sales data:
https://example.com/competitor-product.jpg

5. Cross-border delivery search

Search Amazon Japan for similar products to this image, with delivery to China:
https://example.com/item.jpg

6. Competitor lookalike discovery

I found this product image on a competitor's listing. Find me all similar-looking products on Amazon UK:
https://example.com/competitor.jpg

Display Rules

  1. Present data clearly: Show search results in a well-structured table. Key columns to prioritize: product image, title, ASIN, price, rating, review count, and brand
  2. Image display: When the response includes imageUrl for products, display them inline so users can visually compare results
  3. Price and currency: Always show price alongside the currency code (e.g., $29.99 USD, 24.99 EUR)
  4. Keepa data: When aggregateByKeepaData is enabled and Keepa fields are present, show supplementary data (monthly sales, sales rank, FBA fees) in an expanded section or additional columns
  5. Result count: Always inform the user of the total number of results found (total / totalCount)
  6. Error handling: When a query fails, explain the issue and suggest checking that the image URL is valid and publicly accessible
  7. Sort limitation: If the user requests a sort order not in the supported list, clearly explain which sort options are available rather than attempting unsupported workarounds
  8. No secondary processing: Results from this tool are not stored in a database, so secondary SQL processing is not available

User Expression & Scenario Quick Reference

Applicable -- Visual product search scenarios on Amazon:

User SaysScenario
"Find similar products to this image"Basic image search
"Search by image", "reverse image search on Amazon"Visual search
"Find competitor lookalikes", "find same-style products"Competitor analysis by appearance
"What products on Amazon look like this"Product discovery
"Find cheaper alternatives that look the same"Price-based visual comparison
"Search Amazon JP/DE/UK for this product image"Cross-marketplace visual search
"Show me Keepa data for similar products"Enriched visual search
"Find products similar to this photo, sorted by rating"Sorted visual search

Not applicable -- Needs beyond image-based product search:

  • Text-based keyword search on Amazon (use keyword search tools instead)
  • ABA search term data analysis
  • Product review analysis or listing optimization
  • Sales estimation without a source image
  • Image editing or image generation
  • Searching with a local image file (the tool requires a publicly accessible URL)

Boundary judgment: When users say "find similar products" or "competitor analysis", if they provide an image URL and the intent is to find visually similar Amazon listings, this skill applies. If they are asking for keyword-based search, sales data analysis, or product research without an image, 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

74.68%
按下载量换算718

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills