Summary
Temu 欧洲站电商促销 API,经 LinkFox 网关转发 Partner EU Promotion / 促销活动 相关 bg/temu 接口(活动创建、报名、查询、优惠券/秒杀等,接口将按 Partner 文档逐条接入)。当用户提到 Temu EU 促销、促销活动、优惠券、秒杀、活动报名、promotion…
linkfox-ai/linkfox-skills
Temu 欧洲站电商促销 API,经 LinkFox 网?
npx skills add linkfox-ai/linkfox-skills --skill linkfox-temu-promotion-eu
Temu 欧洲站电商促销 API,经 LinkFox 网关转发 Partner EU Promotion / 促销活动 相关 bg/temu 接口(活动创建、报名、查询、优惠券/秒杀等,接口将按 Partner 文档逐条接入)。当用户提到 Temu EU 促销、促销活动、优惠券、秒杀、活动报名、promotion…
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Help users systematically document their impact, identify skill gaps, and collaborate with thei…
1.8K installsGate fine-tuned checkpoints with drift budgets, paired comparison, and forgetting checks before…
1.3K installsBrand Tailored Promotions — audience targeting, discount tiers, customer segmentation, repeat p…
10 installsTikTok Shop deals — Flash Deals, vouchers, free shipping, bundle deals, promotion planning
8 installs>- Creator collabs and cross-promotion — organic creator-to-creator partnerships that swap audi…
6 installsUse when running live streaming campaigns on Xiaohongshu, selling products through live commerc…
167 installsOther skills from linkfox-ai/linkfox-skills · top by installs.
npx skills add linkfox-ai/linkfox-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
6,146 B
SUMMARY.md
510 B
本 skill(linkfox-temu-promotion-eu)覆盖 Partner Platform for EU Promotion / 电商促销(促销活动、优惠券、活动报名等;Partner 后台菜单可能显示为 Marketing/Promotion)相关 bg. / temu. 接口(menucode 与各 submenu_code 以 Partner 后台为准,见 [partner-eu-catalog.md](./references/partner-eu-catalog.md))。
已接入 6 条 Partner Promotion 接口,清单见 [partner-eu-catalog.md](./references/partner-eu-catalog.md)。
网关(本 skill 内置):
| 能力 | 方法 | 路径 |
|---|---|---|
促销 OpenAPI(eupromotion*、temueuproxy) |
POST | https://tool-gateway.linkfox.com/temu/proxy |
| 加签文件下载 | POST | https://tool-gateway.linkfox.com/temu/fileDownload |
| 场景 | skill |
|---|---|
| 促销/营销活动(本 skill) | linkfox-temu-promotion-eu |
| 广告 Ads | linkfox-temu-ads-eu |
| 商品列表/详情/编辑/库存/上下架 | linkfox-temu-manage-product-eu |
| 发品 | linkfox-temu-add-product-eu |
| 价格/供货价、定价单 | linkfox-temu-price-eu |
| 订单列表/详情 | linkfox-temu-order-eu |
| 退货与退款 | linkfox-temu-returns-refunds-eu |
| 网关与 Temu token | 本 skill scripts/ |
POST /temu/proxy(不同操作通过请求体区分;完整参数/响应/错误码见 references/api.md)python scripts/<脚本名>.py '<JSON 参数>' [--inline](可用脚本见上文脚本一览)输出策略(脚本默认行为):
<cwd>/linkfox/<YYYY-MM-DD>/<session>/data/<skill-name>-<timestamp>.json(<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)total/costToken、最大列表字段的长度 + 前 3 条样本)--inline 强制全量打印到 stdout(同样落盘)读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
LINKFOXAGENTAPIKEY,也未配置 LINKFOXAGENTAPI_KEY。| 字段 | 默认 | 说明 |
|---|---|---|
| site | eu |
Partner EU |
| managementType | semi-managed |
半托管(具体接口以 Partner 文档为准) |
| tokenPurpose | product-inventory |
与商品/促销场景一致(见 [access-token.md](./references/access-token.md)) |
LINKFOXAGENTAPIKEY → Header Authorization + TokenaccessToken 或 storeKey(storeKey 时建议带 tokenPurpose=product-inventory)| 脚本 | 说明 |
|---|---|
temueuproxy.py |
任意 type |
temueufile_download.py |
加签下载 |
eupromotionactivity_query.py |
bg.promotion.activity.query |
eupromotionactivitycandidategoods_query.py |
bg.promotion.activity.candidate.goods.query |
eupromotionactivitygoodsquery.py |
bg.promotion.activity.goods.query |
eupromotionactivitygoodsenroll.py |
bg.promotion.activity.goods.enroll |
eupromotionactivitygoodsoperation_query.py |
bg.promotion.activity.goods.operation.query |
eupromotionactivitygoodsupdate.py |
bg.promotion.activity.goods.update |
你每提供一条 Partner 文档(type + submenucode + URL + Request/Response 参数表),将:
references/apis/<type-slug>.md(完整入参/出参层级)scripts/eupromotion<slug>.py(调用 eupromotionscript.runcli)export LINKFOXAGENT_API_KEY="<key>"
python scripts/temu_eu_proxy.py '{
"accessToken": "TOKEN",
"tokenPurpose": "product-inventory",
"type": "<TEMU_API_TYPE>",
"params": {
"request": {}
}
}'
Feedback: skillName:linkfox-temu-promotion-eu
| 脚本 | 说明 |
|---|---|
checklinkfoxtoken.py |
校验 LinkFox 用户 Token |
temutokenguide.py |
Temu accessToken 后台授权步骤 |
savetemuaccess_token.py |
保存 accessToken 到本地 |
listtemuaccess_tokens.py |
列出已保存 token |
gettemuaccess_token.py |
读取已保存 token |
temu_proxy.py |
通用网关转发(多 site) |
temufiledownload.py |
加签文件下载(多 site) |
授权说明:[references/access-token.md](./references/access-token.md)
不消耗积分。