Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Text Translator

  • 27 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

text-translator is a Claude Code skill that translates text between languages using free services like googletrans and the MyMemory API.

About

text-translator is a Claude Code skill that translates text between languages using free translation services. It supports source-language auto-detection, batch processing, and translating whole files, falling back to the MyMemory API when googletrans is unavailable. A developer uses it to localize content or strings.

  • Translates text between languages with a free translation service
  • Supports auto-detection and batch/file translation
  • Falls back to the MyMemory API when googletrans is absent

Text Translator by the numbers

  • 27 all-time installs (skills.sh)
  • Ranked #1,239 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

text-translator capabilities & compatibility

Free; the MyMemory API fallback requires no key.

Capabilities
translation · language detection · file translation
Use cases
translation
Runs
Runs locally
Pricing
Free
From the docs

What text-translator says it does

Translate text between languages using free translation services with support for auto-detection, batch processing, and file translation.
SKILL.md
python scripts/text_translator.py "Hello world" --to zh
SKILL.md
`translate`, `language`, `i18n`, `localization`, `text`
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill text-translator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs27
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Translate text or files between languages with auto-detection and batch processing using free translation APIs.

Who is it for?

Translating strings or files between languages for localization.

When should I use this skill?

You need to translate text or a file into another language.

What you get

Returns translated text or a translated output file.

  • translated text
  • translated file

By the numbers

  • Fallback language map covers 12 languages

Files

SKILL.mdMarkdownGitHub ↗

Text Translator Tool

Description

Translate text between languages using free translation services with support for auto-detection, batch processing, and file translation.

Trigger

  • /translate command
  • User needs text translation
  • User wants to localize content

Usage

# Translate text
python scripts/text_translator.py "Hello world" --to zh

# Auto-detect source language
python scripts/text_translator.py "Bonjour" --to en

# Translate file
python scripts/text_translator.py --file document.txt --to es --output document_es.txt

# Batch translate
python scripts/text_translator.py --file strings.json --to ja --format json

Tags

translate, language, i18n, localization, text

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

Does text-translator need an API key?

No, it uses free services and the SimpleTranslator MyMemory fallback needs no key.

Can it translate whole files?

Yes, it supports file and batch JSON translation.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.