# Send Resume Optimizer to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "resume-optimizer",
    "name": "Resume Optimizer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/TomsTools11/resume-optimizer",
    "canonicalUrl": "https://clawhub.ai/TomsTools11/resume-optimizer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/resume-optimizer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=resume-optimizer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate_resume_pdf.py",
      "references/templates.md",
      "references/best-practices.md",
      "references/analysis-checklist.md",
      "references/ats-optimization.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "resume-optimizer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T06:21:31.155Z",
      "expiresAt": "2026-05-15T06:21:31.155Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=resume-optimizer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=resume-optimizer",
        "contentDisposition": "attachment; filename=\"resume-optimizer-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "resume-optimizer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/resume-optimizer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/resume-optimizer",
    "downloadUrl": "https://openagent3.xyz/downloads/resume-optimizer",
    "agentUrl": "https://openagent3.xyz/skills/resume-optimizer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/resume-optimizer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/resume-optimizer/agent.md"
  }
}
```
## Documentation

### Resume Optimizer

Build professional, ATS-optimized resumes with PDF export capabilities.

### Capabilities

Create Resumes - Build new resumes from user information with professional formatting
Customize Resumes - Tailor existing resumes for specific roles or per user requests
Analyze Resumes - Review resumes and provide actionable improvement recommendations
Export to PDF - Generate downloadable, ATS-friendly PDF documents

### Creating a New Resume

Gather user information (experience, education, skills, target role)
Select appropriate format (see format selection guide below)
Read references/templates.md for the chosen template
Build resume content following references/best-practices.md
Generate PDF using scripts/generate_resume_pdf.py

### Customizing an Existing Resume

Review the provided resume content
Understand the target role/changes requested
Read references/ats-optimization.md for keyword integration
Apply modifications following best practices
Generate updated PDF

### Analyzing a Resume

Parse the resume content
Check against criteria in references/analysis-checklist.md
Identify strengths and improvement areas
Provide specific, actionable recommendations
Optionally offer to implement changes

### Format Selection Guide

Chronological (Most Common)

Use for: Consistent work history in same field, clear career progression
Best for: Most professionals staying in their field
Read: references/templates.md → Chronological Template section

Functional

Use for: Career changers, employment gaps, emphasizing transferable skills
Best for: Returning to workforce, diverse experience across fields
Read: references/templates.md → Functional Template section

Combination

Use for: Mid-career professionals balancing skills and progression
Best for: Diverse skill sets, career changers with relevant experience
Read: references/templates.md → Combination Template section

### PDF Generation

Use the provided script to create professional PDFs:

python3 scripts/generate_resume_pdf.py \\
  --input resume_content.json \\
  --output resume.pdf \\
  --format chronological

The script uses reportlab to create clean, ATS-compatible PDFs with:

Professional typography (Helvetica)
Proper margins and spacing (0.75" all sides)
Clean section headers
Bullet point formatting
Consistent visual hierarchy

### Essential References

Before creating any resume, read:

references/best-practices.md - Core resume writing principles
references/ats-optimization.md - ATS compatibility requirements
references/templates.md - Format-specific templates

Before analyzing a resume, read:

references/analysis-checklist.md - Evaluation criteria and scoring

### Quick Start Examples

Creating a resume:

User: "Help me build a resume. I have 5 years in marketing."

Steps:
1. Gather: Current role, key achievements, education, certifications
2. Format: Chronological (clear progression in same field)
3. Build: Use template from references/templates.md
4. Keywords: Integrate from job description per ats-optimization.md
5. Export: Generate PDF to /mnt/user-data/outputs/

Tailoring for a role:

User: "Tailor my resume for this job [job description]"

Steps:
1. Parse job description for required skills/keywords
2. Identify gaps between resume and requirements
3. Reorder bullets to lead with relevant achievements
4. Integrate keywords naturally throughout
5. Update summary to mirror key requirements
6. Generate updated PDF

Analyzing a resume:

User: "Review my resume and tell me how to improve it"

Steps:
1. Read references/analysis-checklist.md
2. Evaluate each section against criteria
3. Score: Content, Format, ATS-compatibility
4. Identify top 3-5 priority improvements
5. Provide specific rewrite examples
6. Offer to implement changes

### Output Requirements

All generated resumes must:

Be saved to /mnt/user-data/outputs/ for user download
Use descriptive filenames: FirstName_LastName_Resume.pdf
Include a download link using computer:// protocol
Follow ATS-friendly formatting (no tables, text boxes, or graphics)

### Code Style

When generating Python scripts for PDF creation:

Use reportlab for PDF generation
Keep code concise and functional
Handle errors gracefully
Test output before delivering to user
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: TomsTools11
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T06:21:31.155Z
- Expires at: 2026-05-15T06:21:31.155Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/resume-optimizer)
- [Send to Agent page](https://openagent3.xyz/skills/resume-optimizer/agent)
- [JSON manifest](https://openagent3.xyz/skills/resume-optimizer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/resume-optimizer/agent.md)
- [Download page](https://openagent3.xyz/downloads/resume-optimizer)