User asks to find a product on a Chinese e-commerce platform.
Skill identifies the user's intent and extracts keywords, platform preferences, and any provided product URLs.
If a URL is provided, the `parse_product_link` tool is used to extract the product ID and platform.
The `search_products` or `get_product_detail` tool is used to query the Shopme API.
Product information is retrieved and formatted.
The skill presents the product information to the user, including prices, descriptions, and platform details.
The skill considers currency conversions and shipping costs when presenting prices.