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

linkfox-ebay-searchLinkfox eBay 搜索

Agent Skill

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

总安装

3,256

周安装

133

GitHub Stars

公开资料未说明

下载量

1,043
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install linkfox-ebay-search

简介

在多个 eBay 国际站点搜索商品 listing 与价格。

  • 适用于二手货源、拍卖分析与跨平台比价。
  • 返回标题、价格、卖家评级与成交记录摘要。
  • 数据含历史波动,当前状态以实时为准。
  • 注意运费与税费对总成本的影响。linkfox-ebay-search 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-ebay-search
description
在多个eBay国际站点上搜索和浏览商品listing。当用户提到eBay商品搜索、eBay listing查询、eBay价格对比、eBay市场浏览、eBay已售商品、eBay拍卖搜索、eBay选品调研、eBay search, eBay products, eBay pricing, eBay competitors, sold items, eBay auctions, eBay market analysis时触发此技能。即使用户未明确提及"eBay",只要其需求涉及在eBay上搜索商品、对比eBay价格、查找已成交listing或分析eBay市场数据,也应触发此技能。

eBay Product Search

This skill guides you on how to search and retrieve eBay product listing data, helping e-commerce sellers and buyers find products, compare prices, and analyze market trends across eBay's global marketplaces.

Core Concepts

eBay Product Search provides access to eBay's front-end product listing data. It supports keyword-based search with rich filtering options including price range, item condition, buying format, sort order, seller location, and more. Results include product details such as title, price, shipping info, seller rating, sold quantity, and item condition.

Marketplace logic: The ebayDomain parameter controls which regional eBay site is searched. The default is ebay.com (US). When a user refers to a country or region, map it to the corresponding eBay domain (e.g., UK -> ebay.co.uk, Germany -> ebay.de).

Buying format: eBay supports multiple buying formats -- Auction for bid-based listings, BIN (Buy It Now) for fixed-price listings, and BO (Best Offer) for negotiable listings.

Parameter Guide

ParameterTypeRequiredDescriptionDefault
keywordstringNoSearch keyword, up to 1024 characters-
ebayDomainstringNoeBay marketplace domainebay.com
pageintegerNoPage number for pagination1
pageSizeintegerNoResults per page: 25, 50, 100, or 20050
orderBystringNoSort order (see Sort Options below)12 (Best Match)
priceMinnumberNoMinimum price filter-
priceMaxnumberNoMaximum price filter-
itemConditionstringNoItem condition code(s), pipe-separated (e.g., `1000\3000`)-
buyingFormatstringNoBuying format: Auction, BIN, or BO-
showOnlystringNoDisplay filters, comma-separated (e.g., Sold,Complete)-
locationintegerNoSeller location country code-
prefLocstringNoPreferred location scope: 1=Domestic, 2=Regional, 3=Worldwide-
zipCodestringNoZIP/postal code for regional delivery filtering-
categoryIdintegerNoeBay category ID-
noCachebooleanNoBypass cache for fresh resultsfalse

Sort Options

CodeMeaning
12Best Match (default)
1Time: ending soonest
10Time: newly listed
15Price + Shipping: lowest first
16Price + Shipping: highest first
2Price: lowest first
3Price: highest first
7Distance: nearest first
18Condition: new first
19Condition: used first

Item Condition Codes

CodeCondition
1000New
1500New other (see details)
1750New with defects
2000Certified Refurbished
2010Excellent - Refurbished
2020Very Good - Refurbished
2030Good - Refurbished
2500Seller refurbished / Remanufactured
2750Like New
3000Used / Pre-owned
7000For parts or not working

showOnly Filter Values

ValueMeaning
CompleteCompleted listings
SoldSold listings only
FRFree returns
RPAReturns accepted
ASAuthorized seller
SavingsDeals & savings
SaleItemsSale items
LotsLots
FSFree shipping
LPickupLocal pickup

