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

Linkfox Temu Manage Product Global

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

Helps with ai & agent building tasks.

About

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

  • linkfox-temu-manage-product-global
  • AI & Agent Building
  • AI-coding skill

Linkfox Temu Manage Product Global by the numbers

  • 172 all-time installs (skills.sh)
  • +35 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #3,113 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-manage-product-global

Add your badge

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

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

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Temu 全球站商品管理 API(Manage Product)

本 skill(linkfox-temu-manage-product-global)覆盖 全球区(`site=global`,非美国/欧洲)Product > Manage Product24bg.local.* / temu.local.* 接口(type 与 US/EU 对齐)。美国站请用 `linkfox-temu-manage-product-us`;欧洲站请用 `linkfox-temu-manage-product-eu`

网关(本 skill 内置)

能力方法路径
商品 OpenAPI(global_manage_*temu_global_proxyPOSThttps://tool-gateway.linkfox.com/temu/proxy
加签文件下载POSThttps://tool-gateway.linkfox.com/temu/fileDownload
发品请用 `linkfox-temu-add-product-us`(JSON 中 `site=global`)。电商合规(资质/GPSR/实拍图/责任人)用 `linkfox-temu-compliance-global`价格/供货价(含 SKU 列表价)用 `linkfox-temu-price-global`促销`linkfox-temu-promotion-global`广告`linkfox-temu-ads-global`订单`linkfox-temu-order-global` / `linkfox-temu-order-eu`履约`linkfox-temu-fulfillment-global` / `linkfox-temu-fulfillment-eu`取消`linkfox-temu-cancel-order-us` / `linkfox-temu-cancel-order-eu`(均需 `site=global` 时显式传入)。

API Usage

入参/出参、Partner 官方文档 URL 已内联至 references/

文档内容
api.md网关、鉴权、错误码
partner-global-catalog.md24 接口目录 + 脚本 + 文档链接
apis/README.md按接口分文件(24 个 apis/*.md

常用单接口文档示例:

  • 部分编辑:apis/bg-local-goods-partial-update.md
  • 商品列表:apis/bg-local-goods-list-query.md
  • 库存编辑:apis/bg-local-goods-stock-edit.md

默认参数

字段默认说明
siteglobalPartner Global
managementTypesemi-managed半托管
tokenPurposeproduct-inventory酷鸟卖家助手 token

鉴权

1. LinkFoxLINKFOXAGENT_API_KEY → Header Authorization + Token 2. TemuaccessTokenstoreKey

Scripts(按 type)

脚本type
global_manage_list_query.pybg.local.goods.list.query
global_manage_goods_list_retrieve.pytemu.local.goods.list.retrieve
global_manage_detail_query.pybg.local.goods.detail.query
global_manage_sku_list_query.pybg.local.goods.sku.list.query
global_manage_sku_list_retrieve.pytemu.local.sku.list.retrieve
global_manage_publish_status_get.pybg.local.goods.publish.status.get
global_manage_sku_stock_query.pytemu.local.goods.sku.stock.query
global_manage_stock_edit.pybg.local.goods.stock.edit
global_manage_partial_update.pybg.local.goods.partial.update
global_manage_goods_update.pybg.local.goods.update
global_manage_goods_delete.pytemu.local.goods.delete
global_manage_spec_info_get.pytemu.local.goods.spec.info.get
global_manage_category_check.pybg.local.goods.category.check
global_manage_property_get.pybg.local.goods.property.get
global_manage_property_relations.pybg.local.goods.property.relations
global_manage_property_relations_level_template.pybg.local.goods.property.relations.level.template
global_manage_property_relations_template.pybg.local.goods.property.relations.template
global_manage_out_sn_set.pybg.local.goods.out.sn.set
global_manage_sku_out_sn_set.pybg.local.goods.sku.out.sn.set
global_manage_compliance_list_query.pybg.local.compliance.goods.list.query
global_manage_compliance_edit.pybg.local.goods.compliance.edit
global_manage_sale_status_set.pybg.local.goods.sale.status.set
global_manage_pre_sale_status_edit.pytemu.local.goods.pre.sale.status.edit
global_manage_videocoverimage_get.pybg.local.goods.videocoverimage.get
temu_global_proxy.py任意 type
temu_global_file_download.py加签文件下载

示例

export LINKFOXAGENT_API_KEY="<key>"

# 商品列表
python scripts/global_manage_list_query.py '{"accessToken":"TOKEN","site":"global","tokenPurpose":"product-inventory","request":{"pageNo":1,"pageSize":20,"goodsSearchType":1,"goodsStatusFilterType":0}}'

# 详情
python scripts/global_manage_detail_query.py '{"accessToken":"TOKEN","request":{"goodsId":123456,"versionQueryType":2}}'

# 部分编辑标题(官方字段为 goodsBasic.goodsName,非 productName)
python scripts/global_manage_partial_update.py '{"accessToken":"TOKEN","request":{"goodsId":123456,"goodsBasic":{"goodsName":"New Title"}}}'

# 库存增量
python scripts/global_manage_stock_edit.py '{"accessToken":"TOKEN","request":{"goodsId":123456,"skuStockChangeList":[{"skuId":999,"stockDiff":10}]}}'

Feedback: skillNamelinkfox-temu-manage-product-global

网关与授权脚本

脚本说明
check_linkfox_token.py校验 LinkFox 用户 Token
temu_token_guide.pyTemu 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

<!-- 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_manage_category_check.py, global_manage_compliance_edit.py, global_manage_compliance_list_query.py, global_manage_detail_query.py, global_manage_goods_delete.py, global_manage_goods_list_retrieve.py, global_manage_goods_update.py, global_manage_list_query.py, global_manage_out_sn_set.py, global_manage_partial_update.py, global_manage_pre_sale_status_edit.py, global_manage_property_get.py, global_manage_property_relations.py, global_manage_property_relations_level_template.py, global_manage_property_relations_template.py, global_manage_publish_status_get.py, global_manage_sale_status_set.py, global_manage_sku_list_query.py, global_manage_sku_list_retrieve.py, global_manage_sku_out_sn_set.py, global_manage_sku_stock_query.py, global_manage_spec_info_get.py, global_manage_stock_edit.py, global_manage_videocoverimage_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.