traduzir-entrada
Translates non-English user input into English using a lightweight model before processing with Claude Sonnet.
Install
mkdir -p .claude/skills/traduzir-entrada && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14962" && unzip -o skill.zip -d .claude/skills/traduzir-entrada && rm skill.zipInstalls to .claude/skills/traduzir-entrada
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Workflow de pré-processamento do orquestrador DevKit. Traduz o input do usuário para inglês usando um modelo leve antes de processar com Claude Sonnet. Use quando: iniciar qualquer tarefa no orquestrador, garantir que sub-agentes recebam contexto em inglês para melhor precisão.Key capabilities
- →Translate user input into English using a lightweight model
- →Ensure sub-agents receive context in English
- →Standardize context sent between agents
- →Select Claude Sonnet 4.6 or 4.5 for main processing
- →Understand the scope of the request using translated text
How it works
The workflow translates user input to English using a lightweight model, then confirms Claude Sonnet is the active model for main processing. It uses the translated text to understand the request scope and delegate to sub-agents.
Inputs & outputs
When to use traduzir-entrada
- →Standardizing input for multilingual development teams
- →Improving prompt accuracy for sub-agents in the DevKit orchestrator
- →Ensuring consistent model behavior regardless of user language
About this skill
Tradução de Entrada
Propósito
Garantir que toda solicitação ao orquestrador DevKit seja processada em inglês, usando um modelo leve para tradução e Claude Sonnet para o processamento principal. Isso melhora a qualidade das respostas dos sub-agentes e padroniza o contexto enviado entre agentes.
Quando Usar
Este workflow é executado automaticamente pelo orquestrador a cada nova solicitação do usuário, antes de qualquer delegação para sub-agentes.
Procedimento
Passo 1 — Tradução (modelo leve)
Invoque o sub-agente DevKit-tradutor passando o texto original do usuário.
- O agente usa
gpt-4o-minipara realizar a tradução com baixo custo e alta velocidade - Aguarde o retorno com o texto em inglês
- Se o texto já estiver em inglês, o agente retorna sem alteração
Passo 2 — Seleção do modelo principal
Após receber o texto traduzido, confirme que o modelo ativo para o processamento principal é:
- Claude Sonnet 4.6 (copilot) — preferencial
- Claude Sonnet 4.5 (copilot) — fallback caso o anterior não esteja disponível
Se nenhum dos dois estiver disponível, informe o usuário antes de prosseguir.
Passo 3 — Processamento
Use o texto traduzido (inglês) como base para:
- Entender o escopo da solicitação
- Montar o plano com
todo - Delegar para os sub-agentes corretos
O usuário pode continuar escrevendo em qualquer idioma — a tradução é transparente e interna ao workflow.
Notas
- Nunca exiba o texto traduzido ao usuário — a tradução é interna
- Em caso de ambiguidade na tradução, use a versão mais literal para preservar a intenção técnica
- Termos técnicos (nomes de frameworks, comandos, caminhos de arquivos) não devem ser traduzidos
When not to use it
- →When the orchestrator is not DevKit
- →When the main processing model is not Claude Sonnet
- →When the input is already guaranteed to be in English
Prerequisites
Limitations
- →The translation is internal and not displayed to the user
- →Technical terms are not translated
- →Relies on the availability of Claude Sonnet models
How it compares
This workflow automatically translates user input before processing, ensuring consistent English context for sub-agents, unlike direct processing of multilingual input.
Compared to similar skills
traduzir-entrada side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| traduzir-entrada (this skill) | 0 | 3mo | No flags | Beginner |
| youtube-transcript | 68 | 9mo | Review | Intermediate |
| using-superpowers | 95 | 3mo | No flags | Beginner |
| ultrawork | 11 | 2mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
youtube-transcript
michalparkola
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
ultrawork
Yeachan-Heo
Parallel execution engine for high-throughput task completion
prompt-optimizer
solatis
Optimize system prompts for Claude Code agents using proven prompt engineering patterns. Use when users request prompt improvement, optimization, or refinement for agent workflows, tool instructions, or system behaviors.
clawhub
openclaw
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
skill-installer
openai
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).