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-compliance-globalgit 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-compliance-global)<a href="https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-temu-compliance-global"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-temu-compliance-global/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-compliance-global"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-temu-compliance-global.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.00103 | $0.01413 |
| Opus 5 | $0.00051 | $0.00707 |
| Sonnet 5 | $0.00021 | $0.00283 |
| Haiku 4.5 | $0.00010 | $0.00141 |
Grade A, and why
linkfox-temu-compliance-global 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 — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Temu 全球站 — 电商合规(Compliance)
本 skill(linkfox-temu-compliance-global)覆盖 Partner Platform for Global 的 电商合规 / Product Compliance 相关 OpenAPI。
已接入 9 个接口,清单见 partner-global-catalog.md。
网关(本 skill 内置):
| 能力 | 方法 | 路径 |
|---|---|---|
合规 OpenAPI(global_compliance_*、temu_global_proxy) |
POST | https://tool-gateway.linkfox.com/temu/proxy |
| 加签文件下载 | POST | https://tool-gateway.linkfox.com/temu/fileDownload |
相关 skill
| 场景 | skill |
|---|---|
| 电商合规(本 skill) | linkfox-temu-compliance-global |
| 商品列表/详情/编辑/库存 | linkfox-temu-manage-product-global |
| 价格 | linkfox-temu-price-global |
| 促销 | linkfox-temu-promotion-global |
| 网关与 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 进入上下文。
解决认证和积分问题
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
异常情况
- 未配置API Key:环境变量未配置
LINKFOX_AGENT_API_KEY,也未配置LINKFOXAGENT_API_KEY。 - 响应401或402状态码
- 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。
API 文档
| 文档 | 内容 |
|---|---|
| api.md | 网关、鉴权、错误码 |
| partner-global-catalog.md | 接口目录 |
| apis/README.md | 分接口文档 |
默认参数
| 字段 | 默认 | 说明 |
|---|---|---|
| site | global |
Partner Global |
| managementType | semi-managed |
半托管 |
| tokenPurpose | product-inventory |
商品/合规场景 |
What ships with it
39 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.4 KB
- references/api.md 3.3 KB
- references/apis/bg-arbok-open-cert-query-need-upload-items.md 3.7 KB
- references/apis/bg-arbok-open-cert-upload-product-cert.md 15 KB
- references/apis/bg-arbok-open-product-cert-query.md 3.5 KB
- references/apis/bg-arbok-open-upload-upload-file.md 2.5 KB
- references/apis/bg-compliance-edit.md 9.5 KB
- references/apis/bg-compliance-metadata-get.md 9.6 KB
- references/apis/bg-flash-open-upload-real-image.md 2.7 KB
- references/apis/bg-flash-open-upload-recognize.md 3.9 KB
- references/apis/bg-goods-compliancelabel-get.md 3.7 KB
- references/apis/README.md 1.7 KB
- references/authorization-flow.md 1.2 KB
- references/onboarding.md 2.0 KB
- references/partner-global-catalog.md 4.5 KB
- scripts/_global_compliance_script.py 455 B runs code
- scripts/_temu_auth_guide.py 6.1 KB runs code
- scripts/_temu_common.py 12 KB runs code
- scripts/_temu_global_common.py 3.0 KB runs code
- scripts/_temu_token_store.py 4.2 KB runs code
- scripts/check_linkfox_token.py 1.8 KB runs code
- scripts/get_temu_access_token.py 1.8 KB runs code
- scripts/global_compliance_arbok_cert_query_need_upload_items.py 315 B runs code
- scripts/global_compliance_arbok_cert_upload_product_cert.py 299 B runs code
- scripts/global_compliance_arbok_product_cert_query.py 285 B runs code
- scripts/global_compliance_arbok_upload_upload_file.py 283 B runs code
- scripts/global_compliance_edit.py 231 B runs code
- scripts/global_compliance_flash_upload_real_image.py 290 B runs code
- scripts/global_compliance_flash_upload_recognize.py 284 B runs code
- scripts/global_compliance_goods_compliancelabel_get.py 278 B runs code
- scripts/global_compliance_metadata_get.py 270 B 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_file_download.py 1.6 KB runs code
- scripts/temu_global_file_download.py 688 B runs code
- scripts/temu_global_proxy.py 869 B runs code
- scripts/temu_proxy.py 2.0 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 · 102 lines · 103 tokens per session scan A 1359f9ce4a93
linkfox-temu-compliance-global is a skill published in the GitHub repository linkfox-ai/linkfox-skills (101 stars, last pushed 22d ago), licensed MIT. It adds 103 tokens to every session and 1,413 once invoked, about $0.0005 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
einbeziehung-online-clickwrap-browsewrap
Für Einbeziehung Online Clickwrap Browsewrap: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.
kurzfristige-preiserhoehung-lieferfrist
Für Kurzfristige Preiserhöhung 309: prüft Frist, Form, Zuständigkeit und Eilbedarf; Ergebnis: Fristen- und Risikoampel. Fachgebiet: AGB-Recht-Prüfer. Route: kurzfristige-preiserhoehung-lieferfrist.
plattform-online-gate-rollout-rangfolge
Für Plattform und Online Checkout: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: plattform-online-gate-rollout-rangfolge.
lieferfrist-teillieferung
Für Lieferfrist Teillieferung: prüft Frist, Form, Zuständigkeit und Eilbedarf; Ergebnis: Fristen- und Risikoampel.
brand-protection-shopify
Shopify/DTC brand protection toolkit. Detect counterfeit stores, unauthorized resellers, and trademark violations. Includes DMCA takedown templates, domain monitoring, and social media infringement detection. No API key required.
brand-protection-tiktok
TikTok Shop brand protection toolkit. Detect unauthorized sellers, counterfeit products, and affiliate abuse. Includes TikTok IP Protection reporting, influencer misuse detection, and complaint templates. No API key required.