Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

resume-cv-builder简历生成器

Agent Skill

resume-cv-builder 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

130,395

周安装

5,544

GitHub Stars

7

下载量

45,683
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:resume-cv-builder(简历生成器)
来源仓库:https://github.com/sebastian-buitrag0/resume-cv-builder
安装命令:
openclaw skills install resume-cv-builder
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install resume-cv-builder

简介

创建专业的简历。生成 ATS 友好的格式、优化要点、针对特定作业进行定制以及导出为多种格式(Markdown、HTML、LaTeX、PDF)。

SKILL.md

name
resume-cv-builder
description
Create professional resumes and CVs. Generate ATS-friendly formats, optimize bullet points, tailor for specific jobs, and export to multiple formats (Markdown, HTML, LaTeX, PDF).
homepage
https://github.com/your-username/resume-builder-skill
metadata
{"clawdbot":{"emoji":"📄","requires":{"bins":["pandoc"],"env":[]}}}

Resume/CV Builder Skill

Create professional, ATS-optimized resumes and CVs directly from Clawdbot.

Quick Start

Ask me to:

  • "Create a resume for a software engineer position"
  • "Optimize my resume for ATS"
  • "Convert my resume to PDF"
  • "Tailor my resume for this job description: [paste JD]"

Resume Structure

Standard Sections (Recommended Order)

# FULL NAME
Contact Info | LinkedIn | GitHub | Portfolio

## PROFESSIONAL SUMMARY
2-3 sentences highlighting key qualifications

## SKILLS
Technical Skills | Soft Skills | Tools | Languages

## EXPERIENCE
Company — Title (Date - Date)
• Achievement-focused bullet points

## EDUCATION
Degree, Major — University (Year)

## PROJECTS (Optional)
## CERTIFICATIONS (Optional)
## PUBLICATIONS (Optional)

Writing Guidelines

Professional Summary Formula

[Title] with [X years] of experience in [domain]. 
Proven track record of [key achievement]. 
Skilled in [top 3 skills]. Seeking to [goal] at [company type].

Example:

Senior Software Engineer with 7 years of experience in full-stack development. 
Proven track record of reducing system latency by 40% and leading teams of 5+ developers. 
Skilled in Python, React, and AWS. Seeking to drive technical innovation at a growth-stage startup.

Bullet Point Formula (CAR Method)

[Action Verb] + [Task/Project] + [Result with Metrics]

Strong Action Verbs by Category:

LeadershipTechnicalGrowthEfficiency
LedDevelopedIncreasedReduced
DirectedEngineeredGrewStreamlined
ManagedArchitectedExpandedAutomated
MentoredImplementedGeneratedOptimized
CoordinatedDesignedBoostedConsolidated

Examples:

❌ Weak: "Responsible for managing a team"
✅ Strong: "Led cross-functional team of 8 engineers, delivering 3 major features ahead of schedule"

❌ Weak: "Worked on improving website performance"
✅ Strong: "Optimized database queries reducing page load time by 65%, improving user retention by 23%"

❌ Weak: "Helped with customer support"
✅ Strong: "Resolved 500+ customer tickets monthly with 98% satisfaction rate, reducing escalations by 40%"

Quantify Everything

Instead of...Write...
Managed a teamManaged team of 12 engineers across 3 time zones
Increased salesIncreased sales by $2.3M (34% YoY growth)
Improved efficiencyReduced processing time from 4 hours to 15 minutes
Handled budgetManaged $500K annual budget with 100% compliance
Many usersPlatform serving 50K+ daily active users

ATS Optimization

Do's ✅

  • Use standard section headings (Experience, Education, Skills)
  • Include keywords from job description
  • Use common job titles
  • Spell out acronyms first: "Search Engine Optimization (SEO)"
  • Use standard fonts (Arial, Calibri, Times New Roman)
  • Save as .docx or .pdf (text-based, not image)

Don'ts ❌

  • No tables, columns, or text boxes
  • No headers/footers (ATS may not read them)
  • No images, logos, or graphics
  • No creative section names ("My Journey" → "Experience")
  • No special characters or icons
  • Avoid PDF if created from image/scan

Keyword Optimization

# Extract keywords from job description
echo "JOB_DESCRIPTION" | tr '[:upper:]' '[:lower:]' | \
  grep -oE '\b[a-z]{3,}\b' | sort | uniq -c | sort -rn | head -20

Templates

Software Engineer

# JANE DOE
San Francisco, CA | jane@email.com | linkedin.com/in/janedoe | github.com/janedoe

## PROFESSIONAL SUMMARY
Full-stack Software Engineer with 5+ years building scalable web applications. 
Expert in React, Node.js, and AWS with a track record of improving system performance by 40%+. 
Passionate about clean code and mentoring junior developers.

## TECHNICAL SKILLS
**Languages:** Python, JavaScript/TypeScript, Go, SQL
**Frontend:** React, Next.js, Redux, Tailwind CSS
**Backend:** Node.js, FastAPI, PostgreSQL, Redis
**Cloud/DevOps:** AWS (EC2, S3, Lambda), Docker, Kubernetes, CI/CD
**Tools:** Git, Jira, Figma, DataDog

## EXPERIENCE

**Senior Software Engineer** | TechCorp Inc. | Jan 2022 – Present
• Architected microservices migration reducing deployment time by 70% and enabling independent scaling
• Led team of 5 engineers delivering real-time notification system serving 2M+ users
• Implemented automated testing pipeline increasing code coverage from 45% to 92%
• Mentored 3 junior developers through structured onboarding program

**Software Engineer** | StartupXYZ | Jun 2019 – Dec 2021
• Built React dashboard processing $5M+ monthly transactions with 99.9% uptime
• Optimized PostgreSQL queries reducing API response time by 60%
• Developed CI/CD pipeline cutting release cycles from 2 weeks to 2 days

## EDUCATION
**B.S. Computer Science** | University of California, Berkeley | 2019
GPA: 3.7 | Relevant Coursework: Distributed Systems, Machine Learning, Algorithms

## PROJECTS
**Open Source Contribution** | github.com/project
• Contributed authentication module to popular framework (500+ GitHub stars)

Product Manager

# ALEX SMITH
New York, NY | alex@email.com | linkedin.com/in/alexsmith

## PROFESSIONAL SUMMARY
Product Manager with 6 years driving B2B SaaS products from concept to scale. 
Led products generating $15M+ ARR with proven expertise in user research, data analysis, and cross-functional leadership. 
MBA from Wharton.

## SKILLS
**Product:** Roadmap Planning, User Research, A/B Testing, PRDs, OKRs
**Analytics:** SQL, Amplitude, Mixpanel, Tableau, Excel
**Tools:** Jira, Figma, Miro, Notion, Productboard
**Methods:** Agile/Scrum, Design Thinking, Jobs-to-be-Done

## EXPERIENCE

**Senior Product Manager** | SaaS Company | Mar 2021 – Present
• Own product roadmap for enterprise platform ($8M ARR, 200+ customers)
• Launched AI-powered feature increasing user engagement by 45% and reducing churn by 20%
• Conducted 100+ customer interviews identifying $3M expansion opportunity
• Collaborated with engineering (12 devs), design, and sales to deliver quarterly releases

**Product Manager** | Tech Startup | Jan 2019 – Feb 2021
• Grew mobile app from 10K to 150K MAU through data-driven feature prioritization
• Reduced onboarding drop-off by 35% via user research and UX improvements
• Defined and tracked KPIs resulting in 25% improvement in activation rate

## EDUCATION
**MBA** | The Wharton School | 2018
**B.A. Economics** | NYU | 2014

Marketing Manager

# SARAH JOHNSON
Los Angeles, CA | sarah@email.com | linkedin.com/in/sarahjohnson

## PROFESSIONAL SUMMARY
Digital Marketing Manager with 5+ years driving growth for DTC and B2B brands. 
Managed $2M+ annual ad spend with 4x ROAS. Expert in paid acquisition, SEO, and marketing automation.

## SKILLS
**Channels:** Google Ads, Meta Ads, LinkedIn, TikTok, SEO/SEM
**Tools:** HubSpot, Marketo, Google Analytics, SEMrush, Klaviyo
**Skills:** Marketing Automation, Content Strategy, CRO, Email Marketing
**Analytics:** SQL, Looker, Excel, Attribution Modeling

## EXPERIENCE

**Marketing Manager** | E-commerce Brand | Jun 2021 – Present
• Manage $150K/month paid media budget achieving 4.2x ROAS (vs. 2.5x benchmark)
• Grew organic traffic by 180% YoY through SEO content strategy (50+ articles)
• Built email automation flows generating $500K incremental revenue
• Led rebrand project increasing brand awareness by 60% (measured via surveys)

**Digital Marketing Specialist** | Agency | Aug 2019 – May 2021
• Managed campaigns for 8 clients with combined $1M annual spend
• Achieved average 35% reduction in CAC across client portfolio
• Created reporting dashboards saving team 10 hours/week

## EDUCATION
**B.S. Marketing** | USC Marshall | 2019

## CERTIFICATIONS
Google Ads Certified | HubSpot Inbound Marketing | Meta Blueprint

Export Commands

Markdown to HTML

pandoc resume.md -o resume.html --standalone --css=style.css

Markdown to PDF

pandoc resume.md -o resume.pdf --pdf-engine=xelatex

Markdown to DOCX

pandoc resume.md -o resume.docx

With Custom Styling

# Create styled HTML
pandoc resume.md -o resume.html --standalone \
  --metadata title="Resume" \
  --css="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"

Tailoring for Specific Jobs

Step-by-Step Process

  1. Extract Keywords from job description
  2. Match Skills — ensure your skills section mirrors JD requirements
  3. Reorder Bullets — most relevant experience first
  4. Mirror Language — use same terminology as JD
  5. Customize Summary — mention company name and specific role

Example Tailoring

Job Description says:

"Looking for experience with React, TypeScript, and AWS. Must have led teams."

Your bullet BEFORE:

• Developed web applications using various technologies

Your bullet AFTER:

• Led team of 4 engineers building React/TypeScript applications deployed on AWS, serving 50K users

Common Mistakes to Avoid

MistakeFix
Including "References available upon request"Remove — it's assumed
Using personal pronouns (I, me, my)Start bullets with action verbs
Listing job duties instead of achievementsFocus on results and impact
Including outdated skills (jQuery, Flash)Keep skills current and relevant
Making it longer than 2 pages1 page for <10 years exp, 2 max
Using generic objective statementReplace with targeted summary
Inconsistent formattingUse same date format, bullet style
Typos and grammar errorsProofread multiple times

Quick Checklist

□ Contact info is current and professional
□ Email is professional (not coolboy99@...)
□ Summary is tailored to target role
□ All bullets start with action verbs
□ Achievements include metrics/numbers
□ Skills match job description keywords
□ Education includes relevant details only
□ No typos or grammatical errors
□ Consistent formatting throughout
□ Saved in ATS-friendly format
□ File named professionally (FirstName_LastName_Resume.pdf)

Resources

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.32%
按下载量换算40,347

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills