← Back to Skills Marketplace
linkfox-ai

Temu Cancel Order Global

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-cancel-order-global
Description
Temu 全球站(非 US/EU)取消订单 API(买家+卖家合一),经 LinkFox 网关转发 6 个接口:买家售后取消(bg.aftersales.cancel.*)、卖家申诉/缺货取消(temu.order.cancel.*)等,默认 site=global、tokenPurpose=order-ship...
README (SKILL.md)

Temu 全球站 — 取消订单(买家 + 卖家)

本 skill(linkfox-temu-cancel-order-global)覆盖 全球区(site=global,非美国/欧洲)Order / 取消订单 相关接口:

  • 买家/消费者bg.aftersales.cancel.list.getbg.aftersales.cancel.agree
  • 店家/卖家temu.order.cancel.appeal.applytemu.order.cancel.appeal.result.gettemu.order.cancel.outofstock.applytemu.order.cancel.outofstock.result.get

详见 partner-global-catalog.md6 个接口)。美国站请用 linkfox-temu-cancel-order-us;欧洲站请用 linkfox-temu-cancel-order-eu

网关(本 skill 内置)

能力 方法 路径
取消单 OpenAPI(global_cancel_*global_seller_cancel_*temu_global_proxy 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-us
欧洲站取消订单 linkfox-temu-cancel-order-eu
履约/发货 linkfox-temu-fulfillment-global
商品管理 linkfox-temu-manage-product-global
退货与退款 linkfox-temu-returns-refunds-us / linkfox-temu-returns-refunds-eusite=global
网关与 Temu token 本 skill scripts/

API Usage

文档 内容
api.md 网关、鉴权、典型流程
partner-global-catalog.md 接口目录 + Partner URL + 脚本
apis/README.md 按接口分文件

默认参数

字段 默认 说明
site global Partner Global(非 US/EU)
managementType semi-managed 半托管
tokenPurpose order-shipping 订单/取消场景 token

鉴权

  1. LinkFoxLINKFOXAGENT_API_KEY → Header Authorization + Token
  2. TemuaccessTokenstoreKey(建议 tokenPurpose=order-shipping

Scripts(按 type)

买家取消

脚本 type
global_cancel_aftersales_cancel_list_get.py bg.aftersales.cancel.list.get
global_cancel_aftersales_cancel_agree.py bg.aftersales.cancel.agree

卖家取消

脚本 type
global_seller_cancel_order_cancel_appeal_apply.py temu.order.cancel.appeal.apply
global_seller_cancel_order_cancel_appeal_result_get.py temu.order.cancel.appeal.result.get
global_seller_cancel_order_cancel_outofstock_apply.py temu.order.cancel.outofstock.apply
global_seller_cancel_order_cancel_outofstock_result_get.py temu.order.cancel.outofstock.result.get

通用

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

接入新接口(约定)

  1. 新增 references/apis/\x3Ctype-slug>.md
  2. 新增 scripts/global_cancel_*global_seller_cancel_*(调用 _global_cancel_order_script.run_cli
  3. 更新 partner-global-catalog.mdapis/README.md

示例

export LINKFOXAGENT_API_KEY="\x3Ckey>"

# 买家取消 — 待处理列表
python scripts/global_cancel_aftersales_cancel_list_get.py '{
  "accessToken": "TOKEN",
  "tokenPurpose": "order-shipping",
  "site": "global",
  "request": { "pageNo": 1, "pageSize": 20, "afterSalesStatusGroup": 8 }
}'

# 卖家 — 缺货取消申请
python scripts/global_seller_cancel_order_cancel_outofstock_apply.py '{
  "accessToken": "TOKEN",
  "tokenPurpose": "order-shipping",
  "site": "global",
  "request": {
    "parentOrderSn": "PO-123456789",
    "orderSnList": ["O-111111111"]
  }
}'

Feedback: skillNamelinkfox-temu-cancel-order-global

网关与授权脚本

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

Usage Guidance
Install only if you trust LinkFox with Temu seller access and are comfortable with this skill acting as a broad Temu API gateway, not just a cancel-order tool. Use least-privilege/short-lived tokens where possible, avoid saving tokens locally unless necessary, protect or delete ~/.linkfox/temu-access-tokens.json, and require a clear manual confirmation before any cancellation or order-state-changing call.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The six cancel-order scripts are purpose-aligned, but the package also advertises and implements arbitrary Temu API proxying and signed file downloads, which exceed a cancel-order-only skill.
Instruction Scope
The instructions disclose the broad proxy and file-download scripts, but do not meaningfully constrain API types, downloadable URLs, or require explicit confirmation before state-changing cancellation actions.
Install Mechanism
No automatic install-time execution or package dependency risk was evident; the concern is runtime capability once the user supplies LinkFox and Temu credentials.
Credentials
The skill requires sensitive LinkFox and Temu tokens and sends Temu access tokens through the LinkFox gateway; that is coherent with the integration, but the generic proxy makes the granted authority broader than the stated cancel-order purpose.
Persistence & Privilege
The token store persists raw Temu access tokens under ~/.linkfox without encryption or explicit file-permission hardening, and helper scripts can print tokens, including unmasked output.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linkfox-temu-cancel-order-global
  3. After installation, invoke the skill by name or use /linkfox-temu-cancel-order-global
  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-cancel-order-global
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Temu Cancel Order Global?

Temu 全球站(非 US/EU)取消订单 API(买家+卖家合一),经 LinkFox 网关转发 6 个接口:买家售后取消(bg.aftersales.cancel.*)、卖家申诉/缺货取消(temu.order.cancel.*)等,默认 site=global、tokenPurpose=order-ship... It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.

How do I install Temu Cancel Order Global?

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

Is Temu Cancel Order Global free?

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

Which platforms does Temu Cancel Order Global support?

Temu Cancel Order Global is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Temu Cancel Order Global?

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

💬 Comments