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 liuyanghejerry/Clausura --skill i18n-checkgit clone --depth 1 https://github.com/liuyanghejerry/ClausuraWrote 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/liuyanghejerry/clausura/i18n-check)<a href="https://agentmods.dev/skills/liuyanghejerry/clausura/i18n-check"><img src="https://agentmods.dev/badge/skills/liuyanghejerry/clausura/i18n-check/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/liuyanghejerry/clausura/i18n-check"><img src="https://agentmods.dev/badge/skills/liuyanghejerry/clausura/i18n-check.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.00028 | $0.00383 |
| Opus 5 | $0.00014 | $0.00192 |
| Sonnet 5 | $0.00006 | $0.00077 |
| Haiku 4.5 | $0.00003 | $0.00038 |
Grade A, and why
i18n-check 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 12d 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.
What it actually says
i18n 国际化检查
检查代码中的国际化(i18n)问题。Locale 文件通常位于 locales/ 或 i18n/ 目录。
检查清单
硬编码文本
- UI 中直接出现的非英文文本(排除注释和日志)
- 应使用 i18n key 替代的字符串字面量
- rule_id:
hardcoded-text - severity:
warning
翻译 Key 缺失
- 代码中引用了但 locale 文件中不存在的 key
- rule_id:
missing-translation-key - severity:
error
翻译文件不一致
- 不同 locale 文件之间 key 数量不一致
- 某个 locale 缺少其他 locale 存在的 key
- rule_id:
locale-mismatch - severity:
warning
未使用的翻译 Key
- locale 文件中定义了但代码中未引用的 key
- rule_id:
unused-translation-key - severity:
info
输出格式
{
"rule_id": "missing-translation-key",
"severity": "error",
"message": "key 'checkout.confirm' 在 en.json 中存在但在 zh-CN.json 中缺失",
"evidence": "en.json L42: \"checkout.confirm\": \"Confirm order\"",
"location": { "file": "locales/zh-CN.json", "line_start": 1, "line_end": 1, "column_start": 1, "column_end": 1 }
}
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.
- 12d ago First seen · 45 lines · 28 tokens per session scan A 11ba8a289969
i18n-check is a skill published in the GitHub repository liuyanghejerry/Clausura (203 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 383 once invoked, about $0.0001 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-08-30.
Other skills, from other repositories
omh-localization-review
This is a Hermes-native localization-review workflow skill.
localization-design
Design for multiple languages, writing directions, and cultural contexts — text expansion, RTL mirroring, and locale formats. Use when shipping beyond one locale. For the words themselves, use ux-writing (designer-toolkit).
i18n-lookup
Look up Zeabur platform UI term translations from the dashboard i18n files. Use when writing or reviewing docs that reference UI elements (button labels, tab names, menu items) to ensure docs match the actual platform translations.
translate
Translate documentation pages to all missing locales. Use when a document exists in one locale but needs to be translated to others. Supports --dry-run, single-locale targeting, and incremental updates.
humanizer-zh
A Chinese-language editing guide for making AI-written fiction sound more natural and consistent in wording and punctuation.
localization-setup
Generate internationalization (i18n) infrastructure for multi-language support in iOS/macOS apps. Use when localizing for multiple languages, adopting String Catalogs (xcstrings), or supporting RTL languages.