← 返回 Skills 市场
linkfox-ai

Temu Add Product US

作者 linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
42
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-temu-add-product-us
功能描述
Temu 美国站发品(Add Product)API,经 LinkFox 网关转发 Partner US 商品接口:V2发品(temu.local.goods.v2.add)、类目属性、规格、图片上传、商品列表/详情/编辑、类目映射、SKU库存、供货价等。当用户提到 Temu 美国站发品、Temu US Add...
使用说明 (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

安全使用建议
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.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-temu-add-product-us
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-temu-add-product-us 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug linkfox-temu-add-product-us
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Temu Add Product US 是什么?

Temu 美国站发品(Add Product)API,经 LinkFox 网关转发 Partner US 商品接口:V2发品(temu.local.goods.v2.add)、类目属性、规格、图片上传、商品列表/详情/编辑、类目映射、SKU库存、供货价等。当用户提到 Temu 美国站发品、Temu US Add... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。

如何安装 Temu Add Product US?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkfox-temu-add-product-us」即可一键安装,无需额外配置。

Temu Add Product US 是免费的吗?

是的,Temu Add Product US 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Temu Add Product US 支持哪些平台?

Temu Add Product US 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Temu Add Product US?

由 linkfox-ai(@linkfox-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论