Home Tutorials Categories Skills About
ZH EN JA KO
🌍

Translation

Translation Search & Productivity

Install Command

npx clawhub@latest install translation

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Translation to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Translation appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
100+ Languages Context-Aware Translation Batch Processing

Detailed Description

The Translation skill fully leverages the multilingual capabilities of AI models, providing context-aware, high-quality translation services that understand semantics and context better than traditional translation tools.

Core Features

  • 100+ Language Support: Covers all major world languages and some minority languages, with automatic source language detection
  • Context-Aware Translation: Rather than translating sentence by sentence, it understands the overall context before translating, ensuring consistent terminology throughout
  • Multiple Translation Styles: Specify formal, colloquial, technical, literary, and other translation styles
  • Batch Document Translation: Supports translating multiple text segments or entire documents at once
  • Glossary Support: Provide a custom terminology glossary to ensure accurate translation of specific terms

Configuration

{
  skills: {
    translation: {
      defaultTarget: "zh",   // Default target language
      style: "natural",       // formal, natural, technical
      glossary: {}             // Custom glossary
    }
  }
}

Use Cases

  • Cross-language communication: Automatically translate foreign language messages in Telegram groups
  • Document localization: Translate technical documentation or product descriptions into multiple languages
  • Learning aid: Translate academic papers while preserving explanations of technical terms
  • Email replies: Automatically translate incoming foreign language emails and reply in the sender's language