Resume Generator

v1.0.1

为程序员和测试工程师智能生成多模板多格式专业简历,可根据岗位JD优化关键词并自动生成自我介绍。

0· 103·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for shenghoo123-png/resume-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Resume Generator" (shenghoo123-png/resume-generator) from ClawHub.
Skill page: https://clawhub.ai/shenghoo123-png/resume-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install resume-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install resume-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (resume generation, templates, JD optimization) match the included source files (cli.py, generator.py, tests). There is a small mismatch in SKILL.md marketing (mentions 'Team/API access' in pricing) while the code contains no server/API or credential requirements — this looks like a product/packaging note, not a malicious mismatch.
Instruction Scope
SKILL.md instructs CLI usage and optional pip install. The CLI only reads user-supplied files (JSON, markdown, JD) and writes local output; it does not access unrelated filesystem paths or environment variables, nor does it transmit data to external endpoints in the visible code.
Install Mechanism
Registry contains no install spec (instruction-only), while SKILL.md shows a 'pip install resume-generator' command. That pip line is a user instruction to install the package from PyPI and is common, but installing from PyPI pulls remote code (standard behavior). The skill bundle itself includes Python source files, and there is no automated installer or external downloads in the package.
Credentials
The skill declares no required environment variables, no credentials, and the code does not read env vars. PDF export suggests optional pdfkit/wkhtmltopdf dependencies, but those are only optional tools and not requested as secrets.
Persistence & Privilege
Flags show always:false and normal user-invocable/autonomous settings. The skill does not request permanent system presence or modify other skills; no elevated privileges are requested.
Assessment
This skill appears to be what it claims: a local resume generator. Before installing or running: (1) if you don't already trust the PyPI package name shown in SKILL.md, avoid running the pip install line and instead inspect or run the included source locally in a sandbox; (2) the tool processes personal data (name, email, resume text, JD) locally—don't feed it sensitive secrets or credentials; (3) PDF export relies on optional external tools (pdfkit/wkhtmltopdf) if you need PDF output; and (4) note the SKILL.md mentions 'API access' in pricing but there is no API/client code here—if you expect an online API, ask the author for details. Overall I find no indicators of hidden endpoints, exfiltration, or excessive privileges.

Like a lobster shell, security has layers — review code before you run it.

latestvk9744rzr62emr9awyrr8s0gdsn84bgmf
103downloads
0stars
2versions
Updated 3w ago
v1.0.1
MIT-0

Resume Generator - AI简历生成器

为程序员和测试工程师打造的智能简历生成工具。输入个人信息,输出专业简历。

功能

  • 多模板:3种专业简历模板
  • 多格式:Markdown / HTML / PDF导出
  • 岗位匹配:根据JD优化简历关键词
  • AI自我介绍:基于经历自动生成

使用方法

# 安装
pip install resume-generator

# 基本使用
resume-generator generate --name "张三" --email "zhangsan@example.com" --phone "13800138000"

# 从JSON文件导入
resume-generator generate --input resume_data.json --template modern

# 导出为HTML
resume-generator export --input resume.md --format html --output resume.html

# 导出为PDF
resume-generator export --input resume.html --format pdf --output resume.pdf

# 优化简历
resume-generator optimize --resume resume.md --jd "job_description.txt"

输入格式

{
  "name": "张三",
  "email": "zhangsan@example.com",
  "phone": "13800138000",
  "location": "北京",
  "education": [
    {
      "school": "北京大学",
      "major": "计算机科学",
      "degree": "硕士",
      "year": "2020"
    }
  ],
  "experience": [
    {
      "company": "字节跳动",
      "title": "高级工程师",
      "duration": "2020.06 - 至今",
      "description": "- 负责抖音核心功能开发\n- 主导性能优化,提升30%加载速度"
    }
  ],
  "projects": [
    {
      "name": "电商系统",
      "role": "技术负责人",
      "tech": "Python, Django, Redis",
      "description": "构建高并发电商平台,日均订单10万+",
      "outcome": "月GMV突破500万"
    }
  ],
  "skills": [
    {"category": "编程语言", "items": ["Python", "JavaScript", "SQL"]},
    {"category": "框架", "items": ["Django", "React", "Vue"]},
    {"category": "工具", "items": ["Git", "Docker", "Jenkins"]}
  ],
  "self_intro": "6年后端开发经验,擅长高并发系统设计"
}

输出模板

模板1:简约技术型

黑白配色,左侧技能栏,右侧详细内容。适合技术岗位。

模板2:经典专业型

顶部联系方式,双栏布局。适合求职申请。

模板3:现代简洁型

大字体姓名,卡片式布局。适合互联网公司。

价格

套餐价格功能
Free免费基础模板、Markdown导出
Pro¥193种模板、HTML+PDF导出、岗位匹配优化
Team¥49批量生成、API访问、自定义模板

适用场景

  • 程序员客栈接单展示
  • 求职申请(Boss直聘、猎聘、拉勾)
  • 技术面试准备
  • 个人品牌展示

案例

案例1:Python开发工程师

{
  "name": "李明",
  "experience": [{"company": "美团", "title": "后端开发", "description": "- 负责订单系统\n- 日处理订单100万+"}],
  "skills": [{"category": "后端", "items": ["Python", "Go", "MySQL"]}]
}

输出:专业的技术简历,突出项目规模和业绩。

案例2:测试工程师

{
  "name": "王芳",
  "experience": [{"company": "阿里云", "title": "测试开发", "description": "- 主导自动化测试框架开发\n- 覆盖率从60%提升到90%"}],
  "skills": [{"category": "测试", "items": ["Selenium", "Pytest", "Jenkins"]}]
}

输出:突出测试业绩和工具开发能力。


让简历说话,用实力证明

Comments

Loading comments...