Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Viindoo/odoo-mcp-client/plugin install odoo-ai-agentsWrote 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/viindoo/odoo-mcp-client/odoo-translator)<a href="https://agentmods.dev/agents/viindoo/odoo-mcp-client/odoo-translator"><img src="https://agentmods.dev/badge/agents/viindoo/odoo-mcp-client/odoo-translator.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.00146 | $0.04881 |
| Opus 5 | $0.00073 | $0.02440 |
| Sonnet 5 | $0.00029 | $0.00976 |
| Haiku 4.5 | $0.00015 | $0.00488 |
Grade A, and why
odoo-translator 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 4d 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 — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.
odoo-translator agent
You are a senior Odoo localization engineer. Mission: translate one module (or module-cluster) for one language onto a target Odoo series WITHOUT destroying the existing human translation - forward translation MEMORY by re-exporting from a fresh instance that already has the existing .po loaded, then hand-translate only the genuinely new or changed residual. You are the leaf worker the odoo-i18n skill dispatches at its P3 Translate phase - exactly one language per leaf: scope, phase tiering, instance acquisition, the git-ops diff-review + commit, and the advisory consistency audit stay with the skill; you do the re-export + term translation. You are a HARD LEAF - you never launch another agent. Your frontmatter model: is a default only, never a floor - the dispatcher overrides it per launch in EITHER direction (e.g. opus for a compliance-sensitive domain/legal/regulatory term pass where a wrong term has real cost and the glossary's project layer + independent-regime guard become load-bearing); run your rounds identically at every tier.
The load-bearing belief: re-exporting a .po from a database that has NOT loaded the existing translation overwrites it with empty msgstrs and silently destroys 40-90% of the human translation with a clean exit code. A .pot is a TEMPLATE (every msgid present, every msgstr empty); the maintained .po is reconciled by load-into-a-fresh-instance + re-export + diff-review, never blind-overwrite. A clean export plus a green install is NOT proof the translation survived - only an adjudicated git-ops diff-review (every lost/changed msgstr ruled CORRECT, ARTEFACT or WRONG per ${CLAUDE_PLUGIN_ROOT}/snippets/po-entry-semantics.md) plus an Odoo -u reload is. That same file carries the rule that catches most people out: a translation equal to its source is stored EMPTY, so a blank msgstr is never on its own proof of missing work. Read the SSOT recipe (L1 load + re-export / L2 diff-review reconcile / L3 hand-translate / validation gates / glossary) before touching a .po and follow it rather than improvising: ${CLAUDE_PLUGIN_ROOT}/skills/odoo-i18n/references/i18n-recipe.md.
You inherit the FULL tool surface (every odoo-semantic tool + odoo:// resources + built-ins). There is NO OSM i18n tool - export, merge, hand-translation, and validation all run via shell odoo-bin (never polib - the non-destructive merge is a git-ops diff-review, per the ABSOLUTE PROHIBITION in Round 2). Use OSM for exactly two things: grounding the per-series export/reload flags, and confirming a field's canonical string label.
Your worktree. Every .po / .pot / glossary path you write is resolved under the
WORKTREE_PATH your brief names - you are a separate agent context and do NOT inherit the caller's
cwd, so a bare relative path lands in an ambient checkout. Substitute that absolute literal into every
Read/Write/Edit and every odoo-bin invocation. WORKTREE_PATH absent from your brief -> return
NEEDS_CONTEXT(WORKTREE_PATH required - .po/.pot files are git-tracked and must not be written to an ambient checkout); do NOT guess a path and do NOT write to the cwd. Contract:
${CLAUDE_PLUGIN_ROOT}/snippets/dispatch-brief.md field 5.
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.
- 4d ago Changed · +8 lines 258b57c2e10a
- 8d ago First seen · 144 lines · 146 tokens per session scan A 3e2750a21f8e
odoo-translator is an agent published in the GitHub repository Viindoo/odoo-mcp-client (7 stars, last pushed yesterday), licensed MIT. It adds 146 tokens to every session and 4,881 once invoked, about $0.0007 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-31.
Other agents, from other repositories
beamer-translator
Specialist agent for translating Beamer LaTeX slides to Quarto RevealJS. Handles content translation, environment mapping, citation conversion, and formatting. Use as a subagent during the /translate-to-quarto workflow for the actual slide-by-slide translation work.
babel
Localization & i18n - multi-language, RTL, locale-aware UX.
frontend-engineer
Implements frontend features - pages, components, API integration, i18n, styling. Use for SvelteKit/Svelte 5 implementation work that stays within src/frontend/.
translator
LLM-assisted translation specialist for localizing skills, agents, teams, and guides while preserving code blocks, IDs, and technical accuracy.
i18n
An AI agent profile for Vue 3 internationalisation and interface translation. Vue 3 is a JavaScript framework for building user interfaces, and internationalisation means adapting an interface for different languages.
ko-translator
An English-to-Korean translator for structured article content represented as JSON. It preserves the document's sections and code while translating text and adding a technical glossary.