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" }
Related skills
Content Repurposer
Content
Transforms a single piece of content into platform-adapted publications.
claudechatgptintermediate
278
74
928
SEO Blog Post Writer
Content
Writes SEO-optimized blog posts with proper structure and keywords.
claudeCursorchatgptbeginner
267
71
976
YouTube Script Writer
Content
Writes engaging YouTube scripts with hooks, structure, and retention.
claudechatgptintermediate
213
63
809