translator

Translate text between 100+ languages with automatic source detection via CLI.

38|14|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/ericwang915/PythonClaw --skill translator-ericwang915
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: translator
Source: https://github.com/ericwang915/PythonClaw/tree/main/pythonclaw/templates/skills/text/translator
Command: npx skills add https://github.com/ericwang915/PythonClaw --skill translator-ericwang915

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translating text across multiple languages and automatically detecting the source language to streamline cross-lingual communication and content localization.

Core Features & Use Cases

  • Translate text between 100+ languages with automatic source detection.
  • Detect language of input when not specified and provide easy CLI access through translate.py.
  • Useful for international communications, language learning aids, and quick multilingual content checks.

Quick Start

Run translate.py with your text and a target language to get the translation.

Frequently Asked Questions about translator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate text across multiple languages with automatic source detection?▼

To translate text automatically, run the CLI translator with your target language specified; it detects the source language and returns the translation using the deep-translator Python library.

Can I specify a source language manually instead of relying on automatic detection?▼

Yes, you can specify the optional source language via the CLI interface alongside your text and target language, bypassing automatic detection for precise multilingual translation control.

Does the deep-translator CLI support translating longer multilingual content or only short phrases?▼

The deep-translator CLI handles both short phrases and longer multilingual content, processing text across 100+ languages for quick translations and language identification in workflows.

What is the best way to translate text for international communication and content localization workflows?▼

The best way to translate text for international communication is using a Python-based CLI translator with deep-translator, automatically detecting source languages and outputting target translations across 100+ languages.

Are there limitations when using a Python translator for cross-lingual text translation?▼

Limitations include reliance on the deep-translator dependency and a CLI interface, meaning it targets text translation workflows rather than real-time spoken interpretation or complex document formatting.

Do I need deep-translator installed to use this multilingual text translation tool?▼

Yes, the deep-translator Python dependency is required, as the translator relies on it to perform automatic language detection and text translation across 100+ languages via the CLI.