Agent skill
translate
Translates text between languages using Google Translate. Use when you need to translate text from one language to another.
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?