AI Agent Hub
Back to skills
Professional PPT One-Click Translation icon

Professional PPT One-Click Translation

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_efc825fc/1117 according to https://skillhub.cn/install/skillhub.md

About this skill

Problem Solved

Translating a Chinese PPT deck into English is risky when text is translated fragment by fragment: sentence meaning can break, terminology may drift, and formatting such as font size, bold, color, and box position may be lost. This skill is for editing an existing Chinese PPTX and producing an English version that remains easy to tweak.

How It Works

  • Paragraph-level translation: It merges multiple text runs in the same logical paragraph into one sentence, translates it, then writes the result back to the first run and clears the rest.
  • Format preservation: It keeps positions, font size, bold, and color intact, changes the language attribute from zh-CN to en-US, and switches fonts toward a Latin-friendly option.
  • Workflow: extract_text.py pulls body and notes text into JSON; the model fills each translated field; replace_text.py writes the results into a new PPTX.
  • Boundaries: Image elements and page-number placeholders are skipped; child text boxes inside group shapes are processed recursively; longer English text may overflow a text box and may need manual resizing.

Use Cases

  • Before delivering a Chinese technical deck to overseas clients, an engineer translates body and notes into English while keeping layout.
  • A research assistant converts a Chinese research PPT with speaker notes into an editable English version for a conference talk.
  • A project manager turns a construction simulation report into English while keeping abbreviations and terminology consistent.
  • A consultant shares a Chinese project introduction PPT with overseas partners and needs a format-preserving English file quickly.

Best For

  • Engineers: turning Chinese technical reports into English while preserving terminology and layout.
  • Research assistants: converting Chinese academic PPTs with notes into English speaker drafts.
  • Project managers: translating construction simulation decks while keeping specialized terms consistent.
  • Consultants: sharing Chinese project PPTs with overseas clients without losing the original layout.