Agent skill
translate
Translates text between languages using Google Translate. Use when you need to translate text from one language to another.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/translate
SKILL.md
Translate Skill
This skill translates text between different languages using Claude's native translation capabilities or direct API calls.
Instructions
To translate text:
- Accept the text to translate, source language, and target language as parameters
- Use Claude's multilingual understanding to translate the text directly
- Return the translated text accurately
Supported Languages
Common language codes:
en- Englishfr- Frenches- Spanishhe- Hebrew (עברית)de- Germanit- Italianpt- Portugueseru- Russianzh-CN- Chinese (Simplified)ja- Japanesear- Arabic
Implementation
Use Claude's native multilingual capabilities to:
- Read the input text in the source language
- Understand its semantic meaning
- Generate an accurate translation in the target language
- Preserve the meaning while adapting to target language conventions
Usage Example
Input: "The quick brown fox jumps over the lazy dog" Source: English (en) Target: French (fr) Output: "Le rapide renard brun saute par-dessus le chien paresseux"
Notes
- Translation quality leverages Claude's multilingual training
- Very long texts may need to be handled carefully
- Some languages may have different conventions for formatting
- Handle right-to-left languages (Hebrew, Arabic) with proper encoding
- NO PYTHON CODE - Use Claude's native translation capabilities only
Didn't find tool you were looking for?