latex

Generate a job-tailored LaTeX CV from cv.md and profile.yml.

Updated May 21, 2026
One-click install
npx skills add https://github.com/wahajahmed010/openclaw-skills --skill latex-wahajahmed010
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex
Source: https://github.com/wahajahmed010/openclaw-skills/tree/main/skills/career-ops/skills/latex
Command: npx skills add https://github.com/wahajahmed010/openclaw-skills --skill latex-wahajahmed010

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tectonic, pdflatex, node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the time-consuming effort of manually rewriting and formatting a LaTeX/Overleaf CV for a specific job description, ensuring ATS-friendly keyword alignment.

Core Features & Use Cases

  • ATS-aware LaTeX/Overleaf CV generation: Reads your CV source of truth and rewrites it to inject job-relevant keywords without inventing skills.
  • Job-specific tailoring pipeline: Extracts 15–20 keywords from the JD, detects JD language and role archetype, adapts the professional summary, and reorders projects/experience by JD relevance.
  • One-shot export to build-ready artifacts: Produces a date-stamped .tex and compiles it into a PDF using Tectonic (preferred) or pdflatex, suitable for direct Overleaf upload.

Quick Start

Ask the assistant to generate latex cv for the job description you provided and produce the Overleaf-ready .tex and compiled PDF output.

Frequently Asked Questions about latex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an ATS-friendly LaTeX CV tailored to a job description?

Generate an ATS-friendly LaTeX CV by extracting keywords from a provided job description and rewriting your existing CV source to align with role requirements. The process adapts your professional summary and reorders experience by relevance, producing a compiled PDF.

How does keyword tailoring work when exporting a LaTeX resume?

Keyword tailoring works by extracting 15–20 keywords from the job description, detecting the JD language, and framing the role archetype. It safely rewrites the existing CV content to inject these keywords without inventing new skills or experiences.

Can I use Tectonic or pdflatex to compile a job-tailored CV into a PDF?

Yes, you can use either Tectonic or pdflatex to compile the job-tailored CV. The workflow generates a date-stamped .tex file with safely escaped LaTeX characters, then compiles it into a build-ready PDF suitable for direct Overleaf upload.

Do I need to provide an existing CV file to create an Overleaf-ready resume?

Yes, you must provide an existing CV by reading a cv.md file and a profile.yml file. The tool uses these inputs as the source of truth to rewrite and tailor content for the specific job description, ensuring no skills are fabricated.

What is the best way to adapt an Overleaf CV for different companies and roles?

The best way to adapt an Overleaf CV is through a job-specific tailoring pipeline that detects the JD language and role archetype. It modifies the professional summary and reorders projects based on relevance, outputting a date-stamped .tex file for compilation.

Why are my LaTeX-sensitive characters causing compilation errors in a tailored CV?

LaTeX-sensitive characters cause compilation errors when not properly escaped during generation. The workflow explicitly handles safe character escaping while writing the .tex template output to prevent build failures during Tectonic or pdflatex compilation.