← Back to Skills Marketplace
linkfox-ai

Temu Tax EU

by linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linkfox-temu-tax-eu
Description
Temu 欧洲站电商税务(Tax)API,经 LinkFox 网关转发 Partner EU 7 个 temu.pay.tax.* 接口:导出报表、Galerie签名、发票查询/下载、商家报表下载/上传发票等。当用户提到 Temu EU Tax、temu.pay.tax.invoice、VAT、发票上传、expo...
README (SKILL.md)

Temu 欧洲站 — 电商税务(Tax)

本 skill(linkfox-temu-tax-eu)覆盖 Partner Platform for EU Tax / 电商税务 相关 OpenAPI(menu_code 与各 sub_menu_code 以 Partner 后台为准,见 partner-eu-catalog.md)。

当前已接入 7 个接口;其余 Tax 接口将按 Partner 文档逐条补充。

网关(本 skill 内置)

能力 方法 路径
税务 OpenAPI(eu_tax_*temu_eu_proxy POST https://tool-gateway.linkfox.com/temu/proxy
加签文件下载 POST https://tool-gateway.linkfox.com/temu/fileDownload

相关 skill

场景 skill
商品列表/编辑/合规(含 taxCodeInfo 等字段) linkfox-temu-manage-product-eu
订单金额(含税/不含税明细) linkfox-temu-order-eu
价格/供货价 linkfox-temu-price-eu
买家/卖家取消订单 linkfox-temu-cancel-order-eu
发品 linkfox-temu-add-product-ussite=eu
网关与 Temu token 本 skill scripts/

API Usage

文档 内容
api.md 网关、鉴权、错误码、接入约定
partner-eu-catalog.md 接口目录 + Partner URL + 脚本(随接入更新)
apis/README.md 按接口分文件apis/\x3Ctype-slug>.md

默认参数

字段 默认 说明
site eu Partner EU
managementType semi-managed 半托管
tokenPurpose product-inventory 酷鸟卖家助手 token(若 Partner 要求其它 purpose,以文档为准)

鉴权

  1. LinkFoxLINKFOXAGENT_API_KEY → Header Authorization + Token
  2. TemuaccessTokenstoreKeystoreKey 时建议带 tokenPurpose=product-inventory

Scripts(按 type)

脚本 type 状态
eu_tax_apply_export_report.py temu.pay.tax.apply.export.report 已接入
eu_tax_get_galerie_signature.py temu.pay.tax.get.galerie.signature 已接入
eu_tax_invoice_detail_query.py temu.pay.tax.invoice.detail.query 已接入
eu_tax_invoice_info_query.py temu.pay.tax.invoice.info.query 已接入
eu_tax_invoice_pdf_download.py temu.pay.tax.invoice.pdf.download 已接入
eu_tax_merchant_report_download.py temu.pay.tax.merchant.report.download 已接入
eu_tax_merchant_upload_invoice.py temu.pay.tax.merchant.upload.invoice 已接入
temu_eu_proxy.py 任意 type 通用
temu_eu_file_download.py 加签文件下载 通用

接入新接口(约定)

你每提供一条 Partner 文档(HTML/URL + type + Request/Response 表 + 可选 sub_menu_code),将:

  1. 新增 references/apis/\x3Ctype-slug>.md(入参/出参层级全部展开)
  2. 新增 scripts/eu_tax_\x3Cslug>.py(调用 _eu_tax_script.run_cli
  3. 更新 partner-eu-catalog.mdapis/README.md 与本表

示例

export LINKFOXAGENT_API_KEY="\x3Ckey>"

# 发票信息查询(最多 20 个父单号)
python scripts/eu_tax_invoice_info_query.py '{
  "accessToken": "TOKEN",
  "tokenPurpose": "product-inventory",
  "site": "eu",
  "request": {
    "parentOrderSnList": ["PO-123456789"]
  }
}'

# 申请导出税务报表(月份 YYYY-MM)
python scripts/eu_tax_apply_export_report.py '{
  "accessToken": "TOKEN",
  "request": {
    "reportMonth": "2025-04",
    "requestId": "req-uuid-001"
  }
}'

Feedback: skillNamelinkfox-temu-tax-eu

网关与授权脚本

授权说明:references/access-token.md

Usage Guidance
Install only if you are comfortable giving this skill access to Temu and LinkFox credentials and using it through LinkFox's gateway. Prefer a dedicated EU tax token if available, avoid storing tokens locally unless necessary, do not paste real tokens into shared prompts or logs, and review the generic proxy/file-download scripts before allowing agents to call them.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose is Temu EU tax APIs, but the artifacts include generic Temu proxy and file-download scripts that accept arbitrary Temu API types and multiple sites, including non-tax examples.
Instruction Scope
Documentation and examples mix EU tax usage with product, inventory, order, shipping, CN, US, global, and local-native authorization flows, making least-privilege use unclear.
Install Mechanism
No install hook, package dependency, autostart behavior, or hidden execution mechanism was found; scripts appear user-invoked.
Credentials
The skill requires LinkFox and Temu access tokens and forwards tax, invoice, report, file URL, and order-related data through an external LinkFox gateway; this is expected for the integration but high-impact and under-scoped.
Persistence & Privilege
The skill can save reusable Temu access tokens to a local JSON file and can print raw stored tokens on request, without clear file-permission, encryption, expiry, or scope validation controls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linkfox-temu-tax-eu
  3. After installation, invoke the skill by name or use /linkfox-temu-tax-eu
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug linkfox-temu-tax-eu
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Temu Tax EU?

Temu 欧洲站电商税务(Tax)API,经 LinkFox 网关转发 Partner EU 7 个 temu.pay.tax.* 接口:导出报表、Galerie签名、发票查询/下载、商家报表下载/上传发票等。当用户提到 Temu EU Tax、temu.pay.tax.invoice、VAT、发票上传、expo... It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install Temu Tax EU?

Run "/install linkfox-temu-tax-eu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Temu Tax EU free?

Yes, Temu Tax EU is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Temu Tax EU support?

Temu Tax EU is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Temu Tax EU?

It is built and maintained by linkfox-ai (@linkfox-ai); the current version is v1.0.0.

💬 Comments