Skip to content
Productivity
Skill

/translate

Translate content to another language

From plugin
cowork-os
421154 skills
Install
$ npx -y skills add CoWork-OS/CoWork-OS --skill translate --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/translate

Context preview

The summary Claude sees to decide when to auto-load this skill.

Translate content to another language

SKILL.md

translate.SKILL.md
name: translate
description: "Translate content to another language"

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`.
Ships withcowork-os

Local-first personal agentic OS and everything app for coding, knowledge work, web design, automations, and artifacts.

Get the whole plugin