← 返回 Skills 市场
linkfox-ai

Temu Returns Refunds Global

作者 linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-temu-returns-refunds-global
功能描述
Temu 全球站电商退货与退款 API,经 LinkFox 网关转发 Partner Global Returns & Refunds / 售后退货退款 相关 bg/temu 接口(退货申请、退款、售后单查询与处理等,接口将按 Partner 文档逐条接入)。当用户提到 Temu Global 退货、退款、售后退...
使用说明 (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

安全使用建议
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.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-temu-returns-refunds-global
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-temu-returns-refunds-global 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug linkfox-temu-returns-refunds-global
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Temu Returns Refunds Global 是什么?

Temu 全球站电商退货与退款 API,经 LinkFox 网关转发 Partner Global Returns & Refunds / 售后退货退款 相关 bg/temu 接口(退货申请、退款、售后单查询与处理等,接口将按 Partner 文档逐条接入)。当用户提到 Temu Global 退货、退款、售后退... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 Temu Returns Refunds Global?

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

Temu Returns Refunds Global 是免费的吗?

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

Temu Returns Refunds Global 支持哪些平台?

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

谁开发了 Temu Returns Refunds Global?

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

💬 留言讨论