Translate
--- name: translate description: Translates text from one language to another model: claude-sonnet-4-6 provider: anthropic temperature: 0.2 max_tokens: 1024 vars: text: string target_lang: string source_lang: string = auto-detect --- Translate the following text to {{target_lang}}. Source language: {{source_lang}}. Only return the translated text — no explanations, no notes. Text: {{text}}
fill the variables
This prompt has 3 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.
{{target_lang}{{source_lang}{{text}
Unlock with Pro →when to use it
Community prompt sourced from the open-source GitHub repo maneesh-kumar-thakur/Prompt-Run (MIT). A "Translate" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
languagecommunitygeneral
source
maneesh-kumar-thakur/Prompt-Run · MIT