home / skills / openclaw / skills / resume-gen
This skill helps you generate and optimize developer resumes quickly by tailoring content to roles and highlighting quantified achievements.
npx playbooks add skill openclaw/skills --skill resume-genReview the files below or copy the command above to add this skill to your agents.
---
name: resume-gen
description: Generate and improve developer resumes. Use when job hunting.
---
# Resume Generator
Writing resumes is painful. Describe your experience and get a properly formatted developer resume.
**One command. Zero config. Just works.**
## Quick Start
```bash
npx ai-resume "senior fullstack engineer, 5 years React, Node.js, AWS"
```
## What It Does
- Generates professional developer resumes
- Highlights relevant skills for the role
- Uses action verbs and quantified achievements
- Outputs markdown for easy editing
## Usage Examples
```bash
# Senior role
npx ai-resume "senior fullstack engineer, 5 years React, Node.js, AWS"
# Junior role
npx ai-resume "junior frontend dev, 1 year Vue.js" -o resume.md
# Career change
npx ai-resume "backend engineer transitioning to ML, Python, PyTorch"
```
## Best Practices
- **Quantify achievements** - "increased performance by 40%"
- **Match keywords** - use terms from job descriptions
- **Keep it concise** - one page for most roles
- **Update regularly** - don't wait until you need it
## When to Use This
- Starting a job search
- Need a baseline to customize
- Updating outdated resume
- Applying to different role types
## Part of the LXGIC Dev Toolkit
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
**Find more:**
- GitHub: https://github.com/LXGIC-Studios
- Twitter: https://x.com/lxgicstudios
- Substack: https://lxgicstudios.substack.com
- Website: https://lxgicstudios.com
## Requirements
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
```bash
npx ai-resume --help
```
## How It Works
Takes your experience description and generates a professionally formatted resume with appropriate sections, action verbs, and technical skills highlighting.
## License
MIT. Free forever. Use it however you want.
---
**Built by LXGIC Studios**
- GitHub: [github.com/lxgicstudios/resume-gen](https://github.com/lxgicstudios/resume-gen)
- Twitter: [@lxgicstudios](https://x.com/lxgicstudios)
This skill generates and improves developer resumes from a short prompt. It converts experience and role intent into a professional, editable markdown resume that highlights technical skills, action verbs, and quantified achievements. It’s designed to be zero-config and fast for job hunting workflows.
Provide a short description of your role, experience, and key technologies. The tool analyzes the input, selects relevant sections (summary, experience, skills, education), and produces a polished markdown resume with targeted bullet points and metrics. It outputs a ready-to-edit file so you can quickly customize for specific job applications.
Do I need to install anything?
No install required. Run it with npx and Node.js 18+ is recommended.
Can I edit the output?
Yes. The skill outputs markdown so you can edit formatting, reorder sections, or tailor language for each job.
Does it require an API key?
It may require an OPENAI_API_KEY environment variable depending on the implementation and runtime; follow the tool’s help output for details.