Agent skill · linkfox-ai
linkfox-mercado-product-selection
Mercado Libre(美客多)选品数据查询与分析,通过 LinkFox 网关统一调用 24 个商品、官链、关键词、类目、趋势、店铺、评论、汇率与套餐用量工具,覆盖墨西哥、巴西、阿根廷、智利、哥伦比亚站点。当用户提到 Mercado Libre、美客多、美客多选品、商品搜索、类目趋势、关键词热搜、流量词反查、店铺查询、评论查询、汇率、套餐用量时触发此技能。
What it needs
About 4k tokens when loaded.
What this skill does
Mercado Libre Product Selection This skill queries Mercado Libre product, catalog, keyword, category, trend, seller, review, exchange-rate, and plan-usage data through the LinkFox gateway. The gateway exposes one unified route, POST /mercado/productSelection, and the skill selects one of 24 supported toolName values with matching arguments. Core Concepts Call only ${LINKFOXTOOLGATEWAY}/mercado/productSelection. Do not call the upstream XP-MCP server directly, and do not ask the user for upstream secret-key / X-API-Key — upstream credentials are owned by the backend. The request body is always {"toolName":"...","arguments":{...}}. The script takes this whole object as a single JSON argument. Field names inside arguments must match references/mercado-tool-reference.md exactly, including camelCase names such as siteId, itemId, productId, categoryId, runDate, runMonth, pageNo, pageSize. Read data first when presenting results. Read contentText when data is text or ambiguous. Show rawResponse only when the user asks for raw diagnostics. Paid tools currently cost 16000 tokens per call; free tools cost 0. Trust the backend costToken field. Reference Files references/api.md: LinkFox gateway contract, request/response structure, error codes, curl example, and Feedback API. references/mercado-tool-reference.md: detailed Chinese reference for the 24 Mercado Libre tools — parameters, site IDs, pagination, sorting, and billing status. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills linkfox-ai/linkfox-mercado-product-selection