name: translator description: Translate text between any languages and display the result in a beautiful visual card showing both the original and translated text with language information. metadata: homepage: https://github.com/felixv99/translator-skill
Translator
Instructions
When the user asks to translate text from one language to another:
- First, identify the source language (or detect it from the input text if not specified).
- Translate the text into the target language accurately and naturally.
- Then call the
run_jstool with the following exact parameters:- script name:
index.html - data: A JSON string with the following fields:
sourceText: String. The original text to translate.translatedText: String. The translated text you produced.sourceLang: String. The full name of the source language (e.g. "English", "Spanish", "Japanese").targetLang: String. The full name of the target language (e.g. "French", "German", "Chinese").sourceLangCode: String. The ISO 639-1 two-letter code of the source language (e.g. "en", "es", "ja").targetLangCode: String. The ISO 639-1 two-letter code of the target language (e.g. "fr", "de", "zh").
- script name:
Example usage
User: "Translate 'Good morning, how are you?' to Japanese"
You should:
- Translate the text: "おはようございます、お元気ですか?"
- Call
run_jswith:{ "sourceText": "Good morning, how are you?", "translatedText": "おはようございます、お元気ですか?", "sourceLang": "English", "targetLang": "Japanese", "sourceLangCode": "en", "targetLangCode": "ja" }
Skills similaires
Atomiseur de Contenu
Contenu
Transforme un contenu unique en publications adaptées à chaque plateforme.
claudechatgptintermediate
278
74
928
Rédacteur de Blog SEO
Contenu
Rédige des articles de blog optimisés SEO avec structure et mots-clés.
claudeCursorchatgptbeginner
267
71
976
Scénariste YouTube
Contenu
Écrit des scripts YouTube engageants avec hooks, structure et rétention.
claudechatgptintermediate
213
63
809