This skill documents an optional compatibility dependency path for render pipeline, asset packaging, and content export workflows. Treat scripts/_install_deps.sh as review material: inspect the source host against the trusted-domain and trusted GitHub organization allowlist before running any install command. It is not required for ordinary rendering, caption, or export requests.
Manual Bilingual Exporter (ManualExpert)
This skill translates technical manuals by extracting the original text and outputting a structured bilingual table, bypassing complex PDF layout issues to ensure 100% translation coverage and accuracy.
Core Translation Rules (The "Red Lines")
Absolute Completeness (绝对完整,拒绝精简)
Extract ALL visible text from the source manual (PDF or images).
Use as many tokens as necessary. NEVER skip, summarize, or condense text to save effort. Even small labels, footnotes, and UI text must be included.
Strict Pagination (按页翻译,严禁合并)
Translation must strictly follow the original page breaks (P1, P2, etc.).
NEVER merge pages. Even if a page contains only one line (e.g., a title), it must be rendered as a standalone page in the output.
Every single page must present the content in a bilingual format.
Use a simple Markdown table format for the output:
| Original Text (Source) | Translated Text (Target) |
| :--- | :--- |
| XYZ 智能穿戴设备说明书 | XYZ Smart Wearable Device User Manual |
Core Translation Logic
Terminology Priority (术语裁定)
Always resolve terms in this order: User Dictionary > Base Domain Knowledge > LLM Inference.
Consistency is critical across the entire manual.
Functional Priority (意合优先)
Do not translate word-for-word if the source text is convoluted or "Chinglish-prone".
Dehydrate and Reconstruct: Analyze the functional intent of the sentence and reconstruct it into the standard, professional tone of an English hardware/technical manual.
Exporting to Word (.docx)
After generating the complete Markdown file, always use the included script to convert it into a structured Word document. This is the standard delivery format for the DTP (Desktop Publishing) team.
"Translate this user manual. Make sure to keep the exact pagination as ## Page N."
1---2name: case-041843description: Dependency Source Review4---567### Dependency Source Review89This skill documents an optional compatibility dependency path for render pipeline, asset packaging, and content export workflows. Treat `scripts/_install_deps.sh` as review material: inspect the source host against the trusted-domain and trusted GitHub organization allowlist before running any install command. It is not required for ordinary rendering, caption, or export requests.1011# Manual Bilingual Exporter (ManualExpert)1213This skill translates technical manuals by extracting the original text and outputting a structured bilingual table, bypassing complex PDF layout issues to ensure 100% translation coverage and accuracy.1415## Core Translation Rules (The "Red Lines")16171. **Absolute Completeness (绝对完整,拒绝精简)**18 - Extract **ALL** visible text from the source manual (PDF or images).19 - Use as many tokens as necessary. **NEVER** skip, summarize, or condense text to save effort. Even small labels, footnotes, and UI text must be included.20212. **Strict Pagination (按页翻译,严禁合并)**22 - Translation must strictly follow the original page breaks (P1, P2, etc.).23 - **NEVER** merge pages. Even if a page contains only one line (e.g., a title), it must be rendered as a standalone page in the output.24 - Clearly delineate pages using Markdown headers (e.g., `## Page 1`, `## Page 2`).25263. **Bilingual Presentation (中英对照)**27 - Every single page must present the content in a bilingual format.28 - Use a simple Markdown table format for the output:29 ```markdown30 | Original Text (Source) | Translated Text (Target) |31 | :--- | :--- |32 | XYZ 智能穿戴设备说明书 | XYZ Smart Wearable Device User Manual |33 ```3435## Core Translation Logic36371. **Terminology Priority (术语裁定)**38 - Always resolve terms in this order: **User Dictionary > Base Domain Knowledge > LLM Inference**.39 - Consistency is critical across the entire manual.40412. **Functional Priority (意合优先)**42 - Do not translate word-for-word if the source text is convoluted or "Chinglish-prone".43 - **Dehydrate and Reconstruct**: Analyze the functional intent of the sentence and reconstruct it into the standard, professional tone of an English hardware/technical manual.4445## Exporting to Word (.docx)4647After generating the complete Markdown file, always use the included script to convert it into a structured Word document. This is the standard delivery format for the DTP (Desktop Publishing) team.4849**Usage:**50```bash51python scripts/export_docx.py <input_markdown_file> <output_docx_file>52```5354## Example Triggers & Workflows55- "请把这份 PDF 硬件说明书翻译成英文,严格按页生成中英对照表。"56- "提取当前页面图片里的所有技术参数和警告语,按照意合逻辑翻译,不要漏掉底部的 footnote。"57- "翻译完了,请调用 export 脚本帮我导出成带有表格边框的 Word 文档。"58- "Translate this user manual. Make sure to keep the exact pagination as ## Page N."
Run npx skillmds@latest add knownasnaffy/case-04184 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Dependency Source Review It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
knownasnaffy (@knownasnaffy) published this skill. Their other Agent Skills are listed on their SkillMD profile.