linkfox-temu-compliance-global

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Temu 全球站 — 电商合规(Compliance)

Temu全球站 — 电商合规(Compliance)

本 skill(
linkfox-temu-compliance-global
)覆盖 Partner Platform for Global电商合规 / Product Compliance 相关 OpenAPI。
已接入 9 个接口,清单见 partner-global-catalog.md
网关(本 skill 内置)
能力方法路径
合规 OpenAPI(
global_compliance_*
temu_global_proxy
POST
https://tool-gateway.linkfox.com/temu/proxy
加签文件下载POST
https://tool-gateway.linkfox.com/temu/fileDownload
本Skill(
linkfox-temu-compliance-global
)覆盖面向Global的Partner Platform中电商合规/Product Compliance相关的OpenAPI。
已接入9个接口,清单见 partner-global-catalog.md
网关(本Skill内置)
能力方法路径
合规OpenAPI(
global_compliance_*
temu_global_proxy
POST
https://tool-gateway.linkfox.com/temu/proxy
加签文件下载POST
https://tool-gateway.linkfox.com/temu/fileDownload

相关 skill

相关Skill

场景skill
电商合规(本 skill)
linkfox-temu-compliance-global
商品列表/详情/编辑/库存
linkfox-temu-manage-product-global
价格
linkfox-temu-price-global
促销
linkfox-temu-promotion-global
网关与 Temu token本 skill
scripts/
场景Skill
电商合规(本Skill)
linkfox-temu-compliance-global
商品列表/详情/编辑/库存
linkfox-temu-manage-product-global
价格
linkfox-temu-price-global
促销
linkfox-temu-promotion-global
网关与Temu token本Skill
scripts/

API Usage

API使用说明

文档内容
api.md网关、鉴权、错误码
partner-global-catalog.md接口目录
apis/README.md分接口文档
文档内容
api.md网关、鉴权、错误码
partner-global-catalog.md接口目录
apis/README.md分接口文档

默认参数

默认参数

字段默认说明
site
global
Partner Global
managementType
semi-managed
半托管
tokenPurpose
product-inventory
商品/合规场景
字段默认值说明
site
global
Partner Global
managementType
semi-managed
半托管
tokenPurpose
product-inventory
商品/合规场景

Scripts(按 type)

Scripts(按type分类)

脚本type状态
global_compliance_edit.py
bg.compliance.edit
已接入
global_compliance_metadata_get.py
bg.compliance.metadata.get
已接入
global_compliance_goods_compliancelabel_get.py
bg.goods.compliancelabel.get
已接入
global_compliance_arbok_cert_query_need_upload_items.py
bg.arbok.open.cert.queryNeedUploadItems
已接入
global_compliance_arbok_cert_upload_product_cert.py
bg.arbok.open.cert.uploadProductCert
已接入
global_compliance_flash_upload_recognize.py
bg.flash.open.upload.recognize
已接入
global_compliance_flash_upload_real_image.py
bg.flash.open.upload.real.image
已接入
global_compliance_arbok_upload_upload_file.py
bg.arbok.open.upload.uploadFile
已接入
global_compliance_arbok_product_cert_query.py
bg.arbok.open.product.cert.query
已接入
temu_global_proxy.py
任意
type
通用
temu_global_file_download.py
加签文件下载通用
脚本type状态
global_compliance_edit.py
bg.compliance.edit
已接入
global_compliance_metadata_get.py
bg.compliance.metadata.get
已接入
global_compliance_goods_compliancelabel_get.py
bg.goods.compliancelabel.get
已接入
global_compliance_arbok_cert_query_need_upload_items.py
bg.arbok.open.cert.queryNeedUploadItems
已接入
global_compliance_arbok_cert_upload_product_cert.py
bg.arbok.open.cert.uploadProductCert
已接入
global_compliance_flash_upload_recognize.py
bg.flash.open.upload.recognize
已接入
global_compliance_flash_upload_real_image.py
bg.flash.open.upload.real.image
已接入
global_compliance_arbok_upload_upload_file.py
bg.arbok.open.upload.uploadFile
已接入
global_compliance_arbok_product_cert_query.py
bg.arbok.open.product.cert.query
已接入
temu_global_proxy.py
任意
type
通用
temu_global_file_download.py
加签文件下载通用

示例

示例

bash
python scripts/global_compliance_edit.py '<JSON>'  # bg.compliance.edit
bash
python scripts/global_compliance_metadata_get.py '<JSON>'  # bg.compliance.metadata.get
Feedback:
skillName
linkfox-temu-compliance-global
bash
python scripts/global_compliance_edit.py '<JSON>'  # bg.compliance.edit
bash
python scripts/global_compliance_metadata_get.py '<JSON>'  # bg.compliance.metadata.get
反馈:
skillName
linkfox-temu-compliance-global

网关与授权脚本

网关与授权脚本

授权说明:references/access-token.md
<!-- LF_LARGE_RESPONSE_BLOCK -->
授权说明:references/access-token.md
<!-- LF_LARGE_RESPONSE_BLOCK -->

Handling Large Responses

处理大响应

To avoid overflowing the agent context, persist the response to disk and extract only the fields you need:
python scripts/response_io.py run --script scripts/check_linkfox_token.py --out-dir <DIR> '<params>'
python scripts/response_io.py read <file> --fields "<paths>"   # or --path "<JMESPath>"
Pick
--out-dir
outside any git working tree (e.g.
/tmp/...
on Unix,
%TEMP%/...
on Windows). Persisted responses may contain PII, pricing, or auth-sensitive data — do not commit them. Files are not auto-deleted; clean up when the task is done.
This skill exposes multiple entry scripts:
check_linkfox_token.py
,
get_temu_access_token.py
,
global_compliance_arbok_cert_query_need_upload_items.py
,
global_compliance_arbok_cert_upload_product_cert.py
,
global_compliance_arbok_product_cert_query.py
,
global_compliance_arbok_upload_upload_file.py
,
global_compliance_edit.py
,
global_compliance_flash_upload_real_image.py
,
global_compliance_flash_upload_recognize.py
,
global_compliance_goods_compliancelabel_get.py
,
global_compliance_metadata_get.py
,
list_temu_access_tokens.py
,
save_temu_access_token.py
,
temu_file_download.py
,
temu_global_file_download.py
,
temu_global_proxy.py
,
temu_proxy.py
,
temu_token_guide.py
. Pass
--script scripts/<name>.py
to choose the one you need.
run
writes the full response to a file and emits only a schema preview + file path.
read
projects specific fields, with
--limit/--offset
for slicing and
--format json|jsonl|csv|table
for output.
When to prefer this pattern — apply your judgment based on the response characteristics, e.g.:
  • High field count per record, or fields you don't need
  • Batch/paginated results (multiple items per call)
  • Long-text fields (descriptions, reviews, HTML, time series)
  • Output reused across later steps rather than consumed immediately
For small, single-use responses, calling the main script directly is fine.
⚠️ The preview is a truncated schema + sample, not the full data. Any field-level decision must read from the persisted file via
read
.
<!-- /LF_LARGE_RESPONSE_BLOCK -->
为避免超出Agent上下文限制,请将响应持久化到磁盘并仅提取所需字段:
python scripts/response_io.py run --script scripts/check_linkfox_token.py --out-dir <DIR> '<params>'
python scripts/response_io.py read <file> --fields "<paths>"   # or --path "<JMESPath>"
请将
--out-dir
设置在任何Git工作区之外(例如Unix系统的
/tmp/...
,Windows系统的
%TEMP%/...
)。持久化的响应可能包含个人身份信息(PII)、定价或敏感授权数据——请勿提交这些文件。文件不会自动删除,完成任务后请自行清理。
本Skill提供多个入口脚本:
check_linkfox_token.py
get_temu_access_token.py
global_compliance_arbok_cert_query_need_upload_items.py
global_compliance_arbok_cert_upload_product_cert.py
global_compliance_arbok_product_cert_query.py
global_compliance_arbok_upload_upload_file.py
global_compliance_edit.py
global_compliance_flash_upload_real_image.py
global_compliance_flash_upload_recognize.py
global_compliance_goods_compliancelabel_get.py
global_compliance_metadata_get.py
list_temu_access_tokens.py
save_temu_access_token.py
temu_file_download.py
temu_global_file_download.py
temu_global_proxy.py
temu_proxy.py
temu_token_guide.py
。请通过
--script scripts/<name>.py
参数选择所需脚本。
run
命令会将完整响应写入文件,仅输出模式预览+文件路径。
read
命令提取指定字段,可通过
--limit/--offset
进行切片,通过
--format json|jsonl|csv|table
指定输出格式。
何时优先使用此模式——根据响应特征自行判断,例如:
  • 每条记录字段数量多,或包含不需要的字段
  • 批量/分页结果(单次调用返回多条数据)
  • 长文本字段(描述、评论、HTML、时间序列)
  • 输出结果需在后续步骤重复使用,而非立即消耗
对于小型、单次使用的响应,直接调用主脚本即可。
⚠️ 预览内容是截断的模式+示例,并非完整数据。任何基于字段的决策都必须通过
read
命令从持久化文件中读取。
<!-- /LF_LARGE_RESPONSE_BLOCK -->