What problem does it solve? Managing Temu Global promotion campaigns requires manually navigating the Partner console and handling authentication, API signing, and async operation polling. This Skill wraps the Partner Global Promotion APIs (bg.promotion.*) behind the LinkFox gateway so agents can query activities, enroll goods, and update promotion entries with scripted calls. ## Core Features & Use Cases - Promotion Campaign Query: List lightning deals, big sales, and clearance activities with status and time filters via bg.promotion.activity.query. - Goods Enrollment Workflow: Find candidate goods with recommended prices, enroll them into activities, poll operation results by draftId, and update prices, quantities, or SKUs. - Token Management: Guide Temu accessToken authorization, save tokens locally by storeKey, and reuse them across calls without re-pasting credentials. - Use Case: A seller wants to join a lightning deal. The agent queries ongoing activities, checks candidate goods and recommended supplier prices, enrolls the goods, then polls the operation result until enrollment succeeds. ## Quick Start Set the LINKFOXAGENT_API_KEY environment variable and ask the agent to query ongoing Temu Global lightning deal activities using your Temu access token.