Install
openclaw skills install cv-skillCreate professional Harvard-style resumes, CVs, and matching cover letters from user-provided candidate descriptions, structured data, or existing resumes. Use when the user wants a polished one-page or role-targeted resume, needs multiple resume versions for different job directions, wants to convert raw candidate notes into structured bullets, or needs DOCX/PDF outputs in any language from structured input data.
openclaw skills install cv-skillCreate role-targeted, black-and-white, Harvard-style resumes and matching cover letters from candidate descriptions, structured input, or existing resumes.
.docxUse the structured schema in references/input-schema.md.
If you are starting from an existing resume, extract:
For each job direction, rewrite:
Keep facts intact. Do not invent results or responsibilities.
Use references/harvard-hes-2024-notes.md as the quality checklist:
Run:
python3 scripts/generate_resume.py --input assets/example_profile.json --track all --output-dir /tmp/cv-output
Generate a specific track:
python3 scripts/generate_resume.py --input candidate.json --track operations --output-dir /tmp/cv-output
Try PDF export when LibreOffice is installed:
python3 scripts/generate_resume.py --input candidate.json --track all --output-dir /tmp/cv-output --pdf
If python-docx is missing, install dependencies first:
python3 -m pip install -r requirements.txt
Use the same font family and general spacing as the resume.
Cover letter structure:
Keep it concise, factual, and no longer than one page. Do not restate the whole resume.
Check that:
style.page_size.env files in the skill folderassets/example_profile.json only as a redacted examplescripts/generate_resume.py: generic generatorrequirements.txt: Python dependenciesreferences/input-schema.md: input contractreferences/rewriting-guide.md: track-specific rewriting guidancereferences/harvard-hes-2024-notes.md: Harvard Extension School resume and cover letter checklistassets/example_profile.json: safe sample inputagents/openai.yaml: UI metadata