← 返回 Skills 市场
linkfox-ai

Temu Fulfillment Global

作者 linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
21
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-temu-fulfillment-global
功能描述
Temu 全球站(非 US/EU)电商履行/发货 API(合一):Buy-Shipping购标面单、合作仓履约、卖家自发货、物流跟踪等23个接口(不含 Scan Form)。当用户提到 Temu Global 发货、购标、Buy-Shipping、合作仓、自发货、tracking、shipment.create、...
使用说明 (SKILL.md)

Temu 全球站 — 电商履行 / 发货(Fulfillment)

本 skill(linkfox-temu-fulfillment-global)覆盖 Partner Global Fulfillment23 个已接入 type(与 US 版对齐但 不含 4 个 Scan Form 接口)。

脚本前缀 接口数
Buy-Shipping global_buy_shipping_* 13
Co-Warehouse global_co_warehouse_* 4
Self-Fulfilled global_self_fulfilled_* 5
Tracking global_tracking_* 1

未接入(相对 US)temu.logistics.scanform.createtemu.logistics.scanform.gettemu.logistics.scanform.document.gettemu.logistics.candidate.scanform.list.get — 请用 linkfox-temu-fulfillment-ussite=us)。

详见 partner-global-catalog.md。美国站请用 linkfox-temu-fulfillment-us;欧洲站请用 linkfox-temu-fulfillment-eu

网关

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

相关 skill

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

默认参数

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

Scripts(按域)

Buy-Shipping(global_buy_shipping_*

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

Co-Warehouse(global_co_warehouse_*

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

Self-Fulfilled(global_self_fulfilled_*

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

Tracking(global_tracking_*

temu.track.trackinginfo.get

通用

脚本 说明
temu_global_proxy.py 任意 type
temu_global_file_download.py 加签文件下载

薄封装统一调用 _global_fulfillment_script.run_cli

示例

export LINKFOXAGENT_API_KEY="\x3Ckey>"

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

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

Feedback: skillNamelinkfox-temu-fulfillment-global

安全使用建议
Install only if you are comfortable giving this skill access to Temu seller/warehouse fulfillment tokens and letting it create, confirm, update, or cancel real shipping workflows. Prefer passing credentials through a secure secret manager instead of command-line JSON or the plaintext local token store, avoid running get_temu_access_token.py in logged environments, and require explicit human confirmation before any create/confirm/cancel shipment operation.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The main purpose, Temu Global fulfillment and shipping APIs, matches most scripts and documentation, but the package also includes generic Temu proxy/file-download utilities and token retrieval helpers that go beyond the declared 23 Global fulfillment interfaces.
Instruction Scope
The skill documents live state-changing actions such as shipment creation, shipment confirmation, pickup cancellation, and cooperative warehouse cancellation without clear confirmation gates or dry-run boundaries; one reference also contradicts the stated Global default by listing site=us.
Install Mechanism
No dependency installer, postinstall hook, background service, or persistence mechanism beyond normal skill files was found; runtime scripts are invoked explicitly.
Credentials
Network calls to the LinkFox gateway and use of LinkFox/Temu credentials are expected for this integration, but the generic proxy and file-download scripts allow broad API use and handling of sensitive order, label, and warehouse data.
Persistence & Privilege
The skill persists Temu access tokens in plaintext under ~/.linkfox/temu-access-tokens.json, accepts tokens in command-line JSON, and get_temu_access_token.py prints raw access tokens to stdout without masking; no privilege escalation or daemon behavior was found.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-temu-fulfillment-global
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-temu-fulfillment-global 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug linkfox-temu-fulfillment-global
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Temu Fulfillment Global 是什么?

Temu 全球站(非 US/EU)电商履行/发货 API(合一):Buy-Shipping购标面单、合作仓履约、卖家自发货、物流跟踪等23个接口(不含 Scan Form)。当用户提到 Temu Global 发货、购标、Buy-Shipping、合作仓、自发货、tracking、shipment.create、... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 21 次。

如何安装 Temu Fulfillment Global?

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

Temu Fulfillment Global 是免费的吗?

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

Temu Fulfillment Global 支持哪些平台?

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

谁开发了 Temu Fulfillment Global?

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

💬 留言讨论