← 返回 Skills 市场
linkfox-ai

Temu Ads Global

作者 linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
48
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-temu-ads-global
功能描述
Temu 全球站电商广告 Ads API,经 LinkFox 网关转发 Partner Global Ads / 广告投放 相关 bg/temu 接口(广告计划、广告组、创意、报表、预算出价等,接口将按 Partner 文档逐条接入)。当用户提到 Temu Global 广告、Ads、广告投放、广告计划、广告组、...
使用说明 (SKILL.md)

Temu 全球站 — 电商广告(Ads)

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

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

网关(本 skill 内置)

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

相关 skill

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

API Usage

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

默认参数

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

鉴权

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

Scripts

脚本 说明
temu_global_proxy.py 任意 type
temu_global_file_download.py 加签下载
global_ads_searchrec_ad_roas_pred.py temu.searchrec.ad.roas.pred
global_ads_searchrec_ad_reports_mall_query.py temu.searchrec.ad.reports.mall.query
global_ads_searchrec_ad_create.py temu.searchrec.ad.create
global_ads_searchrec_ad_detail_query.py temu.searchrec.ad.detail.query
global_ads_searchrec_ad_log_query.py temu.searchrec.ad.log.query
global_ads_searchrec_ad_goods_create_query.py temu.searchrec.ad.goods.create.query
global_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/global_ads_\x3Cslug>.py(调用 _global_ads_script.run_cli
  3. 更新 partner-global-catalog.mdapis/README.md 与本表

示例(通用代理)

export LINKFOXAGENT_API_KEY="\x3Ckey>"

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

Feedback: skillNamelinkfox-temu-ads-global

网关与授权脚本

脚本 说明
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 only least-privilege Temu and LinkFox credentials, avoid saving production tokens locally, do not use the generic proxy or unmasked token-listing helpers unless you fully trust the environment, and require explicit confirmation before creating, deleting, pausing, or changing ad budgets/ROAS.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is Temu Global Ads access through LinkFox, and the fixed global_ads scripts are purpose-aligned, but the package also includes generic Temu proxy and file-download helpers that accept arbitrary API types or URLs beyond the ads-only scope.
Instruction Scope
The documentation discloses LinkFox gateway use and token-based authentication, but it under-scopes the broad proxy capability and lacks strong warnings or confirmation guidance for ad creation, deletion, pause, budget, and ROAS changes.
Install Mechanism
No hidden installer, dependency trick, or automatic execution was found; however, installed scripts expose credential-management utilities directly to the agent environment.
Credentials
Network calls to tool-gateway.linkfox.com and use of LINKFOXAGENT_API_KEY are coherent for the integration, but forwarding Temu access tokens and business ad data through a third-party gateway is high-impact and not bounded to specific ads operations in the generic proxy path.
Persistence & Privilege
The skill can persist Temu access tokens in a local JSON file under the user's home directory, read them back, list them, and optionally print unmasked raw tokens; the store does not enforce restrictive permissions or use an OS secret manager.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-temu-ads-global
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-temu-ads-global 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug linkfox-temu-ads-global
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Temu Ads Global 是什么?

Temu 全球站电商广告 Ads API,经 LinkFox 网关转发 Partner Global Ads / 广告投放 相关 bg/temu 接口(广告计划、广告组、创意、报表、预算出价等,接口将按 Partner 文档逐条接入)。当用户提到 Temu Global 广告、Ads、广告投放、广告计划、广告组、... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。

如何安装 Temu Ads Global?

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

Temu Ads Global 是免费的吗?

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

Temu Ads Global 支持哪些平台?

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

谁开发了 Temu Ads Global?

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

💬 留言讨论