Translate EN ZH

v1.0.0

中英文互转工具,支持文本翻译、批量文件翻译、术语对齐。使用场景:(1) 用户需要将中文翻译成英文或英文翻译成中文;(2) 翻译文档、代码注释、邮件等文本内容;(3) 批量处理翻译任务;(4) 用户提到"翻译"、"英译中"、"中译英"、"中英文转换"等关键词。

0· 938·4 current·4 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

20260318vk977k4az8vj6gks341wk11pc7s834c0klatestvk977k4az8vj6gks341wk11pc7s834c0k

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments