← Back to Skills Marketplace
Translate EN ZH
by
Jeffrey-Zou
· GitHub ↗
· v1.0.0
· MIT-0
1200
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install translate-en-zh
Description
中英文互转工具,支持文本翻译、批量文件翻译、术语对齐。使用场景:(1) 用户需要将中文翻译成英文或英文翻译成中文;(2) 翻译文档、代码注释、邮件等文本内容;(3) 批量处理翻译任务;(4) 用户提到"翻译"、"英译中"、"中译英"、"中英文转换"等关键词。
Usage Guidance
This skill appears benign and implements local translation using simple dictionaries and file I/O. Before installing or running: 1) Note that the SKILL.md mentions built-in terminology files (references/*.md) that are not included — translation consistency features may be missing; request or add those files if you need them. 2) The scripts read files you point them to and write output files (e.g., input.md -> input.md.translated); avoid running them on directories or files that contain secrets. 3) The scripts are local and contain no network calls now; if you or someone else modifies them to call external translation APIs, re-check for credential usage or exfiltration. 4) translate_markdown.py imports translate_batch.py — ensure you run from the correct path or adjust PYTHONPATH. If you want remote/high-quality MT, expect additional configuration (API keys) which would change the security profile.
Capability Analysis
Type: OpenClaw Skill
Name: translate-en-zh
Version: 1.0.0
The skill bundle provides legitimate tools for English-Chinese translation, including batch processing and Markdown support. The Python scripts (translate_batch.py and translate_markdown.py) perform standard file I/O and text processing without any network activity, credential access, or suspicious execution patterns, and the SKILL.md instructions are well-aligned with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description match included scripts: both translate_batch.py and translate_markdown.py implement text and Markdown translation and batch processing. One inconsistency: SKILL.md references an internal 'references/' terminology library (tech_terms.md, business_terms.md, common_terms.md) that is not present in the file manifest — this is a missing resource but not a security risk by itself.
Instruction Scope
SKILL.md instructs the agent to translate user-provided text and to preserve formatting; the shipped scripts only read user-specified files or text and write output files. There are no instructions to read unrelated system files, environment variables, or to transmit data externally.
Install Mechanism
No install spec — instruction-only skill with two small Python scripts. Nothing is downloaded or written to the system by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths. The scripts operate locally and do not require network keys or secret access.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It does not attempt persistent installation or elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install translate-en-zh - After installation, invoke the skill by name or use
/translate-en-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the translate-en-zh skill: a bilingual English-Chinese translation tool.
- Supports text translation, batch document translation, and terminology alignment.
- Handles professional scenarios such as code comment translation, technical documentation, business emails, and conversational language.
- Maintains original formatting for text, code, and Markdown documents.
- Includes batch translation scripts and built-in terminology resources for consistency.
- Automatically detects language direction and processes user translation requests directly.
Metadata
Frequently Asked Questions
What is Translate EN ZH?
中英文互转工具,支持文本翻译、批量文件翻译、术语对齐。使用场景:(1) 用户需要将中文翻译成英文或英文翻译成中文;(2) 翻译文档、代码注释、邮件等文本内容;(3) 批量处理翻译任务;(4) 用户提到"翻译"、"英译中"、"中译英"、"中英文转换"等关键词。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1200 downloads so far.
How do I install Translate EN ZH?
Run "/install translate-en-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Translate EN ZH free?
Yes, Translate EN ZH is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Translate EN ZH support?
Translate EN ZH is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Translate EN ZH?
It is built and maintained by Jeffrey-Zou (@jeffrey-zou); the current version is v1.0.0.
More Skills