Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
linkfox-ai avatar

Linkfox Temu Compliance Global

  • 169 installs
  • 64 repo stars
  • Updated August 3, 2026
  • linkfox-ai/linkfox-skills

Helps with ai & agent building tasks.

About

linkfox-temu-compliance-global is a Claude Code skill in the AI & Agent Building category.

  • linkfox-temu-compliance-global
  • AI & Agent Building
  • AI-coding skill

Linkfox Temu Compliance Global by the numbers

  • 169 all-time installs (skills.sh)
  • +35 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #3,135 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-temu-compliance-global

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs169
repo stars64
Last updatedAugust 3, 2026
Repositorylinkfox-ai/linkfox-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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_proxyPOSThttps://tool-gateway.linkfox.com/temu/proxy
加签文件下载POSThttps://tool-gateway.linkfox.com/temu/fileDownload

相关 skill

场景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.md网关、鉴权、错误码
partner-global-catalog.md接口目录
apis/README.md分接口文档

默认参数

字段默认说明
siteglobalPartner Global
managementTypesemi-managed半托管
tokenPurposeproduct-inventory商品/合规场景

Scripts(按 type)

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

示例

python scripts/global_compliance_edit.py '<JSON>'  # bg.compliance.edit
python scripts/global_compliance_metadata_get.py '<JSON>'  # bg.compliance.metadata.get

Feedback: skillNamelinkfox-temu-compliance-global

网关与授权脚本

授权说明: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 -->

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.