translate

Translate text and files between languages while preserving original structure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/heg-wtf/cclaw --skill translate-heg-wtf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate
Source: https://github.com/heg-wtf/cclaw/tree/main/src/cclaw/builtin_skills/translate
Command: npx skills add https://github.com/heg-wtf/cclaw --skill translate-heg-wtf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the translation of text and files, ensuring that the original formatting (like Markdown or SRT) is maintained, saving time and effort in localization tasks.

Core Features & Use Cases

  • Text Translation: Translate short text snippets or longer documents between languages.
  • File Translation: Translate entire files (e.g., .txt, .srt, .md) while preserving their structure.
  • Speech-to-Text Integration: Can process transcribed files (e.g., from sttcli) to translate spoken content.
  • Use Case: Translate a customer support transcript from English to Korean to understand and respond to a user's issue.

Quick Start

Translate the content of the file 'meeting_notes.md' into Japanese.

Frequently Asked Questions about translate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate Markdown files while preserving the original formatting?

You can translate Markdown files while preserving formatting by using this Skill, which maintains the original structure during translation. It processes .md files directly, ensuring tags and layout remain intact.

Can I translate SRT subtitle files without breaking the timestamps?

Yes, translating SRT subtitle files with this Skill preserves the original structure, keeping timestamps intact. It supports SRT as an input format to ensure subtitles remain correctly synced.

Does this translation tool support processing speech-to-text transcriptions?

Yes, this translation tool supports processing speech-to-text transcriptions. It can ingest transcribed files, such as those from sttcli, and translate the spoken content into a specified target language.

What is the best way to automate localization for JSON files?

The best way to automate JSON localization is using this Skill, which supports JSON as an input format. It translates the content while preserving the original JSON structure, saving time on manual localization tasks.

How do I save translated text output to a specific file?

You can save translated text output to a specific file by specifying the target file path when running the translation task. The Skill processes the input and optionally writes the translated result directly to your designated file.

Do I need to provide a target language code to translate documents?

Yes, you need to provide a target language code to translate documents. The Skill requires this code as a mandatory input to process the translation accurately using the Gemini-powered tool.