con un clic
translate
Translate text between languages via LibreTranslate or DeepL.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Translate text between languages via LibreTranslate or DeepL.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
| name | Translate |
| description | Translate text between languages via LibreTranslate or DeepL. |
| requires | {"bins":[],"env":[]} |
Translate arbitrary text. Backed by the translate extension which supports
two providers:
LIBRETRANSLATE_URL
to your instance (defaults to the public libretranslate.com; note the
public endpoint often requires a key).TRANSLATE_PROVIDER=deepl and
DEEPL_API_KEY. Free-tier keys ending in :fx hit the free endpoint
automatically.status — which provider is active + key presencelanguages — supported codestranslate — text, target; optional source (default auto), format (text/html)detect — language detection (LibreTranslate only)| Var | Default | Notes |
|---|---|---|
TRANSLATE_PROVIDER | libretranslate | libretranslate or deepl |
LIBRETRANSLATE_URL | https://libretranslate.com | prefer your own self-hosted instance |
LIBRETRANSLATE_API_KEY | — | required by the public endpoint |
DEEPL_API_KEY | — | required when provider is deepl |
DEEPL_URL | auto (free vs pro) | override only if routing through a proxy |