← Back to Skills Marketplace
linkfox-ai

Temu Add Product US

by linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
42
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linkfox-temu-add-product-us
Description
Temu 美国站发品(Add Product)API,经 LinkFox 网关转发 Partner US 商品接口:V2发品(temu.local.goods.v2.add)、类目属性、规格、图片上传、商品列表/详情/编辑、类目映射、SKU库存、供货价等。当用户提到 Temu 美国站发品、Temu US Add...
README (SKILL.md)

Temu 美国站发品 API(Partner US)

本 skill(linkfox-temu-add-product-us)覆盖 Partner Platform for US Product 菜单(menu_code=fb16b05f7a904765aac4af3a24b87d4a)下 19 个商品接口4 个 V2 推荐发品 + 15 个标准商品 API(查询、编辑、类目、库存、价格等)。

网关(本 skill 内置)

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

商品 type 写在 Body,不是 URL 路径。

不是订单 skill:订单、发货、物流见 linkfox-temu-order-us 或其它履约类 skill。

API Usage

完整入参/出参见 references/(已内联 Partner 文档要点,无需外链):

文档 内容
api.md 网关、鉴权、通用响应、错误码
partner-us-catalog.md 全部接口与 sub_menu_code 对照
product-query-apis.md 列表、详情
product-edit-apis.md 更新、改属性、敏感品、迁移
product-publish-apis.md V2 发品、图片、legacy 发品
category-spec-apis.md 类目/属性/规格/品牌/映射
stock-price-apis.md 库存、供货价

默认参数

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

鉴权

  1. LinkFoxLINKFOXAGENT_API_KEY → Header Authorization + Token
  2. TemuaccessTokenstoreKey

Scripts

V2 推荐发品

脚本 type
us_goods_attrs.py temu.local.product.attributes.get
us_goods_variation.py temu.local.product.variation.get
us_goods_image_upload.py temu.local.goods.image.v2.upload
us_goods_add.py temu.local.goods.v2.add

查询 / 编辑 / 类目 / 库存

脚本 type
us_goods_list.py temu.goods.list.get
us_goods_detail.py temu.goods.detail.get
us_goods_update.py temu.goods.update
us_goods_edit_property.py temu.goods.edit.property
us_goods_edit_sensitive.py temu.goods.edit.sensitive.attr
us_goods_migrate.py temu.goods.migrate
us_goods_cats.py bg.goods.cats.get
us_goods_attrs_bg.py bg.goods.attrs.get
us_goods_parent_spec.py bg.glo.goods.parentspec.get
us_goods_brand.py bg.glo.goods.brand.get
us_goods_category_mapping.py bg.goods.category.mapping
us_goods_stock_get.py bg.btg.goods.stock.quantity.get
us_goods_stock_update.py bg.btg.goods.stock.quantity.update
us_goods_price_list.py temu.goods.price.list.get
us_goods_add_legacy.py temu.goods.add
temu_us_proxy.py 任意 type
temu_us_file_download.py 加签文件下载

示例

export LINKFOXAGENT_API_KEY="\x3Ckey>"

# 商品列表
python scripts/us_goods_list.py '{"accessToken":"TOKEN","page":1,"pageSize":20}'

# 类目映射
python scripts/us_goods_category_mapping.py '{
  "accessToken":"TOKEN",
  "goodsName":"测试商品",
  "goodsNameEn":"Test Product"
}'

# V2 发品流程
python scripts/us_goods_attrs.py '{"accessToken":"TOKEN","params":{"catId":12345}}'
python scripts/us_goods_image_upload.py '{"accessToken":"TOKEN","params":{"image":"\x3CBASE64>"}}'
python scripts/us_goods_add.py '{"accessToken":"TOKEN","params":{"..."}}'

Feedback: skillNamelinkfox-temu-add-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
Review before installing. Use this only with a dedicated least-privilege Temu/LinkFox account, avoid saving real tokens in the plaintext local store, do not use the generic proxy for unrelated API types, and require human confirmation before product edits, migrations, stock updates, image uploads, or file downloads against live seller data.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The core product-listing, image upload, stock, price, and edit scripts fit the stated Temu US product-management purpose, but the artifact also documents arbitrary Temu type passthrough, multi-site proxy/download helpers, sensitive-attribute edits, migrations, and credential administration that broaden the scope beyond a tightly bounded Add Product skill.
Instruction Scope
The scripts are user-invoked and mostly transparent, but there is no allowlist for the generic proxy type, no confirmation gate for live write operations, and no strong scoping to US/product-only workflows in the generic helpers.
Install Mechanism
The package is a documented skill with Python helper scripts and no evidence of automatic startup, background workers, package-install hooks, obfuscation, or hidden installation behavior.
Credentials
The skill requires LinkFox and Temu credentials and sends product data, images, and tokens through external LinkFox gateway endpoints; this is expected for the integration, but the docs understate credential, remote-transfer, and configurable-base-URL risks.
Persistence & Privilege
Temu access tokens can be stored in plaintext under ~/.linkfox, retrieved raw, and listed unmasked with a user flag, without file permission hardening, encryption, deletion guidance, or audit controls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linkfox-temu-add-product-us
  3. After installation, invoke the skill by name or use /linkfox-temu-add-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-add-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 Add Product US?

Temu 美国站发品(Add Product)API,经 LinkFox 网关转发 Partner US 商品接口:V2发品(temu.local.goods.v2.add)、类目属性、规格、图片上传、商品列表/详情/编辑、类目映射、SKU库存、供货价等。当用户提到 Temu 美国站发品、Temu US Add... It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install Temu Add Product US?

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

Is Temu Add Product US free?

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

Which platforms does Temu Add Product US support?

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

Who created Temu Add Product US?

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

💬 Comments