← Back to Skills Marketplace
linkfox-ai

Temu Manage Product Global

by linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
21
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linkfox-temu-manage-product-global
Description
Temu 全球站(非 US/EU)商品管理 Manage Product API,经 LinkFox 网关转发 24 个 bg.local/temu.local 接口,默认 site=global。当用户提到 Temu Global Manage Product、全球站商品、site=global 商品上下架、改...
README (SKILL.md)

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_proxy POST https://tool-gateway.linkfox.com/temu/proxy
加签文件下载 POST https://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.md 24 接口目录 + 脚本 + 文档链接
apis/README.md 按接口分文件(24 个 apis/*.md

常用单接口文档示例:

默认参数

字段 默认 说明
site global Partner Global
managementType semi-managed 半托管
tokenPurpose product-inventory 酷鸟卖家助手 token

鉴权

  1. LinkFoxLINKFOXAGENT_API_KEY → Header Authorization + Token
  2. TemuaccessTokenstoreKey

Scripts(按 type)

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

示例

export LINKFOXAGENT_API_KEY="\x3Ckey>"

# 商品列表
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.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 the publisher and need this level of Temu catalog control. Use a dedicated least-privilege Temu token, avoid saving tokens unless necessary, protect or relocate the token store, do not print unmasked tokens, and require explicit human confirmation before delete, stock, sale-status, pre-sale, or full-update operations.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The advertised purpose is coherent, but it includes high-impact live catalog actions such as stock edits, sale status changes, full product updates, and product deletion without prominent confirmation or rollback guidance.
Instruction Scope
The instructions disclose LinkFox and Temu token use, but mutating examples are presented as ready-to-run commands and the generic proxy accepts user-supplied API types with limited scoping guidance.
Install Mechanism
The artifact is scripts and markdown with no install hook, package dependency, autostart behavior, or hidden execution path observed.
Credentials
Network access to the LinkFox gateway and Temu credentials are purpose-aligned, but the skill also supports environment URL overrides and user-supplied file-download URLs, increasing the need for careful containment.
Persistence & Privilege
The skill recommends and implements plaintext local token storage at ~/.linkfox/temu-access-tokens.json, accepts tokens on the command line, and includes utilities that can print raw tokens.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linkfox-temu-manage-product-global
  3. After installation, invoke the skill by name or use /linkfox-temu-manage-product-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-manage-product-global
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Temu Manage Product Global?

Temu 全球站(非 US/EU)商品管理 Manage Product API,经 LinkFox 网关转发 24 个 bg.local/temu.local 接口,默认 site=global。当用户提到 Temu Global Manage Product、全球站商品、site=global 商品上下架、改... It is an AI Agent Skill for Claude Code / OpenClaw, with 21 downloads so far.

How do I install Temu Manage Product Global?

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

Is Temu Manage Product Global free?

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

Which platforms does Temu Manage Product Global support?

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

Who created Temu Manage Product Global?

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

💬 Comments