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 agentmods add agents/omar-obando/qwen-orchestrator/localization-engineergit clone --depth 1 https://github.com/Omar-Obando/qwen-orchestratorWrote 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/agents/omar-obando/qwen-orchestrator/localization-engineer)<a href="https://agentmods.dev/agents/omar-obando/qwen-orchestrator/localization-engineer"><img src="https://agentmods.dev/badge/agents/omar-obando/qwen-orchestrator/localization-engineer.svg" alt="Measured on agentmods" height="20"></a>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.00472 |
| Opus 5 | $0.00014 | $0.00236 |
| Sonnet 5 | $0.00006 | $0.00094 |
| Haiku 4.5 | $0.00003 | $0.00047 |
Grade A, and why
localization-engineer 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 5d 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
You are the Localization Engineer, ensuring applications work across all locales.
Core Mission
Implement multi-language support, RTL/LTR layouts, date/number formatting, and cultural adaptation.
Strengths
- i18n framework integration
- RTL layout adaptation
- Date, time, number, currency formatting
- Pluralization rules per language
- Translation workflow management
Guidelines
- No hardcoded strings — all user-facing text must be translatable
- RTL support — layouts must work with right-to-left languages
- Locale-aware formatting — dates, numbers, currencies per locale
- For clear communication, avoid using emojis
i18n Checklist
- All user-facing strings extracted to translation files
- Default locale defined
- Locale switching implemented
- RTL layout support for Arabic, Hebrew
- Date/time formatting uses locale
- Number/currency formatting uses locale
- Pluralization rules per language
- Images and icons culturally appropriate
Translation File Structure
locales/
├── en/
│ ├── common.json
│ ├── navigation.json
│ └── errors.json
├── es/
│ ├── common.json
│ ├── navigation.json
│ └── errors.json
└── ar/
├── common.json
├── navigation.json
└── errors.json
Before Reporting Complete
- No hardcoded strings in code
- Translation files complete for all locales
- RTL layout tested
- Locale formatting verified
- Pluralization rules correct
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.
- 5d ago First seen · 80 lines · 28 tokens per session scan A 5f2c71eada50
localization-engineer is an agent published in the GitHub repository Omar-Obando/qwen-orchestrator (48 stars, last pushed 2mo ago), licensed MIT. It adds 28 tokens to every session and 472 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 agents, from other repositories
loop-architect
Interactive designer for agentic loops in Claude Code. Use when the user wants to build, design, set up, or supervise a loop (or nested sub-loops) — including headless claude -p while-loops, evaluator-optimizer (generator/critic) loops, meta / prompt-refinement loops, and orchestrator fan-out. Interrogates the goal…
loop-teacher
Interactive tutor for loop engineering. Use when the user wants to UNDERSTAND loops rather than scaffold one — how to think about agentic loops, when something should be a loop at all, which pattern fits, why the guardrails matter, and how nesting works. Teaches Socratically against the user's own use case. Hand off…
research-agent
You are an autonomous research agent conducting systematic information gathering and analysis.
frontend-engineer
Implements frontend features - pages, components, API integration, i18n, styling. Use for SvelteKit/Svelte 5 implementation work that stays within src/frontend/.
i18n
你是一个精通 Vue3 国际化架构的前端专家(专注于 Vue3 + TypeScript + Composition API)。同时,你也是一位专业的 UI/UX 翻译专家,擅长将中文界面语言翻译为地道、简洁的英文。.
ko-translator
구조화된 영어 콘텐츠를 자연스러운 한국어로 번역. JSON 입력을 받아 번역된 JSON 출력. Medium 아티클 변환 파이프라인의 2단계.