arxiv-paper-translator
Translate arXiv papers into Chinese with preserved formatting
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install arxiv-paper-translator?โผ
Run `npx skills add yrom/arxiv-paper-translator --all -g -y` in your terminal to install all skills in this repository globally.
How to translate an arXiv paper into Chinese?โผ
Just give your agent the arXiv paper ID, for example: translate arXiv:2601.20245 into Chinese. It downloads the LaTeX source, translates the text, and compiles a Chinese PDF that keeps the original layout.
Can I translate only specific sections of a paper?โผ
Yes. You can tell the agent which chapters to translate or skip, such as excluding the appendix or experiments section, instead of translating the entire paper.
What do I need to compile the translated PDF?โผ
You need either a local XeLaTeX installation or Docker with the TeX Live image. The skill checks both automatically and helps you set one up if neither is available.
Can it create a summary report of the paper?โผ
Yes. It can generate a structured Chinese technical report covering the paper's contributions, methods, experiments, and key figures, ready to share as a blog post.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides