← 返回 Skills 市场
tomstools11

Resume Optimizer

作者 TomsTools · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
3152
总下载
0
收藏
15
当前安装
2
版本数
在 OpenClaw 中安装
/install resume-optimizer
功能描述
Professional resume builder with PDF export, ATS optimization, and analysis capabilities. Use when users need to (1) Create new resumes from scratch, (2) Customize/tailor existing resumes for specific roles, (3) Analyze resumes and provide improvement recommendations, (4) Convert resumes to ATS-friendly PDF format. Supports chronological, functional, and combination resume formats.
安全使用建议
This skill appears coherent for resume creation and PDF export. Before installing or running it: (1) Inspect the full scripts/generate_resume_pdf.py file (the provided content was truncated) to ensure there are no hidden network calls, credential reads, or arbitrary execs at the end of the file; (2) be aware the script will attempt to pip-install reportlab at runtime (it uses subprocess and --break-system-packages) — run it in an isolated virtualenv/container if you want to avoid system changes; (3) confirm that writing files to /mnt/user-data/outputs/ and creating a computer:// download link matches your platform's expected behavior; (4) if you need higher assurance, run the script on a throwaway environment and inspect network activity and installed packages during first run.
功能分析
Type: OpenClaw Skill Name: resume-optimizer Version: 1.0.1 The skill is classified as suspicious due to the `scripts/generate_resume_pdf.py` file attempting to install the `reportlab` Python package using `pip install --break-system-packages`. While installing a dependency is a plausible need, this command involves shell execution, network access to PyPI, and the `--break-system-packages` flag, which grants broad permissions to modify the Python environment. This represents a risky capability without clear malicious intent, as the package is legitimate and for the stated purpose of PDF generation. No other files show evidence of malicious prompt injection or harmful behavior.
能力评估
Purpose & Capability
Name, description, SKILL.md, reference docs, templates, analysis checklist, and the PDF generator script all align with building, tailoring, analyzing, and exporting ATS-friendly resumes. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
Runtime instructions are narrowly scoped to collecting user resume data, consulting the included references, modifying/analysing content, and generating PDFs. The SKILL.md instructs saving outputs to /mnt/user-data/outputs/ and producing a computer:// download link — these are consistent with delivering files to the user.
Install Mechanism
There is no external install spec, but the included scripts/generate_resume_pdf.py attempts to pip-install reportlab at runtime using subprocess.check_call and the flag --break-system-packages. Installing from PyPI is reasonable for a PDF generator, but an in-script pip install changes the environment and the --break-system-packages flag is unusual and worth reviewing. No arbitrary external URLs or archives are fetched.
Credentials
The skill requests no environment variables, credentials, or config paths. The files and instructions do not reference secrets or unrelated system configuration. Saving output to /mnt/user-data/outputs/ is proportionate to the skill's purpose.
Persistence & Privilege
Skill does not request persistent/always inclusion and does not modify other skills or system-wide settings in the provided materials. It runs only when invoked; autonomous invocation is allowed by default but not a special privilege here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install resume-optimizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /resume-optimizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated skill.
v1.0.0
- Updated skill.
元数据
Slug resume-optimizer
版本 1.0.1
许可证
累计安装 15
当前安装数 15
历史版本数 2
常见问题

Resume Optimizer 是什么?

Professional resume builder with PDF export, ATS optimization, and analysis capabilities. Use when users need to (1) Create new resumes from scratch, (2) Customize/tailor existing resumes for specific roles, (3) Analyze resumes and provide improvement recommendations, (4) Convert resumes to ATS-friendly PDF format. Supports chronological, functional, and combination resume formats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3152 次。

如何安装 Resume Optimizer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install resume-optimizer」即可一键安装,无需额外配置。

Resume Optimizer 是免费的吗?

是的,Resume Optimizer 完全免费(开源免费),可自由下载、安装和使用。

Resume Optimizer 支持哪些平台?

Resume Optimizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Resume Optimizer?

由 TomsTools(@tomstools11)开发并维护,当前版本 v1.0.1。

💬 留言讨论