Supported eBay Domains

DomainCountry
ebay.comUnited States (default)
ebay.co.ukUnited Kingdom
ebay.deGermany
ebay.frFrance
ebay.itItaly
ebay.esSpain
ebay.caCanada
ebay.com.auAustralia
ebay.nlNetherlands
ebay.atAustria
ebay.chSwitzerland
ebay.plPoland
ebay.ieIreland
ebay.com.hkHong Kong
ebay.com.myMalaysia
ebay.com.sgSingapore

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

Usage Examples

1. Basic Keyword Search Search for "wireless earbuds" on the US eBay marketplace:

{"keyword": "wireless earbuds"}

2. Search Sold Listings for Price Research Find sold listings for "iPhone 15 Pro" to gauge market value:

{"keyword": "iPhone 15 Pro", "showOnly": "Sold,Complete", "orderBy": "10"}

3. Search on a Specific Marketplace with Price Range Find new laptops priced between $500 and $1000 on eBay UK:

{"keyword": "laptop", "ebayDomain": "ebay.co.uk", "priceMin": 500, "priceMax": 1000, "itemCondition": "1000"}

4. Auction Items Ending Soon Find active auctions for "vintage watch" ending soonest:

{"keyword": "vintage watch", "buyingFormat": "Auction", "orderBy": "1"}

5. Find the Cheapest New Items Find the cheapest new "USB-C cable" with free shipping:

{"keyword": "USB-C cable", "itemCondition": "1000", "orderBy": "15", "showOnly": "FS"}

6. Paginated Results Get page 3 of results with 100 items per page for "running shoes":

{"keyword": "running shoes", "page": 3, "pageSize": 100}

7. Category-Specific Search Search within a specific eBay category:

{"keyword": "mechanical keyboard", "categoryId": 33963}

8. Location-Filtered Search Find products located in Germany on the German eBay site:

{"keyword": "Kopfhoerer", "ebayDomain": "ebay.de", "location": 77}

Display Rules

  1. Present data clearly: Show search results in well-formatted tables including key fields such as title, price, condition, seller info, and shipping
  2. Price formatting: Always display prices with their currency symbol. When showing price ranges (minPrice to maxPrice), format as a range
  3. Sold/completed data: When showing sold items, highlight the sold price and quantity to help users with pricing research
  4. Seller trust indicators: When available, show seller feedback percentage and review count to help users evaluate seller reliability
  5. Pagination notice: When total results exceed the current page, inform the user of the total count and suggest pagination to see more
  6. Sponsored items: Clearly mark sponsored listings so users can distinguish organic results from promoted ones
  7. Error handling: When a query fails, explain the issue and suggest adjusting search parameters
  8. Link presentation: Provide product links so users can view full details on eBay

Important Limitations

  • No historical data: This tool returns current live listings only, not historical pricing trends
  • Result cap: Maximum 200 results per page
  • Rate limiting: Excessive requests may be throttled; use noCache: true sparingly
  • Currency: Prices are returned in the local currency of the eBay domain being searched

User Expression & Scenario Quick Reference

Applicable -- Product search and listing data on eBay:

User SaysScenario
"Search eBay for XX"Basic product search
"How much does XX sell for on eBay"Sold listing price research
"Find cheapest XX on eBay"Price comparison / lowest price
"eBay auctions for XX"Auction listing search
"What's selling on eBay UK/Germany"Regional marketplace browsing
"New XX under $50 on eBay"Filtered search by condition and price
"eBay sold prices for XX"Completed/sold listing analysis
"Find refurbished XX on eBay"Condition-specific search

Not applicable -- Needs beyond eBay product listings:

  • eBay seller account management or store analytics
  • eBay listing creation or editing
  • eBay order tracking or purchase history
  • Cross-platform price comparison (eBay vs Amazon vs others)
  • eBay advertising or promoted listing management

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

91.01%
按下载量换算949

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills