Translate text between any languages. Supports 100+ languages with automatic source language detection. Use when the user asks to translate text, detect a language, or work with multilingual content.
Install dependency: pip install deep-translator
python {skill_path}/translate.py "text to translate" --to TARGET_LANG [options]
| Option | Description |
|--------|-------------|
| --to LANG | Target language (required): code or name, e.g. zh-CN, french, ja |
| --from LANG | Source language (default: auto) |
| --format json | Output as JSON |
Common codes: en, zh-CN, zh-TW, ja, ko, fr, de, es, pt, ru, ar, hi, it
Full names also work: chinese (simplified), japanese, french, etc.
--from is omitteddeep-translator--format json returns structured outputEdit PDFs with natural-language instructions using the nano-pdf CLI.
Control Sonos speakers (discover/status/play/volume/group).
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Capture frames or clips from RTSP/ONVIF cameras.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Category:tools