# Deepl CLI

> Use this skill when the user wants to translate text between languages using DeepL from the command line.

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

---


# deepl-cli Plugin

deepl-cli translates text using DeepL API.

## Usage Examples

- "translate text to French"
- "translate with formal tone"
- "translate a file to German"
- "get JSON translation output"

## Installation

```bash
npm install -g deepl-cli
```

## Key Features
- DeepL neural machine translation
- Multiple target language support
- Formal/informal tone control
- Glossary customization
- File translation support
- JSON output for scripting

