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

ai-resume-builder-proAI 简历生成器专业版

Agent Skill

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

总安装

2,327

周安装

96

GitHub Stars

公开资料未说明

下载量

760
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install ai-resume-builder-pro

简介

创建 ATS 友好型简历,适配行业特定模板风格。

  • 突出成就量化指标与岗位匹配关键词。
  • 支持多版本导出与格式兼容性优化。ai-resume-builder-pro 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 适用于求职、转岗、晋升等职业发展场景。
  • 内容真实性由用户负责,禁止虚构经历与成果。

SKILL.md

name
ai-resume-pro
description
Professional AI resume builder that creates ATS-optimized resumes with tailored content, achievement highlighting, and industry-specific templates. Includes cover letter generation and LinkedIn optimization.

AI Resume Pro

Professional resume creation tool powered by AI. Creates ATS-optimized resumes that pass applicant tracking systems and impress hiring managers.


Features

📄 ATS-Optimized Resumes

  • Keyword Optimization: Match job descriptions
  • Format Compliance: ATS-friendly layouts
  • Section Structure: Proper headings and organization
  • File Formats: PDF, DOCX, TXT exports

✨ Content Enhancement

  • Achievement Highlighting: Quantify accomplishments
  • Action Verbs: Strong, impactful language
  • Skills Matching: Align with job requirements
  • Industry Terminology: Sector-specific keywords

📝 Cover Letters

  • Customized Content: Tailored to each job
  • Company Research: Incorporate company values
  • Hiring Manager Focus: Address decision-makers
  • Call to Action: Strong closing statements

💼 LinkedIn Optimization

  • Profile Summary: Compelling headline and about section
  • Experience Descriptions: Detailed role descriptions
  • Skills Section: Relevant skill endorsements
  • Recommendation Requests: Template for asking

Usage

Basic Resume Creation

const builder = new ResumeBuilder();

const resume = await builder.createResume({
  personalInfo: {
    name: '张三',
    email: 'zhangsan@email.com',
    phone: '138-0000-0000',
    location: '北京'
  },
  experience: [
    {
      company: '某某科技公司',
      position: '高级软件工程师',
      startDate: '2020-01',
      endDate: 'present',
      responsibilities: [
        '负责后端系统开发',
        '带领 5 人团队',
        '优化系统性能提升 50%'
      ]
    }
  ],
  education: [
    {
      school: '北京大学',
      degree: '计算机科学与技术',
      year: '2016-2020'
    }
  ],
  targetJob: '高级后端开发工程师'
});

console.log(resume.content);

Job-Tailored Resume

const tailoredResume = await builder.tailorResume({
  resume: existingResume,
  jobDescription: jobPosting,
  emphasize: ['leadership', 'performance-optimization']
});

Cover Letter Generation

const coverLetter = await builder.generateCoverLetter({
  resume: resume,
  company: '某某公司',
  position: '高级后端开发工程师',
  hiringManager: '技术总监',
  keyPoints: ['5 年后端经验', '高并发系统经验', '团队管理经验']
});

Architecture

User Input (Experience, Education, Skills)
    ↓
Content Analysis Agent
    ├─ Extract key achievements
    ├─ Identify transferable skills
    └─ Match with target job
    ↓
ATS Optimization Agent
    ├─ Keyword optimization
    ├─ Format compliance check
    └─ Section structure
    ↓
Content Enhancement Agent
    ├─ Achievement quantification
    ├─ Action verb enhancement
    └─ Industry terminology
    ↓
Template Selection
    ├─ Industry-appropriate design
    ├─ Experience level matching
    └─ ATS compatibility
    ↓
Final Resume (PDF/DOCX)

Templates

By Industry

  • Technology: Clean, modern design
  • Finance: Conservative, professional
  • Creative: Visual, portfolio-focused
  • Healthcare: Detailed, certification-focused
  • Education: Achievement-oriented

By Experience Level

  • Entry-Level: Education-focused, internships highlighted
  • Mid-Level: Experience and achievements balanced
  • Senior: Leadership and impact emphasized
  • Executive: Strategic vision and results

Best Practices

Content

  1. Quantify Achievements: Use numbers and metrics
  2. Use Action Verbs: Led, Managed, Developed, Optimized
  3. Tailor for Each Job: Match keywords from job description
  4. Keep It Concise: 1-2 pages maximum
  5. Proofread: Zero typos or grammatical errors

Format

  1. Simple Layout: Avoid complex designs
  2. Standard Fonts: Arial, Calibri, Times New Roman
  3. Clear Headings: Easy to scan
  4. Consistent Formatting: Dates, bullets, spacing
  5. ATS-Friendly: No images, tables, or graphics

Example Output

# 张三
**高级软件工程师**

📧 zhangsan@email.com | 📱 138-0000-0000 | 📍 北京

## 个人总结
5 年后端开发经验,专注于高并发系统设计。曾带领 5 人团队优化系统性能,提升 50% 响应速度。熟悉 Java、Python、Go 等技术栈。

## 工作经历

### 某某科技公司 | 高级软件工程师
*2020-01 - 至今*

- **系统优化**: 重构核心模块,响应时间从 500ms 降至 250ms,提升 50%
- **团队领导**: 带领 5 人团队,完成 3 个大型项目,客户满意度 95%
- **技术创新**: 引入微服务架构,系统可扩展性提升 3 倍

### 某某创业公司 | 软件工程师
*2018-06 - 2019-12*

- **产品开发**: 从 0 到 1 开发核心产品,用户增长至 10 万+
- **性能优化**: 数据库优化,查询速度提升 80%

## 教育背景

**北京大学** | 计算机科学与技术 | 本科
*2016-2020*

## 技能

- **编程语言**: Java, Python, Go, JavaScript
- **框架**: Spring Boot, Django, Gin
- **数据库**: MySQL, PostgreSQL, Redis, MongoDB
- **工具**: Git, Docker, Kubernetes, Jenkins

## 证书

- AWS 认证解决方案架构师
- Oracle Java 认证专家

Installation

clawhub install ai-resume-pro

API Reference

createResume(options)

Create a new resume from scratch.

Parameters:

  • personalInfo: Personal information
  • experience: Work experience array
  • education: Education array
  • skills: Skills list
  • targetJob: Target job title

Returns: Resume object with formatted content

tailorResume(options)

Tailor existing resume for specific job.

Parameters:

  • resume: Existing resume
  • jobDescription: Job posting text
  • emphasize: Skills/experience to emphasize

Returns: Tailored resume

generateCoverLetter(options)

Generate customized cover letter.

Parameters:

  • resume: Candidate resume
  • company: Company name
  • position: Job position
  • hiringManager: Hiring manager name (optional)

Returns: Cover letter text


License

MIT


Author

AI-Agent


Version

1.1.0


Created

2026-04-02


Updated

2026-04-02 (Enhanced with examples and best practices)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

82.57%
按下载量换算628

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills