Agent Skills: Text Translator Tool

使用免费翻译API在语言之间翻译文本,支持批量处理和文件翻译。

UncategorizedID: aidotnet/moyucode/text-translator

Install this agent skill to your local

pnpm dlx add-skill https://github.com/AIDotNet/MoYuCode/tree/HEAD/skills/tools/text-translator

Skill Files

Browse the full folder contents for text-translator.

Download Skill

Loading file tree…

skills/tools/text-translator/SKILL.md

Skill Metadata

Name
text-translator
Description
使用免费翻译API在语言之间翻译文本,支持批量处理和文件翻译。

Text Translator Tool

Description

Translate text between languages using free translation services with support for auto-detection, batch processing, and file translation.

Trigger

  • /translate command
  • User needs text translation
  • User wants to localize content

Usage

# Translate text
python scripts/text_translator.py "Hello world" --to zh

# Auto-detect source language
python scripts/text_translator.py "Bonjour" --to en

# Translate file
python scripts/text_translator.py --file document.txt --to es --output document_es.txt

# Batch translate
python scripts/text_translator.py --file strings.json --to ja --format json

Tags

translate, language, i18n, localization, text

Compatibility

  • Codex: ✅
  • Claude Code: ✅
Text Translator Tool Skill | Agent Skills