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 Eu

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

Helps with ai & agent building tasks.

About

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

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

Linkfox Temu Manage Product Eu by the numbers

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

Add your badge

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

Listed on Skillselion
Installs169
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-eu)覆盖 Partner Platform for EU Product > Manage Productsmenu_code=2283b8dc7fcc42529633b0b41114aef8)下 24bg.local.* / temu.local.* 接口(type 与 US 版对齐)。美国站请用 `linkfox-temu-manage-product-us`;全球站(非 US/EU)请用 `linkfox-temu-manage-product-global`

网关(本 skill 内置)

能力方法路径
商品 OpenAPI(eu_manage_*temu_eu_proxyPOSThttps://tool-gateway.linkfox.com/temu/proxy
加签文件下载POSThttps://tool-gateway.linkfox.com/temu/fileDownload
发品订单 等其它域:暂用对应 linkfox-temu-*-us skill 并设 `site=eu`;或使用已发布的 EU skill:`linkfox-temu-price-eu``linkfox-temu-promotion-eu``linkfox-temu-ads-eu``linkfox-temu-tax-eu` 等。

API Usage

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

文档内容
api.md网关、鉴权、错误码
partner-eu-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

默认参数

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

鉴权

1. LinkFoxLINKFOXAGENT_API_KEY → Header Authorization + Token 2. TemuaccessTokenstoreKey

Scripts(按 type)

脚本type
eu_manage_list_query.pybg.local.goods.list.query
eu_manage_goods_list_retrieve.pytemu.local.goods.list.retrieve
eu_manage_detail_query.pybg.local.goods.detail.query
eu_manage_sku_list_query.pybg.local.goods.sku.list.query
eu_manage_sku_list_retrieve.pytemu.local.sku.list.retrieve
eu_manage_publish_status_get.pybg.local.goods.publish.status.get
eu_manage_sku_stock_query.pytemu.local.goods.sku.stock.query
eu_manage_stock_edit.pybg.local.goods.stock.edit
eu_manage_partial_update.pybg.local.goods.partial.update
eu_manage_goods_update.pybg.local.goods.update
eu_manage_goods_delete.pytemu.local.goods.delete
eu_manage_spec_info_get.pytemu.local.goods.spec.info.get
eu_manage_category_check.pybg.local.goods.category.check
eu_manage_property_get.pybg.local.goods.property.get
eu_manage_property_relations.pybg.local.goods.property.relations
eu_manage_property_relations_level_template.pybg.local.goods.property.relations.level.template
eu_manage_property_relations_template.pybg.local.goods.property.relations.template
eu_manage_out_sn_set.pybg.local.goods.out.sn.set
eu_manage_sku_out_sn_set.pybg.local.goods.sku.out.sn.set
eu_manage_compliance_list_query.pybg.local.compliance.goods.list.query
eu_manage_compliance_edit.pybg.local.goods.compliance.edit
eu_manage_sale_status_set.pybg.local.goods.sale.status.set
eu_manage_pre_sale_status_edit.pytemu.local.goods.pre.sale.status.edit
eu_manage_videocoverimage_get.pybg.local.goods.videocoverimage.get
temu_eu_proxy.py任意 type
temu_eu_file_download.py加签文件下载

示例

export LINKFOXAGENT_API_KEY="<key>"

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

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

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

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

Feedback: skillNamelinkfox-temu-manage-product-eu

网关与授权脚本

脚本说明
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, eu_manage_category_check.py, eu_manage_compliance_edit.py, eu_manage_compliance_list_query.py, eu_manage_detail_query.py, eu_manage_goods_delete.py, eu_manage_goods_list_retrieve.py, eu_manage_goods_update.py, eu_manage_list_query.py, eu_manage_out_sn_set.py, eu_manage_partial_update.py, eu_manage_pre_sale_status_edit.py, eu_manage_property_get.py, eu_manage_property_relations.py, eu_manage_property_relations_level_template.py, eu_manage_property_relations_template.py, eu_manage_publish_status_get.py, eu_manage_sale_status_set.py, eu_manage_sku_list_query.py, eu_manage_sku_list_retrieve.py, eu_manage_sku_out_sn_set.py, eu_manage_sku_stock_query.py, eu_manage_spec_info_get.py, eu_manage_stock_edit.py, eu_manage_videocoverimage_get.py, get_temu_access_token.py, list_temu_access_tokens.py, save_temu_access_token.py, temu_eu_file_download.py, temu_eu_proxy.py, temu_file_download.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.