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-tax-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-tax-eu)<a href="https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-temu-tax-eu"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-temu-tax-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-tax-eu"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-temu-tax-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.00116 | $0.01678 |
| Opus 5 | $0.00058 | $0.00839 |
| Sonnet 5 | $0.00023 | $0.00336 |
| Haiku 4.5 | $0.00012 | $0.00168 |
Grade A, and why
linkfox-temu-tax-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 — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Temu 欧洲站 — 电商税务(Tax)
本 skill(linkfox-temu-tax-eu)覆盖 Partner Platform for EU Tax / 电商税务 相关 OpenAPI(menu_code 与各 sub_menu_code 以 Partner 后台为准,见 partner-eu-catalog.md)。
当前已接入 7 个接口;其余 Tax 接口将按 Partner 文档逐条补充。
网关(本 skill 内置):
| 能力 | 方法 | 路径 |
|---|---|---|
税务 OpenAPI(eu_tax_*、temu_eu_proxy) |
POST | https://tool-gateway.linkfox.com/temu/proxy |
| 加签文件下载 | POST | https://tool-gateway.linkfox.com/temu/fileDownload |
相关 skill
| 场景 | skill |
|---|---|
商品列表/编辑/合规(含 taxCodeInfo 等字段) |
linkfox-temu-manage-product-eu |
| 订单金额(含税/不含税明细) | linkfox-temu-order-eu |
| 价格/供货价 | linkfox-temu-price-eu |
| 买家/卖家取消订单 | linkfox-temu-cancel-order-eu |
| 发品 | linkfox-temu-add-product-us(site=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/linkfox-temu-tax-eu-<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/套餐到期/需充值/请充值",或类似含义的内容。
默认参数
| 字段 | 默认 | 说明 |
|---|---|---|
| site | eu |
Partner EU |
| managementType | semi-managed |
半托管 |
| tokenPurpose | product-inventory |
酷鸟卖家助手 token(若 Partner 要求其它 purpose,以文档为准) |
What ships with it
35 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.7 KB
- references/api.md 4.2 KB
- references/apis/README.md 1.1 KB
- references/apis/temu-pay-tax-apply-export-report.md 2.4 KB
- references/apis/temu-pay-tax-get-galerie-signature.md 1.8 KB
- references/apis/temu-pay-tax-invoice-detail-query.md 9.9 KB
- references/apis/temu-pay-tax-invoice-info-query.md 2.6 KB
- references/apis/temu-pay-tax-invoice-pdf-download.md 2.2 KB
- references/apis/temu-pay-tax-merchant-report-download.md 2.2 KB
- references/apis/temu-pay-tax-merchant-upload-invoice.md 3.0 KB
- references/authorization-flow.md 1.2 KB
- references/onboarding.md 2.0 KB
- references/partner-eu-catalog.md 3.7 KB
- scripts/_eu_tax_script.py 440 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_tax_apply_export_report.py 264 B runs code
- scripts/eu_tax_get_galerie_signature.py 267 B runs code
- scripts/eu_tax_invoice_detail_query.py 261 B runs code
- scripts/eu_tax_invoice_info_query.py 255 B runs code
- scripts/eu_tax_invoice_pdf_download.py 260 B runs code
- scripts/eu_tax_merchant_report_download.py 279 B runs code
- scripts/eu_tax_merchant_upload_invoice.py 270 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 705 B runs code
- scripts/temu_eu_proxy.py 871 B runs code
- scripts/temu_file_download.py 1.7 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 · 121 lines · 116 tokens per session scan A 021a9e8db608
linkfox-temu-tax-eu is a skill published in the GitHub repository linkfox-ai/linkfox-skills (101 stars, last pushed 22d ago), licensed MIT. It adds 116 tokens to every session and 1,678 once invoked, about $0.0006 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.