translation

translation is a skill for Claude Code, Codex from fastclaw-ai/fastclaw. It costs 25 tokens per session (317 once invoked), scanned A, original, no licence file.

A language-translation skill for changing text from one language to another, identifying a text's language, and handling multilingual content.

In plain words
What is it for?
Translating documents, messages, and other text between languages, including requests where the source language is unknown.
Why use it?
It removes the need to explain translation requests and language detection from scratch each time.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Translating documents, messages, and other text between languages, including requests where the source language is unknown.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fastclaw-ai/fastclaw/translation
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 fastclaw-ai/fastclaw --skill translation
Clone the repo
git clone --depth 1 https://github.com/fastclaw-ai/fastclaw

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 translation

README.md
[![agentmods](https://agentmods.dev/badge/skills/fastclaw-ai/fastclaw/translation.svg)](https://agentmods.dev/skills/fastclaw-ai/fastclaw/translation)
Your own site
<a href="https://agentmods.dev/skills/fastclaw-ai/fastclaw/translation"><img src="https://agentmods.dev/badge/skills/fastclaw-ai/fastclaw/translation.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 317 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00025 $0.00317
Opus 5 $0.00013 $0.00159
Sonnet 5 $0.00005 $0.00063
Haiku 4.5 $0.00003 $0.00032

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

Security

Grade A, and why

translation scanned grade A with 1 finding 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.

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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

subprocess.check_call(["pip", "install", "-q", "deep-translator"])
skills/translation/SKILL.md · 41 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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 · 41 lines · 25 tokens per session scan A fc29d03a849a

Subscribe to this mod's changes

translation is a skill published in the GitHub repository fastclaw-ai/fastclaw (1,326 stars, last pushed today), with no licence file. It adds 25 tokens to every session and 317 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

oma-translation

Context-aware translation that preserves tone, style, and natural word order. Use when translating UI strings, documentation, marketing copy, or any multilingual content. Infers register, domain, and style from the source text and surrounding codebase context.

first-fluke/oh-my-agent · 52 tokens

video-subtitles-and-audio-insert-workflow

Burn hard subtitles from UTF-8 SRT files using moviepy 2.x with CJK-capable system fonts; tune font size, placement, stroke, and encode settings (bitrate or CRF) to avoid oversized outputs. Documents ffprobe/ffmpeg workflows for inspection, encoding, and batch jobs; troubleshooting for fonts, bitrate, and pacing.…

inclusionAI/AWorld · 140 tokens

shogun-readme-sync

A skill that compares an English README with its Japanese counterpart and brings them back into alignment. A README is the project document that explains what the software is and how to use it.

yohey-w/multi-agent-shogun · 66 tokens

review-all

Multi-agent code review for diffs (project-agnostic). Covers standards, bugs, security, DRY, smells, perf, tests, API contracts, a11y/i18n. Verifies each finding to eliminate false positives. Use for /review-all, pre-PR/pre-commit review, or auditing uncommitted/staged changes.

ncoevoet/claude-review-all · 74 tokens

alibaba-cloud-translation-manager

Manage Alibaba Cloud TongyiTranslate (AnyTrans) via OpenAPI/SDK. Use whenever the user needs translation service resource operations in Alibaba Cloud, including list/create/update actions, task status checks, and troubleshooting AnyTrans API workflows.

rondoflow/rondoflow · 53 tokens

accurate-format-preserving-translation

Translate text accurately — preserve formatting, handle plurals, and adapt tone per locale.

rondoflow/rondoflow · 25 tokens