← Back to Skills Marketplace
linkfox-ai

Temu Ads US

by linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
49
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linkfox-temu-ads-us
Description
Temu 美国站电商广告 Ads API,经 LinkFox 网关转发 Partner US Ads / 广告投放 相关 bg/temu 接口(广告计划、广告组、创意、报表、预算出价等,接口将按 Partner 文档逐条接入)。当用户提到 Temu US 广告、Ads、广告投放、广告计划、广告组、创意、出价、预算...
README (SKILL.md)

Temu 美国站 — 电商广告(Ads)

本 skill(linkfox-temu-ads-us)覆盖 Partner Platform for US Ads / 电商广告(广告计划、投放、报表等;menu_code 与各 sub_menu_code 以 Partner 后台为准,见 partner-us-catalog.md)。

已接入 7 条 Partner Adstemu.searchrec.ad.*)接口,清单见 partner-us-catalog.md

网关(本 skill 内置)

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

相关 skill

场景 skill
广告 Ads(本 skill) linkfox-temu-ads-us
商品列表/详情/编辑/库存/上下架 linkfox-temu-manage-product-us
促销/营销活动 linkfox-temu-promotion-us
发品 linkfox-temu-add-product-us
价格/供货价、定价单 linkfox-temu-price-us
订单列表/详情 linkfox-temu-order-us
退货与退款 linkfox-temu-returns-refunds-us
网关与 Temu token 本 skill scripts/

API Usage

文档 内容
api.md 网关、鉴权、错误码、接入约定
partner-us-catalog.md 接口目录 + Partner URL + 脚本(随接入更新)
apis/README.md 按接口分文件apis/\x3Ctype-slug>.md

默认参数

字段 默认 说明
site us Partner US
managementType semi-managed 半托管(具体接口以 Partner 文档为准)
tokenPurpose product-inventory 卖家助手默认(若 Partner 某 Ads 接口要求其他 tokenPurpose,以该接口文档为准)

鉴权

  1. LinkFoxLINKFOXAGENT_API_KEY → Header Authorization + Token
  2. TemuaccessTokenstoreKeystoreKey 时建议带 tokenPurpose=product-inventory

Scripts

脚本 说明
temu_us_proxy.py 任意 type
temu_us_file_download.py 加签下载
us_ads_searchrec_ad_roas_pred.py temu.searchrec.ad.roas.pred
us_ads_searchrec_ad_reports_mall_query.py temu.searchrec.ad.reports.mall.query
us_ads_searchrec_ad_create.py temu.searchrec.ad.create
us_ads_searchrec_ad_detail_query.py temu.searchrec.ad.detail.query
us_ads_searchrec_ad_log_query.py temu.searchrec.ad.log.query
us_ads_searchrec_ad_goods_create_query.py temu.searchrec.ad.goods.create.query
us_ads_searchrec_ad_modify.py temu.searchrec.ad.modify

接入新接口(约定)

你每提供一条 Partner 文档(type + sub_menu_code + URL + Request/Response 参数表),将:

  1. 新增 references/apis/\x3Ctype-slug>.md(完整入参/出参层级)
  2. 新增 scripts/us_ads_\x3Cslug>.py(调用 _us_ads_script.run_cli
  3. 更新 partner-us-catalog.mdapis/README.md 与本表

示例(通用代理)

export LINKFOXAGENT_API_KEY="\x3Ckey>"

python scripts/temu_us_proxy.py '{
  "accessToken": "TOKEN",
  "tokenPurpose": "product-inventory",
  "type": "\x3CTEMU_API_TYPE>",
  "params": {
    "request": {}
  }
}'

Feedback: skillNamelinkfox-temu-ads-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 giving this skill access to Temu seller tokens and live advertising operations. Treat it as a Review item: restrict use to trusted workspaces, avoid saving plaintext tokens where possible, do not use mask:false or raw token output in logs, require human confirmation before create/modify/delete/pause/budget actions, and prefer a narrower ads-only version with API allowlists and secure token storage.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The advertised purpose is Temu US Ads, and the dedicated us_ads scripts fit that purpose, but the package also includes generic Temu proxy and file-download scripts that accept arbitrary API types, multiple sites, and arbitrary download URLs.
Instruction Scope
The skill documents live ad creation, modification, pause, delete, budget, and ROAS operations, but does not clearly require confirmation or distinguish high-impact write actions from safer read/reporting actions.
Install Mechanism
No dependency-install or auto-run persistence mechanism was found, and VirusTotal reported 0 malicious or suspicious engines; the metadata static exposed-secret findings appear to be false positives for variables named access_token rather than hardcoded secrets.
Credentials
Network access to LinkFox/Temu, use of LINKFOXAGENT_API_KEY, and Temu access tokens are expected for this integration, but the multi-site generic proxy, arbitrary type forwarding, and signed file download are broader than the US Ads framing.
Persistence & Privilege
The artifacts persist Temu access tokens in plaintext JSON under ~/.linkfox by default, allow the token store path to be overridden, and include tools that print raw tokens to stdout or list them unmasked with mask:false.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linkfox-temu-ads-us
  3. After installation, invoke the skill by name or use /linkfox-temu-ads-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-ads-us
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Temu Ads US?

Temu 美国站电商广告 Ads API,经 LinkFox 网关转发 Partner US Ads / 广告投放 相关 bg/temu 接口(广告计划、广告组、创意、报表、预算出价等,接口将按 Partner 文档逐条接入)。当用户提到 Temu US 广告、Ads、广告投放、广告计划、广告组、创意、出价、预算... It is an AI Agent Skill for Claude Code / OpenClaw, with 49 downloads so far.

How do I install Temu Ads US?

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

Is Temu Ads US free?

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

Which platforms does Temu Ads US support?

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

Who created Temu Ads US?

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

💬 Comments