linkfox-lanjing-mercado-product-selection
Installation
SKILL.md
Lanjing 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 /lingdong/call, and the skill selects one of 24 supported toolName values with matching arguments.
Core Concepts
- Call only
${LINKFOX_TOOL_GATEWAY}/lingdong/call. Do not call the upstream Lanjing XP-MCP server directly, and do not ask the user for upstreamsecret-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
argumentsmust matchreferences/lanjing-mercado-tool-reference.mdexactly, including camelCase names such assiteId,itemId,productId,categoryId,runDate,runMonth,pageNo,pageSize. - Read
datafirst when presenting results. ReadcontentTextwhendatais text or ambiguous. ShowrawResponseonly when the user asks for raw diagnostics. - Paid tools currently cost
16000tokens per call; free tools cost0. Trust the backendcostTokenfield.
Reference Files
references/api.md: LinkFox gateway contract, request/response structure, error codes, curl example, and Feedback API.references/lanjing-mercado-tool-reference.md: detailed Chinese reference for the 24 Mercado Libre tools — parameters, site IDs, pagination, sorting, and billing status.