What problem does it solve? Temu EU sellers and developers need to work with Partner EU tax APIs (VAT invoices, monthly tax reports, signed file downloads) but must handle LinkFox gateway authentication, Temu accessToken management, and per-endpoint request schemas manually. This Skill packages 7 temu.pay.tax.* endpoints into ready-to-run Python CLI scripts with full parameter documentation. ## Core Features & Use Cases - Invoice Operations: Query invoice summaries and details by parent order number, download invoice PDFs via signed URLs, and upload merchant invoices or credit notes. - Tax Report Workflow: Apply for monthly export reports (YYYY-MM) and download the resulting merchant report files by taskId or requestId. - Credential Management: Save, list, and retrieve Temu accessTokens locally by storeKey, site, managementType, and tokenPurpose, with an authorization guide for each shop type. - Use Case: A marketplace operations team needs April's EU tax report. They run eu_tax_apply_export_report.py with reportMonth 2025-04, receive a taskId, then call eu_tax_merchant_report_download.py to get the file URL. ## Quick Start Set the LINKFOXAGENT_API_KEY environment variable and ask the agent to query Temu EU invoice info for a parent order number using your Temu accessToken.