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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of creating ATS-compliant, job-targeted CV PDFs that reliably pass recruiter scanning without manual formatting work.

Core Features & Use Cases

  • JD-driven ATS keyword tailoring: Extracts JD keywords and injects them naturally into the CV while never inventing unverified experience.
  • ATS-safe formatting and structure: Enforces a single-column, text-selectable HTML-to-PDF layout with standard ATS sections and keyword distribution rules.
  • End-to-end PDF pipeline: Builds a personalized HTML CV from a template, selects the correct page format (letter vs A4), and generates the final PDF output.

Quick Start

Use the pdf skill to generate an ATS-optimized PDF for the resume stored in cv.md using the job description from your context.

Frequently Asked Questions about pdf

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

FAQPage Schema
How do I generate an ATS-friendly PDF resume from a markdown file?

To generate an ATS-friendly PDF resume, this Skill converts your markdown CV source into a tailored HTML template and runs a script to output a text-selectable, recruiter-friendly PDF document.

How does resume tailoring for a specific job description work?

Resume tailoring works by extracting keywords from a provided job description text or URL and naturally injecting them into your CV, reordering experience sections to align with the JD without inventing unverified experience.

Can I produce an A4 format CV instead of US Letter for international applications?

Yes, you can produce international A4 format CVs as well as US/Canada letter formats. The PDF generation pipeline automatically applies the correct page format based on your target region.

What is the best way to ensure my CV formatting passes applicant tracking systems?

The best way to pass applicant tracking systems is using an ATS-safe single-column, text-selectable HTML-to-PDF layout with standard sections and keyword distribution rules, which this pipeline enforces automatically.

Do I need to manually format my CV before generating the PDF?

No, manual formatting is not required. The Skill uses a provided HTML template and an automated generation script to build the personalized layout and enforce ATS constraints directly from your markdown source.