What problem does it solve? Managing Temu US Partner product listings requires calling dozens of distinct bg.local and temu.local APIs with correct authentication, parameters, and gateway routing, which is error-prone when done manually. ## Core Features & Use Cases - Product Query & Retrieval: List, search, and fetch full product details, SKU lists, stock levels, and publish status via scripts like us_manage_list_query.py and us_manage_detail_query.py. - Product Modification: Perform partial or full edits, delete products, adjust inventory, set sale/pre-sale status, and update external SKU codes through the LinkFox gateway. - Compliance & Attributes: Query compliance to-do lists, edit qualification documents and actual photos, run category prechecks, and fetch property templates. - Use Case: A Temu US seller needs to update a product title and increase stock for a SKU; the skill runs us_manage_partial_update.py and us_manage_stock_edit.py with a stored accessToken via the LinkFox gateway. ## Quick Start Ask the assistant to list your Temu US products by running the us_manage_list_query.py script with your accessToken after exporting your LINKFOXAGENT_API_KEY.