π¦ ClawHub
CV Skill
by @jasoncodespace
Create professional Harvard-style resumes, CVs, and matching cover letters from user-provided candidate descriptions, structured data, or existing resumes. U...
TERMINAL
clawhub install cv-skillπ About This Skill
name: cv-skill description: Create professional Harvard-style resumes and CVs 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. version: 1.0.0
CV Skill
Create role-targeted, black-and-white, Harvard-style resumes from candidate descriptions, structured input, or existing resumes.
Use this skill when
.docxWorkflow
1. Gather candidate data
Use the structured schema in references/input-schema.md.
If you are starting from an existing resume, extract:
2. Define track-specific positioning
For each job direction, rewrite:
Keep facts intact. Do not invent results or responsibilities.
3. Generate the resume
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
4. Validate before delivery
Check that:
Layout rules
Safety rules
.env files in the skill folderassets/example_profile.json only as a redacted exampleFiles
scripts/generate_resume.py: generic generatorreferences/input-schema.md: input contractreferences/rewriting-guide.md: track-specific rewriting guidanceassets/example_profile.json: safe sample inputagents/openai.yaml: UI metadata