Agent skill
text-translator
使用免费翻译API在语言之间翻译文本,支持批量处理和文件翻译。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/text-translator
Metadata
Additional technical details for this skill
- short description
- 翻译文本
SKILL.md
Text Translator Tool
Description
Translate text between languages using free translation services with support for auto-detection, batch processing, and file translation.
Trigger
/translatecommand- 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: ✅
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?