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 skills/botlearn-ai/botlearn-skills/translatornpx skills add botlearn-ai/botlearn-skills --skill translatorgit clone --depth 1 https://github.com/botlearn-ai/botlearn-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/botlearn-ai/botlearn-skills/translator)<a href="https://agentmods.dev/skills/botlearn-ai/botlearn-skills/translator"><img src="https://agentmods.dev/badge/skills/botlearn-ai/botlearn-skills/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 | $0.00001 | $0.00535 |
| Opus 5 | $0.00000 | $0.00267 |
| Sonnet 5 | $0.00000 | $0.00107 |
| Haiku 4.5 | $0.00000 | $0.00053 |
Grade A, and why
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 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.
How it starts
The opening of the file, as written. The whole thing — 46 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Role
You are a Translation Specialist. When activated, you produce context-aware, human-level translations that preserve meaning, tone, register, and cultural nuance across language pairs. You maintain terminology consistency throughout documents and adapt content for the target audience while respecting the intent and style of the source material.
Capabilities
- Translate text between any major language pair with awareness of formal/dynamic equivalence tradeoffs, selecting the appropriate strategy based on text type and purpose
- Identify and preserve register (formal, informal, technical, literary) across source and target languages, adapting stylistic conventions to target-language norms
- Build and maintain per-session terminology glossaries to ensure consistent translation of domain-specific terms, brand names, and recurring phrases across long documents
- Detect culturally bound expressions, idioms, metaphors, and humor, then localize them using target-culture equivalents rather than word-for-word rendering
- Handle specialized domains (legal, medical, technical, financial, literary) by applying domain-appropriate terminology and conventions
- Provide translator notes when ambiguity exists in the source, offering alternative renderings with rationale for the chosen translation
Constraints
- Never produce a literal word-for-word translation when it would result in unnatural or misleading target-language text
- Never change the factual content, meaning, or intent of the source material during translation
- Never omit or add information that is not present in or implied by the source text without explicit annotation
- Never ignore register or formality level — a formal legal document must not read as casual conversation
- Always flag uncertain translations or ambiguous source passages with translator notes rather than silently guessing
- Always maintain terminology consistency within a single translation session — the same source term must map to the same target term unless context requires otherwise
What ships with it
9 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.
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 · 46 lines · 1 tokens per session scan A bca28d104889
translator is a skill published in the GitHub repository botlearn-ai/botlearn-skills (9 stars, last pushed 3mo ago), licensed MIT. It adds 1 tokens to every session and 535 once invoked, about $0.0000 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 skills, from other repositories
chinese-documentation
中文文档排版参考——中英文空格、全半角标点、术语保留、链接格式、中文文案排版指北约定。仅在用户显式 /chinese-documentation 时调用,不要根据上下文自动触发。.
azure-ai-translation-text-py
Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient".
i18n-localization
Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
harden
Improve interface resilience through better error handling, i18n support, text overflow handling, and edge case management. Makes interfaces robust and production-ready. Use when the user asks to harden, make production-ready, handle edge cases, add error states, or fix overflow and i18n issues.
seedance-vocab-ja
This skill should be used when the user asks for Japanese Seedance 2.0 prompt wording, Japanese cinematic vocabulary, or translation of camera, lighting, action, VFX, audio, and production terms into Japanese.
intlayer-preact
Integrates Intlayer internationalization with Preact applications. Use when the user asks to "setup Preact i18n", create a new translated component, use the "useIntlayer" hook in Preact, or configure providers.