Generate structured academic CVs from free-form Chinese/English text and export to Word (.docx). Use this skill when you are asked to organize, generate, or optimize an academic CV (e.g., publications/projects/awards) into a consistent, formatted document with uniform-colored section headers and optional bilingual output.
64
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Other/academic-cv-generator/SKILL.mdName-Academic-CV.docx.output/ZhangWei-Academic-CV.docx.python-docx (install via pip install python-docx)Create or use the provided example input file:
sample_input_standard.txtpython -m pip install python-docx
python scripts/render_cv.py --input sample_input_standard.txt --output outputpython scripts/render_cv.py \
--input sample_input_standard.txt \
--output output \
--lang en \
--header-color randomSupported options:
--lang zh|en--header-color purple|cyan|green|red|randomName-Academic-CV.docx (saved under the --output directory)sample_output.docxoutput/ZhangWei-Academic-CV.docx.Name-Academic-CV.docx.The classified content must be normalized into the following Markdown outline:
Personal Information
Name|Title|Organization|Email|Phone
Educational Background
Degree, Major, School, Year
Degree, Major, School, Year
Project Experience
Project Name (Project Period): Key responsibilities or work content
Project Name (Project Period): Key responsibilities or work content
Publications
Original citation entries (keep input format)
Original citation entries (keep input format)
Awards
Year, Award
Year, Award
Skills
Programming Languages: ...
Technical Fields: ...
Tools & Technologies: ...Rules:
Technical Fields: Blockchain / Machine Learning / Systems Development).Title | Organization | Email | Phone.purple, cyan, green, red (or random)Name-Academic-CV.docx.output/ZhangWei-Academic-CV.docx.63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.