← Back to Skills Marketplace
linkfox-ai

Temu Returns Refunds Global

by linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linkfox-temu-returns-refunds-global
Description
Temu 全球站电商退货与退款 API,经 LinkFox 网关转发 Partner Global Returns & Refunds / 售后退货退款 相关 bg/temu 接口(退货申请、退款、售后单查询与处理等,接口将按 Partner 文档逐条接入)。当用户提到 Temu Global 退货、退款、售后退...
README (SKILL.md)

Temu 全球站 — 退货与退款(Returns & Refunds)

本 skill(linkfox-temu-returns-refunds-global)覆盖 Partner Platform for Global Returns & Refunds / 电商退货与退款(及关联 After-sales 退货退款类)相关 bg.* / temu.* 接口(menu_code 与各 sub_menu_code 以 Partner 后台为准,见 partner-global-catalog.md)。

已接入 9 条 Partner Return and Refund 接口,清单见 partner-global-catalog.md

网关(本 skill 内置)

能力 方法 路径
退货退款 OpenAPI(global_returns_refunds_*temu_global_proxy POST https://tool-gateway.linkfox.com/temu/proxy
加签文件下载 POST https://tool-gateway.linkfox.com/temu/fileDownload

相关 skill

场景 skill
退货与退款(本 skill) linkfox-temu-returns-refunds-global
买家发起取消订单(非退货退款全流程) linkfox-temu-cancel-order-global
卖家发起取消订单 / 缺货取消 / 申诉 linkfox-temu-cancel-order-global
订单列表/详情/金额/售后上下文 linkfox-temu-order-global
商品管理 linkfox-temu-manage-product-global
履约/发货 linkfox-temu-fulfillment-global
网关与 Temu token 本 skill scripts/

API Usage

文档 内容
api.md 网关、鉴权、错误码、接入约定
partner-global-catalog.md 接口目录 + Partner URL + 脚本(随接入更新)
apis/README.md 按接口分文件apis/\x3Ctype-slug>.md

默认参数

字段 默认 说明
site global Partner Global
managementType semi-managed 半托管(具体接口以 Partner 文档为准)
tokenPurpose order-shipping 订单/售后场景 token(见 access-token.md

鉴权

  1. LinkFoxLINKFOXAGENT_API_KEY → Header Authorization + Token
  2. TemuaccessTokenstoreKeystoreKey 时建议带 tokenPurpose=order-shipping

Scripts

脚本 说明
temu_global_proxy.py 任意 type 通用转发
temu_global_file_download.py 加签文件下载
global_returns_refunds_aftersales_parentaftersales_list_get.py bg.aftersales.parentaftersales.list.get
global_returns_refunds_aftersales_aftersales_list_get.py bg.aftersales.aftersales.list.get
global_returns_refunds_aftersales_parentaftersales_detail_get.py temu.aftersales.parentaftersales.detail.get
global_returns_refunds_aftersales_parentreturnorder_get.py bg.aftersales.parentreturnorder.get
global_returns_refunds_aftersales_returnaddress_get.py temu.aftersales.returnaddress.get
global_returns_refunds_aftersales_returnlabel_prepare_get.py temu.aftersales.returnlabel.prepare.get
global_returns_refunds_aftersales_signature_get.py temu.aftersales.signature.get
global_returns_refunds_aftersales_upload_returnlabel.py temu.aftersales.upload.returnlabel
global_returns_refunds_aftersales_carrier_get.py temu.aftersales.carrier.get

接入更多接口(约定)

你每提供一条 Partner 文档(type + sub_menu_code + URL + Request/Response 参数表),将:

  1. 新增 references/apis/\x3Ctype-slug>.md(完整入参/出参层级)
  2. 新增 scripts/global_returns_refunds_\x3Cslug>.py(调用 _global_returns_refunds_script.run_cli
  3. 更新 partner-global-catalog.mdapis/README.md 与本表

示例(通用代理)

export LINKFOXAGENT_API_KEY="\x3Ckey>"

python scripts/temu_global_proxy.py '{
  "accessToken": "TOKEN",
  "tokenPurpose": "order-shipping",
  "type": "\x3CTEMU_API_TYPE>",
  "params": {
    "request": {}
  }
}'

Feedback: skillNamelinkfox-temu-returns-refunds-global

网关与授权脚本

脚本 说明
check_linkfox_token.py 校验 LinkFox 用户 Token
temu_token_guide.py Temu accessToken 后台授权步骤
save_temu_access_token.py 保存 accessToken 到本地
list_temu_access_tokens.py 列出已保存 token
get_temu_access_token.py 读取已保存 token
temu_proxy.py 通用网关转发(多 site)
temu_file_download.py 加签文件下载(多 site)

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

Usage Guidance
Install only if you trust LinkFox with Temu merchant credentials and returns/refunds data. Avoid saving production access tokens with this skill unless the local machine is single-user and protected; prefer short-lived tokens or a secure secret manager, and rotate any token that has been printed, logged, or stored insecurely. Review generic proxy use carefully because it can call Temu APIs beyond the documented returns/refunds workflows.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The declared purpose is Temu Global returns/refunds, and the specific aftersales scripts match that purpose. However, the included temu_proxy.py and temu_global_proxy.py accept arbitrary Temu API type values, and the documented example even uses a product/category API outside returns/refunds.
Instruction Scope
The skill discloses gateway calls and generic forwarding, but it does not enforce an allowlist for returns/refunds endpoints or constrain business parameters to the documented aftersales operations.
Install Mechanism
No package install hooks, background workers, obfuscation, or automatic execution were found in the artifact files.
Credentials
Use of LinkFox and Temu credentials is expected for this integration, but forwarding merchant credentials and sensitive aftersales/customer data through a third-party gateway needs clearer security and privacy disclosure.
Persistence & Privilege
The skill can save Temu access tokens in plaintext JSON under ~/.linkfox/temu-access-tokens.json, retrieve raw tokens, and list tokens with an option to disable masking; no encryption, restrictive permissions, expiry enforcement, or deletion guidance is implemented.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linkfox-temu-returns-refunds-global
  3. After installation, invoke the skill by name or use /linkfox-temu-returns-refunds-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-returns-refunds-global
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Temu Returns Refunds Global?

Temu 全球站电商退货与退款 API,经 LinkFox 网关转发 Partner Global Returns & Refunds / 售后退货退款 相关 bg/temu 接口(退货申请、退款、售后单查询与处理等,接口将按 Partner 文档逐条接入)。当用户提到 Temu Global 退货、退款、售后退... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.

How do I install Temu Returns Refunds Global?

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

Is Temu Returns Refunds Global free?

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

Which platforms does Temu Returns Refunds Global support?

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

Who created Temu Returns Refunds Global?

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

💬 Comments