baoyu-translate

Translates documents between languages with three configurable modes.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/AICode-Nexus/website --skill baoyu-translate-aicode-nexus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-translate
Source: https://github.com/AICode-Nexus/website/tree/main/skills/baoyu-translate
Command: npx skills add https://github.com/AICode-Nexus/website --skill baoyu-translate-aicode-nexus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, npx, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows users to translate articles and documents between languages efficiently using three modes: quick, normal, and refined.

Core Features & Use Cases

  • Translation Modes: Quick for direct translation, normal for analysis-informed translation, and refined for full publication-quality workflow with review and polish.
  • Custom Glossaries: Supports custom glossaries and terminology consistency via EXTEND.md.
  • Use Case: When a user needs to translate a document, the "translate" command can be used with various options to specify the mode, source language, target language, and audience.

Quick Start

Translate the document 'report.md' from English to Chinese using the refined mode:

/translate report.md --mode refined --from en --to zh-CN

Frequently Asked Questions about baoyu-translate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate a document with custom terminology consistency?

You can translate documents with terminology consistency by using a custom glossary defined in an EXTEND.md file, ensuring specific terms are translated uniformly across the entire text.

What is the best way to translate a markdown file for publication?

The refined mode provides a publication-quality translation workflow for markdown files, incorporating analysis, review, and polish to ensure high-quality output for target audiences.

Do I need bun and npx installed to run document translation?

Yes, you must have both bun and npx installed in your environment, as these dependencies are required to execute the translation scripts and process text or file inputs.

How does the quick translation mode differ from normal mode?

Quick mode provides direct translation for fast results, while normal mode performs analysis-informed translation to better understand context before converting the document between languages.

Can I specify a target language and audience for my document translation?

Yes, you can specify the target language and audience using command options, allowing the translation workflow to tailor the output tone and terminology for the intended readers.