ワンクリックで
translate
Translate text between languages via LibreTranslate or DeepL.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Translate text between languages via LibreTranslate or DeepL.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| 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 |
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.