# Translation

> Translates text between languages using MyMemory. Use when the user asks to translate text, convert language, or says things like "in French", "en Español", "translate to Japanese", etc.

- Skill: `leiw5173/translation` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add leiw5173/translation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/leiw5173/translation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: leiw5173 (https://skillmd.com/u/leiw5173)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/leiw5173/translation

---


## Instructions

Parse the user's query to extract the text to translate and the target language.
Call the MyMemory free translation API and return the translated text.

