← Back to Skills Marketplace
linkfox-ai

Temu Fulfillment EU

by linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
36
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linkfox-temu-fulfillment-eu
Description
Temu 欧洲站电商履行/发货 API(合一):Buy-Shipping购标面单、合作仓履约、卖家自发货、物流跟踪、自配送POD上传与审核等30个接口。当用户提到 Temu EU 发货、购标、POD、proof of delivery、self delivery pod、合作仓、自发货、tracking、orde...
README (SKILL.md)

Temu 欧洲站 — 电商履行 / 发货(Fulfillment)

本 skill(linkfox-temu-fulfillment-eu)合并原 Buy-ShippingCo-WarehouseSelf-Fulfilled ShipmentsTracking 四个 skill,覆盖 Partner EU Fulfillment30 个已接入 type

脚本前缀 接口数
Buy-Shipping eu_buy_shipping_* 17
Co-Warehouse eu_co_warehouse_* 4
Self-Fulfilled eu_self_fulfilled_* 5
Tracking eu_tracking_* 1
Self-Delivery POD eu_self_fulfilled_*pod* 3

详见 partner-eu-catalog.md

网关

能力 方法 路径
履约 OpenAPI POST https://tool-gateway.linkfox.com/temu/proxy
加签文件下载 POST https://tool-gateway.linkfox.com/temu/fileDownload

相关 skill

场景 skill
订单列表/详情/地址 linkfox-temu-order-eu
取消订单 linkfox-temu-cancel-order-eu
商品管理 linkfox-temu-manage-product-eu
退货退款 linkfox-temu-returns-refunds-eu
美国站履约/发货 linkfox-temu-fulfillment-us
全球站履约 linkfox-temu-fulfillment-global(无 Scan Form)

默认参数

字段 默认
site eu
managementType semi-managed
tokenPurpose order-shipping

Scripts(按域)

Buy-Shipping(eu_buy_shipping_*

购标、面单、Scan Form、上门揽收等 — 见 apis/README.md

Co-Warehouse(eu_co_warehouse_*

bg.cooperativewarehouse.* — 合作仓授权、提交/取消履约。

Self-Fulfilled(eu_self_fulfilled_*

bg.logistics.shipment.v2.*shippingtype.update 等 — 卖家自带运单号。

Tracking(eu_tracking_*

temu.track.trackinginfo.get

Self-Delivery POD(eu_self_fulfilled_*pod*

  • temu.logistics.self.delivery.pod.upload.signature.query
  • temu.logistics.self.delivery.pod.upload
  • temu.logistics.self.delivery.pod.audit.result.get

通用

脚本 说明
temu_eu_proxy.py 任意 type
temu_eu_file_download.py 加签文件下载

薄封装统一调用 _eu_fulfillment_script.run_cli

示例

export LINKFOXAGENT_API_KEY="\x3Ckey>"

# Buy-Shipping 购标
python scripts/eu_buy_shipping_logistics_shipment_create.py '{
  "accessToken": "TOKEN",
  "tokenPurpose": "order-shipping",
  "request": { }
}'

# 卖家自发货更新跟踪号
python scripts/eu_self_fulfilled_logistics_shipment_shippingtype_update.py '{
  "accessToken": "TOKEN",
  "request": { "editPackageRequestList": [{ "packageSn": "PKG-1", "trackingNumber": "1Z..." }] }
}'

Feedback: skillNamelinkfox-temu-fulfillment-eu

Usage Guidance
Install only if you are comfortable giving this skill access to Temu fulfillment credentials and live shipping operations. Use test credentials first, avoid saving production tokens in the local JSON store, do not paste real tokens into shared shells or chats, and require human confirmation before creating labels, confirming shipments, authorizing warehouse tokens, or canceling fulfillment.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The fulfillment, label creation, shipment confirmation, pickup, cooperative warehouse, tracking, and POD capabilities match the stated Temu EU fulfillment purpose, but several endpoints can create labels, mark orders shipped, authorize warehouse providers, or cancel fulfillment records.
Instruction Scope
The skill documents broad operational workflows and generic triggers such as tracking/order-shipping, while high-impact actions are presented as normal examples without strong confirmation, preflight, or reversibility guidance.
Install Mechanism
No package-install or obfuscated install behavior was found; scripts are plain Python wrappers and documentation. Metadata and dependency checks do not show declared third-party dependencies.
Credentials
The skill requires LinkFox and Temu credentials and sends fulfillment requests through the LinkFox gateway, which is expected for the integration, but the access level is high and includes order/shipping mutations.
Persistence & Privilege
The artifact persists Temu bearer tokens in a local JSON file under ~/.linkfox, can read them back, and includes paths that can print raw tokens; the documentation does not adequately warn about secret handling or secure storage.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linkfox-temu-fulfillment-eu
  3. After installation, invoke the skill by name or use /linkfox-temu-fulfillment-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-fulfillment-eu
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Temu Fulfillment EU?

Temu 欧洲站电商履行/发货 API(合一):Buy-Shipping购标面单、合作仓履约、卖家自发货、物流跟踪、自配送POD上传与审核等30个接口。当用户提到 Temu EU 发货、购标、POD、proof of delivery、self delivery pod、合作仓、自发货、tracking、orde... It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.

How do I install Temu Fulfillment EU?

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

Is Temu Fulfillment EU free?

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

Which platforms does Temu Fulfillment EU support?

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

Who created Temu Fulfillment EU?

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

💬 Comments