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 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/lanjing-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/lanjing-mercado-tool-reference.md: detailed Chinese reference for the 24 Mercado Libre tools — parameters, site IDs, pagination, sorting, and billing status.

Tool Selection

Installs
13
GitHub Stars
41
First Seen
8 days ago
linkfox-lanjing-mercado-product-selection — linkfox-ai/linkfox-skills