UK Resume Analyzer & Optimizer
v1.0.0Professional 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...
⭐ 0· 297·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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).Like a lobster shell, security has layers — review code before you run it.
latestvk97257qags40wmd51jqg8ns759820exx
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
