Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add linkfox-ai/linkfox-skills --skill linkfox-temu-order-eugit clone --depth 1 https://github.com/linkfox-ai/linkfox-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-temu-order-eu)<a href="https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-temu-order-eu"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-temu-order-eu/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-temu-order-eu"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-temu-order-eu.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00178 | $0.02660 |
| Opus 5 | $0.00089 | $0.01330 |
| Sonnet 5 | $0.00036 | $0.00532 |
| Haiku 4.5 | $0.00018 | $0.00266 |
Grade A, and why
linkfox-temu-order-eu scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Temu 欧洲站订单管理 API(Manage Order)
本 skill(linkfox-temu-order-eu)覆盖 Partner Platform for EU Order 菜单(menu_code=dbd3d395963a408984b8ae7dbc5f64f9)下 10 个订单 bg.order.* / temu.order.* / temu.local.order.* 接口(type 与 US 对齐,默认 site=eu)。美国站请用 linkfox-temu-order-us;全球站(非 US/EU)请用 linkfox-temu-order-global。
当前已接入 10 个接口;其余订单接口将按 Partner 文档逐条补充到
references/apis/与eu_order_*.py。
网关(本 skill 内置):
| 能力 | 方法 | 路径 |
|---|---|---|
订单 OpenAPI(eu_order_*、temu_eu_proxy) |
POST | https://tool-gateway.linkfox.com/temu/proxy |
| 加签文件下载 | POST | https://tool-gateway.linkfox.com/temu/fileDownload |
相关 skill
| 场景 | skill |
|---|---|
| 商品列表/详情/编辑/库存/上下架 | linkfox-temu-manage-product-eu |
| 发品、类目、V2 add | linkfox-temu-add-product-us |
| 价格/供货价、定价单 | linkfox-temu-price-eu |
| 取消订单 | linkfox-temu-cancel-order-eu |
| 退货与退款 | linkfox-temu-returns-refunds-eu |
| 履约/发货(购标、合作仓、自发货、跟踪) | linkfox-temu-fulfillment-eu |
| 网关与 Temu token | 本 skill scripts/ |
调用方式
- API 端点:
POST /temu/proxy(不同操作通过请求体区分;完整参数/响应/错误码见references/api.md) - Python 脚本:
python scripts/<脚本名>.py '<JSON 参数>' [--inline](可用脚本见上文脚本一览) - 成本约束:本工具会消耗积分;失败/空结果不得自动换关键词、翻页或连续试探;需要继续检索时先向用户说明会产生额外消耗。
输出策略(脚本默认行为):
- 始终将完整响应写入
<cwd>/linkfox/<YYYY-MM-DD>/<session>/data/<skill-name>-<timestamp>.json(<cwd>为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session>取自环境变量SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错) - 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout
- 响应体 > 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如
total/costToken、最大列表字段的长度 + 前 3 条样本) - 加
--inline强制全量打印到 stdout(同样落盘)
读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
| 文档 | 内容 |
|---|---|
| api.md | 网关、鉴权、错误码、扩展流程 |
| partner-eu-catalog.md | 接口目录 + Partner URL + 脚本(随接入更新) |
| apis/README.md | 按接口分文件(apis/<type-slug>.md) |
What ships with it
41 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/access-token.md 4.5 KB
- references/api.md 4.9 KB
- references/apis/bg-order-amount-query.md 6.3 KB
- references/apis/bg-order-combinedshipment-list-get.md 4.0 KB
- references/apis/bg-order-customization-get.md 6.9 KB
- references/apis/bg-order-decryptshippinginfo-get.md 4.3 KB
- references/apis/bg-order-detail-v2-get.md 13 KB
- references/apis/bg-order-list-v2-get.md 15 KB
- references/apis/bg-order-shippinginfo-v2-get.md 4.5 KB
- references/apis/README.md 1.7 KB
- references/apis/temu-local-order-verification-upload.md 4.9 KB
- references/apis/temu-order-amount-v2-query.md 9.0 KB
- references/apis/temu-order-amount-v3-query.md 6.1 KB
- references/authorization-flow.md 1.2 KB
- references/onboarding.md 2.0 KB
- references/partner-eu-catalog.md 4.5 KB
- scripts/_eu_order_script.py 512 B runs code
- scripts/_temu_auth_guide.py 6.1 KB runs code
- scripts/_temu_common.py 12 KB runs code
- scripts/_temu_eu_common.py 3.1 KB runs code
- scripts/_temu_token_store.py 4.2 KB runs code
- scripts/check_linkfox_token.py 1.8 KB runs code
- scripts/eu_order_amount_query.py 257 B runs code
- scripts/eu_order_amount_v2_query.py 247 B runs code
- scripts/eu_order_amount_v3_query.py 247 B runs code
- scripts/eu_order_combinedshipment_list_get.py 282 B runs code
- scripts/eu_order_customization_get.py 264 B runs code
- scripts/eu_order_decryptshippinginfo_get.py 282 B runs code
- scripts/eu_order_detail_v2_get.py 237 B runs code
- scripts/eu_order_list_v2_get.py 231 B runs code
- scripts/eu_order_shippinginfo_v2_get.py 261 B runs code
- scripts/eu_order_verification_upload.py 292 B runs code
- scripts/get_temu_access_token.py 1.8 KB runs code
- scripts/list_temu_access_tokens.py 652 B runs code
- scripts/onboarding.py 24 KB runs code
- scripts/save_temu_access_token.py 1.3 KB runs code
- scripts/temu_eu_file_download.py 689 B runs code
- scripts/temu_eu_proxy.py 933 B runs code
- scripts/temu_file_download.py 1.6 KB runs code
- scripts/temu_proxy.py 2.1 KB runs code
- scripts/temu_token_guide.py 1.6 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 215 lines · 178 tokens per session scan A df778b81da5e
linkfox-temu-order-eu is a skill published in the GitHub repository linkfox-ai/linkfox-skills (101 stars, last pushed 22d ago), licensed MIT. It adds 178 tokens to every session and 2,660 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…
amazon-competitor-analyzer
Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
asc-subscription-localization
Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.
food-order
Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.
product-description-generator
E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…
amazon-price-tracker
Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.