← スキル一覧に戻る

translate
by aviferdman
⭐ 0🍴 0📅 2025年11月21日
SKILL.md
name: translate description: Translates text between languages using Google Translate. Use when you need to translate text from one language to another. allowed-tools: Bash
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
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です