What problem does it solve? Translating text snippets, office documents, and localization files manually is slow and error-prone, especially when maintaining multilingual projects. This Skill automates translation through the DeepL API directly from the command line. ## Core Features & Use Cases - Text Translation: Translate free text with automatic source language detection and configurable target languages via /deepl translate. - Document Translation: Upload and translate DOCX, PPTX, PDF, HTML, and TXT files while preserving formatting via /deepl file. - XLIFF Localization: Fill in missing translations in XLIFF files (TYPO3, Symfony) with batch translation, dry-run preview, and force re-translation via /deepl xliff. - Use Case: A developer maintaining a TYPO3 extension runs /deepl xliff locallang.xlf --to DE to automatically fill all empty target elements with German translations. ## Quick Start Set your DEEPL_API_KEY environment variable and ask the assistant to translate a text, document, or XLIFF file into your desired target language.