← 返回 Skills 市场
linkfox-ai

Temu Tax EU

作者 linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-temu-tax-eu
功能描述
Temu 欧洲站电商税务(Tax)API,经 LinkFox 网关转发 Partner EU 7 个 temu.pay.tax.* 接口:导出报表、Galerie签名、发票查询/下载、商家报表下载/上传发票等。当用户提到 Temu EU Tax、temu.pay.tax.invoice、VAT、发票上传、expo...
使用说明 (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

安全使用建议
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.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-temu-tax-eu
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-temu-tax-eu 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug linkfox-temu-tax-eu
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Temu Tax EU 是什么?

Temu 欧洲站电商税务(Tax)API,经 LinkFox 网关转发 Partner EU 7 个 temu.pay.tax.* 接口:导出报表、Galerie签名、发票查询/下载、商家报表下载/上传发票等。当用户提到 Temu EU Tax、temu.pay.tax.invoice、VAT、发票上传、expo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。

如何安装 Temu Tax EU?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkfox-temu-tax-eu」即可一键安装,无需额外配置。

Temu Tax EU 是免费的吗?

是的,Temu Tax EU 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Temu Tax EU 支持哪些平台?

Temu Tax EU 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Temu Tax EU?

由 linkfox-ai(@linkfox-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论