← Back to Skills Marketplace
linkfox-ai

Temu Manage Product US

by linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
23
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linkfox-temu-manage-product-us
Description
Temu 美国站商品管理(Manage Product)API,经 LinkFox 网关转发 Partner US 24 个 bg.local/temu.local 接口:商品列表/详情/SKU查询、部分/全量编辑、删除、库存、上下架、预售、类目预检、属性模板、合规、外部编码、视频封面等。当用户提到 Temu U...
README (SKILL.md)

Temu 美国站商品管理 API(Manage Product)

本 skill(linkfox-temu-manage-product-us)覆盖 Partner Platform for US Product > Manage Productmenu_code=fb16b05f7a904765aac4af3a24b87d4a)下 24bg.local.* / temu.local.* 接口。欧洲站请用 linkfox-temu-manage-product-eu;全球站(非 US/EU)请用 linkfox-temu-manage-product-global

网关(本 skill 内置)

能力 方法 路径
商品 OpenAPI(us_manage_*temu_us_proxy POST https://tool-gateway.linkfox.com/temu/proxy
加签文件下载 POST https://tool-gateway.linkfox.com/temu/fileDownload

发品(V2 add、类目映射等)请用 linkfox-temu-add-product-us价格/供货价priceorder.queryrecommendedprice.query 等)请用 linkfox-temu-price-us促销/营销活动请用 linkfox-temu-promotion-usbg.promotion.*)。广告 Ads请用 linkfox-temu-ads-us订单请用 linkfox-temu-order-us履约/发货请用 linkfox-temu-fulfillment-us取消订单请用 linkfox-temu-cancel-order-us

API Usage

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

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

常用单接口文档示例:

默认参数

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

鉴权

  1. LinkFoxLINKFOXAGENT_API_KEY → Header Authorization + Token
  2. TemuaccessTokenstoreKey

Scripts(按 type)

脚本 type
us_manage_list_query.py bg.local.goods.list.query
us_manage_goods_list_retrieve.py temu.local.goods.list.retrieve
us_manage_detail_query.py bg.local.goods.detail.query
us_manage_sku_list_query.py bg.local.goods.sku.list.query
us_manage_sku_list_retrieve.py temu.local.sku.list.retrieve
us_manage_publish_status_get.py bg.local.goods.publish.status.get
us_manage_sku_stock_query.py temu.local.goods.sku.stock.query
us_manage_stock_edit.py bg.local.goods.stock.edit
us_manage_partial_update.py bg.local.goods.partial.update
us_manage_goods_update.py bg.local.goods.update
us_manage_goods_delete.py temu.local.goods.delete
us_manage_spec_info_get.py temu.local.goods.spec.info.get
us_manage_category_check.py bg.local.goods.category.check
us_manage_property_get.py bg.local.goods.property.get
us_manage_property_relations.py bg.local.goods.property.relations
us_manage_property_relations_level_template.py bg.local.goods.property.relations.level.template
us_manage_property_relations_template.py bg.local.goods.property.relations.template
us_manage_out_sn_set.py bg.local.goods.out.sn.set
us_manage_sku_out_sn_set.py bg.local.goods.sku.out.sn.set
us_manage_compliance_list_query.py bg.local.compliance.goods.list.query
us_manage_compliance_edit.py bg.local.goods.compliance.edit
us_manage_sale_status_set.py bg.local.goods.sale.status.set
us_manage_pre_sale_status_edit.py temu.local.goods.pre.sale.status.edit
us_manage_videocoverimage_get.py bg.local.goods.videocoverimage.get
temu_us_proxy.py 任意 type
temu_us_file_download.py 加签文件下载

示例

export LINKFOXAGENT_API_KEY="\x3Ckey>"

# 商品列表
python scripts/us_manage_list_query.py '{"accessToken":"TOKEN","request":{"pageNo":1,"pageSize":20,"goodsSearchType":1,"goodsStatusFilterType":0}}'

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

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

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

Feedback: skillNamelinkfox-temu-manage-product-us

网关与授权脚本

脚本 说明
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 are comfortable granting this skill access to Temu seller tokens and authority to change or delete product catalog data. Avoid storing tokens with this package unless you can protect the local token file, do not print or paste raw tokens into chats or logs, and manually confirm every delete, full update, inventory, or sale-status action before running it.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The core Temu US product-management purpose is coherent and disclosed, including product edits, deletion, inventory, sale status, and compliance actions, but the package also includes generic multi-site proxy and file-download helpers that can forward arbitrary Temu API types beyond the stated US Manage Product boundary.
Instruction Scope
The docs and scripts expose destructive or business-impacting operations such as deletion, full updates, stock edits, and listing status changes without clear confirmation gates, dry-run guidance, rollback expectations, or separation between read-only and mutating workflows.
Install Mechanism
The artifact is a plain skill package with markdown and Python scripts and no dependency-install behavior or automatic execution observed; however, it has no least-privilege permission declaration despite requiring environment-token access, outbound network calls, and local credential storage.
Credentials
Using LinkFox and Temu credentials plus outbound calls to the LinkFox gateway is expected for this integration, but the env-overridable gateway base URL, generic arbitrary-type proxy, and broad site/token-purpose support expand the authority beyond the narrow US product-management description.
Persistence & Privilege
Temu access tokens are persisted in plaintext JSON under ~/.linkfox by default, can be retrieved in full by get_temu_access_token.py, and can be listed unmasked via list_temu_access_tokens.py with {"mask": false}, creating a direct credential-disclosure path.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linkfox-temu-manage-product-us
  3. After installation, invoke the skill by name or use /linkfox-temu-manage-product-us
  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-us
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 US?

Temu 美国站商品管理(Manage Product)API,经 LinkFox 网关转发 Partner US 24 个 bg.local/temu.local 接口:商品列表/详情/SKU查询、部分/全量编辑、删除、库存、上下架、预售、类目预检、属性模板、合规、外部编码、视频封面等。当用户提到 Temu U... It is an AI Agent Skill for Claude Code / OpenClaw, with 23 downloads so far.

How do I install Temu Manage Product US?

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

Is Temu Manage Product US free?

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

Which platforms does Temu Manage Product US support?

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

Who created Temu Manage Product US?

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

💬 Comments