i18n-validator

i18n-validator is a skill for Claude Code, Codex from Fu-Jie/openwebui-extensions. It costs 35 tokens per session (107 once invoked), scanned A, original, MIT.

A checker for the translation dictionary used by a plugin. It compares the supported language files to find missing or mismatched translation keys and checks fallback mappings between language variants.

In plain words
What is it for?
Use it after changing translation keys or adding languages to verify that all dictionaries stay aligned and that language fallbacks point to valid variants.
Why use it?
It catches incomplete language updates before users see missing labels or inconsistent plugin text.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it after changing translation keys or adding languages to verify that all dictionaries stay aligned and that language fallbacks point to valid variants.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fu-jie/openwebui-extensions/i18n-validator
Install

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.

Any agent
npx skills add Fu-Jie/openwebui-extensions --skill i18n-validator
Clone the repo
git clone --depth 1 https://github.com/Fu-Jie/openwebui-extensions

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for i18n-validator

README.md
[![agentmods](https://agentmods.dev/badge/skills/fu-jie/openwebui-extensions/i18n-validator.svg)](https://agentmods.dev/skills/fu-jie/openwebui-extensions/i18n-validator)
Your own site
<a href="https://agentmods.dev/skills/fu-jie/openwebui-extensions/i18n-validator"><img src="https://agentmods.dev/badge/skills/fu-jie/openwebui-extensions/i18n-validator.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 107 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.00107
Opus 5 $0.00017 $0.00053
Sonnet 5 $0.00007 $0.00021
Haiku 4.5 $0.00003 $0.00011

Measured 8d ago against content hash df9a3f4c690b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

i18n-validator 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_i18n.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agent/skills/i18n-validator/SKILL.md · 15 lines

What it actually says

I18n Validator

Overview

Ensures all 12 supported languages (en-US, zh-CN, etc.) have aligned translation keys.

Features

  • Detects missing keys in non-English dictionaries.
  • Suggests translations using the core AI engine.
  • Validates the fallback_map for variant redirects.
Files

What ships with it

1 file 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.

Changes

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.

  1. 8d ago First seen · 15 lines · 35 tokens per session scan A df9a3f4c690b

Subscribe to this mod's changes

i18n-validator is a skill published in the GitHub repository Fu-Jie/openwebui-extensions (305 stars, last pushed 4d ago), licensed MIT. It adds 35 tokens to every session and 107 once invoked, about $0.0002 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.