← 返回 Skills 市场
333
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install resume-optimizer-uk
功能描述
Professional resume analysis and optimization for UK job market. Use when user needs to (1) Analyze resume quality against a job description, (2) Get ATS com...
安全使用建议
This skill appears to do what it says: parse .docx resumes, score them, ask clarifying questions, and produce an annotated optimized .docx. Before installing/run it, consider the following: (1) Ensure the execution environment has Python and the python-docx package (pip install python-docx) because dependencies are not declared. (2) Resumes contain sensitive personal data — run this locally or on trusted infrastructure and verify where output/backups are written. (3) The script does not create native Word comments; it appends inline [COMMENT: ...] text, so review and clean comments before final submission. (4) Check file paths used in the backup step (it copies the original filename from parsed JSON) to avoid accidental overwrite. (5) If you do not want automatic processing by agents, keep autonomous invocation settings under your control (the skill is user-invocable and not always-on by default).
功能分析
Type: OpenClaw Skill
Name: resume-optimizer-uk
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for 'resume-optimizer-uk' is classified as benign. All scripts (`parse_resume.py`, `analyze_resume.py`, `generate_optimized.py`) perform local file operations (reading/writing .docx and .json files) using standard Python libraries (`docx`, `json`, `re`, `shutil`). There are no network calls, no use of `os.system` or `eval`/`exec` with untrusted input, and no attempts to access sensitive system resources or environment variables. The `SKILL.md` instructions are clear, functional, and do not contain any prompt injection attempts designed to manipulate the AI agent into performing malicious or unintended actions. The reference markdown files are purely informational.
能力评估
Purpose & Capability
Name/description match the implementation: scripts parse .docx, run a five-dimension analysis, ask for supplemental answers, and generate an optimized .docx with annotations. All required artifacts (parsed_resume.json, analysis_report.json, supplemental_data.json) are consistent with the described workflow.
Instruction Scope
SKILL.md instructs the agent to run the included Python scripts on local files and to collect supplemental answers. The instructions do not ask the agent to read unrelated system files, environment variables, or send data to external endpoints. The skill will read and write local files (resume, parsed JSON, backups, optimized .docx) which is expected for this use case.
Install Mechanism
There is no install spec (instruction-only), which is low risk. However the Python scripts import third-party libraries (python-docx). The skill metadata does not declare dependencies or suggest installing python-docx; the agent environment must have Python and python-docx available or the scripts will fail. No network downloads or suspicious install URLs are present.
Credentials
The skill requests no environment variables, credentials, or config paths. It only operates on user-supplied resume files and collected supplemental answers — this is proportionate to the stated purpose.
Persistence & Privilege
always:false and the skill does not request persistent system-wide changes. It creates local output and optional backups within the workflow, which is normal and constrained to its own files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install resume-optimizer-uk - 安装完成后,直接呼叫该 Skill 的名称或使用
/resume-optimizer-uk触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Resume Analyzer for the UK job market.
- Analyze resumes against job descriptions across five key dimensions: JD match, quantification, structure, language, and ATS-friendliness.
- Provides ATS compatibility score and keyword optimization suggestions.
- Enhances bullet points with quantified achievements using the CAR (Context, Action, Result) method.
- Generates an improved version of the resume in .docx format, with Word comments explaining each change.
- Supports interactive Q&A to capture additional user details and integrates them into the final optimized resume.
元数据
常见问题
UK Resume Analyzer & Optimizer 是什么?
Professional resume analysis and optimization for UK job market. Use when user needs to (1) Analyze resume quality against a job description, (2) Get ATS com... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。
如何安装 UK Resume Analyzer & Optimizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install resume-optimizer-uk」即可一键安装,无需额外配置。
UK Resume Analyzer & Optimizer 是免费的吗?
是的,UK Resume Analyzer & Optimizer 完全免费(开源免费),可自由下载、安装和使用。
UK Resume Analyzer & Optimizer 支持哪些平台?
UK Resume Analyzer & Optimizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 UK Resume Analyzer & Optimizer?
由 phonedog(@phonedog)开发并维护,当前版本 v1.0.0。
推荐 Skills