Installation
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "baoyu-translate" skill by following the instructions at https://skill123.me/install/baoyu-translate.
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/baoyu-translate.sh | bash
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 21 KBAbout this skill
Overview
This skill should be used when the user asks to "translate", "翻译", "精翻", "translate article", "translate to Chinese", "translate to English", "改成中文", "改成英文", "convert to Chinese", "localize", "本地化", "refined translation", "精细翻译", "proofread translation", "快速翻译", "快翻", "这篇文章翻译一下", or provides a URL/file with translation intent. Supports three modes (quick/normal/refined) with custom glossary support.
Source
- Repo: https://github.com/JimLiu/baoyu-skills
- Path: skills/baoyu-translate
Evaluation
AI-evaluated 2026-09-03: Well-structured three-mode workflow with glossary merging, markdown-aware chunking scripts, parallel subagent drafting for long documents, and per-step output artifacts. Translation is a very common need with light prerequisites; operations are purely local file reads/writes with no risky actions.
