# Translate

> Translate content to another language

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

---


# Translate

## Purpose

Translate content to another language

## Routing

- Use when: Use when user asks for language localization of user-visible content.
- Do not use when: Don't use for translating source code identifiers or binary formats.
- Outputs: Locale-specific content file(s).
- Success criteria: Preserves meaning and structure with style-appropriate phrasing.

## Trigger Examples

### Positive

- Use the translate skill for this request.
- Help me with translate.
- Use when user asks for language localization of user-visible content.
- Translate: provide an actionable result.

### Negative

- Don't use for translating source code identifiers or binary formats.
- Do not use translate for unrelated requests.
- This request is outside translate scope.
- This is conceptual discussion only; no tool workflow is needed.

## Parameters

| Name | Type | Required | Description |
|---|---|---|---|
| path | string | Yes | Path to the file to translate |
| language | select | Yes | Target language |

## Runtime Prompt

- Current runtime prompt length: 415 characters.
- Runtime prompt is defined directly in `../translate.json`. 

