← Back to Skills Marketplace
linkfox-ai

Temu Fulfillment US

by linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
25
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linkfox-temu-fulfillment-us
Description
Temu 美国站电商履行/发货 API(合一):Buy-Shipping购标面单、合作仓履约、卖家自发货、物流跟踪等27+接口。当用户提到 Temu US 发货、购标、Buy-Shipping、合作仓、自发货、tracking、scanform、shipment.create、order-shipping 时触发...
README (SKILL.md)

Temu 美国站 — 电商履行 / 发货(Fulfillment)

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

脚本前缀 接口数
Buy-Shipping us_buy_shipping_* 17
Co-Warehouse us_co_warehouse_* 4
Self-Fulfilled us_self_fulfilled_* 5
Tracking us_tracking_* 1

详见 partner-us-catalog.md

网关

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

相关 skill

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

默认参数

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

Scripts(按域)

Buy-Shipping(us_buy_shipping_*

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

Co-Warehouse(us_co_warehouse_*

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

Self-Fulfilled(us_self_fulfilled_*

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

Tracking(us_tracking_*

temu.track.trackinginfo.get

通用

脚本 说明
temu_us_proxy.py 任意 type
temu_us_file_download.py 加签文件下载

薄封装统一调用 _us_fulfillment_script.run_cli

示例

export LINKFOXAGENT_API_KEY="\x3Ckey>"

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

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

Feedback: skillNamelinkfox-temu-fulfillment-us

Usage Guidance
Install only if you trust the publisher and are prepared to manage Temu and LinkFox credentials carefully. Use a least-privilege Temu token where possible, avoid passing secrets on the command line, do not use mask=false or raw-token output in shared terminals or logs, and require human review before any call that creates labels, confirms shipment, submits fulfillment, cancels fulfillment, or changes pickup/shipping state.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose is coherent with the artifacts: the skill provides Temu US fulfillment, buy-shipping, warehouse, tracking, and file-download API wrappers through LinkFox. The concern is that these wrappers include production state-changing actions such as shipment creation, shipped-package confirmation, pickup reservation/cancel, warehouse fulfill submit/cancel, and a generic proxy for arbitrary API types.
Instruction Scope
The documentation identifies many mutating operations, but it does not consistently separate read-only from state-changing calls or require explicit user confirmation before actions that can create labels, confirm shipment, submit fulfillment, cancel fulfillment, or change shipping state.
Install Mechanism
No dependency install, background worker, autostart hook, or obfuscated install behavior was evident in the inspected artifact; it is a collection of markdown references and Python CLI scripts.
Credentials
Network access to the LinkFox gateway and Temu API credentials are proportionate for a fulfillment integration, but the skill sends sensitive tokens and fulfillment data to an external gateway and exposes a generic proxy without enough scoping or warning for high-impact operations.
Persistence & Privilege
The skill persists Temu access tokens in a predictable plaintext JSON file under ~/.linkfox, accepts tokens on the command line, and includes utilities that can print raw tokens to stdout, including an explicit mask=false option.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linkfox-temu-fulfillment-us
  3. After installation, invoke the skill by name or use /linkfox-temu-fulfillment-us
  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-us
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Temu Fulfillment US?

Temu 美国站电商履行/发货 API(合一):Buy-Shipping购标面单、合作仓履约、卖家自发货、物流跟踪等27+接口。当用户提到 Temu US 发货、购标、Buy-Shipping、合作仓、自发货、tracking、scanform、shipment.create、order-shipping 时触发... It is an AI Agent Skill for Claude Code / OpenClaw, with 25 downloads so far.

How do I install Temu Fulfillment US?

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

Is Temu Fulfillment US free?

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

Which platforms does Temu Fulfillment US support?

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

Who created Temu Fulfillment US?

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

💬 Comments