Install
openclaw skills install classical-chinese-translatorTranslates Classical Chinese texts to modern vernacular Chinese with high accuracy, preserving e-book formatting and specialized terminology across multiple...
openclaw skills install classical-chinese-translatorProfessional skill for translating Classical Chinese texts to modern vernacular Chinese with high-quality standards (98.5+ points). Supports EPUB/AZW3/MOBI electronic book format conversion, preservation of original structure, and specialized terminology handling for philosophical, medical, and cultivation texts.
pip install ebooklib)pip install lxml)classical-chinese-translator --input book.epub --output translated_book.epub --quality-standard 98.5
classical-chinese-translator --input text.xhtml --output translated.xhtml --terminology-dict daoist_terms.json
classical-chinese-translator --input-dir chapters/ --output-dir translated/ --batch-size 3
classical-chinese-translator --convert azw3 --input book.azw3 --output book_translated.epub
--quality-standard 98.5: Enforce high-quality translation rules--modern-syntax-only: Force completely modern sentence structures--explain-terms: Automatically explain specialized terminology in parentheses--preserve-original: Keep original files as backup--validate-xml: Validate XML/HTML structure before and after processing--epub-check: Run epubcheck validation on output--exclude-patterns: Exclude specific patterns from translation (e.g., "按:此书旧无作者姓氏.*")--custom-rules: Apply custom translation rules for specific text typesAll translations follow the 98.5-point quality standard:
This skill is compatible with OpenClaw skillhub and can be installed via:
openclaw skill install classical-chinese-translator
Or manually by copying the skill directory to ~/.openclaw/workspace/skills/