← Back to Skills Marketplace
Resume Score for the resume
by
Unclecheng
· GitHub ↗
· v1.0.0
· MIT-0
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unclecheng-ai-resume-judge
Description
AI简历评分助手。根据用户上传的简历(含Markdown文本或文件),按照AI领域满分/及格线两份参考简历为基准,计算简历能力值(满分100分)。若简历非AI领域,则进行跨行业等价换算,评估该简历在其所属行业的能力水平。
Usage Guidance
This skill appears coherent and self-contained: it scores resumes using local Python code and templates and does not ask for credentials or external installation. Before using it, consider: (1) Only provide resume files you intend the skill to read (it will parse any path you supply). (2) The scoring is keyword/regex-based and may misclassify fields or industry; treat the output as advisory, not definitive. (3) If you need stronger privacy guarantees, review the full scripts (scripts/resume_scorer.py and any remaining JS in assets) to confirm there are no hidden network calls in code portions not shown, or run the scorer in a trusted, offline environment. (4) Don't paste highly sensitive personal data unless you accept the privacy tradeoffs of processing those contents.
Capability Analysis
Type: OpenClaw Skill
Name: unclecheng-ai-resume-judge
Version: 1.0.0
The skill bundle contains a resume scoring engine that exhibits risky file handling behavior. Specifically, `scripts/resume_scorer.py` attempts to open and read any input string that looks like a file path without sanitization or validation, which could be exploited to read arbitrary local files. Furthermore, the script contains a hardcoded absolute output path (`C:/Users/UncleC/Desktop/...`), indicating poor security hygiene and potential for unauthorized file writes on specific systems. While these appear to be unintentional vulnerabilities rather than intentional malice, they pose a risk to the host environment.
Capability Assessment
Purpose & Capability
Name/description (resume scoring) matches included artifacts: SKILL.md describes scoring logic, references scoring_benchmark.md, provides templates, and the repo contains a local scorer (scripts/resume_scorer.py) and a report UI (assets/index.html). No unrelated credentials, binaries, or platform access are requested.
Instruction Scope
Runtime instructions tell the agent to accept pasted text or read a user-supplied file path and parse it to plain text — this is expected for a resume grader. Note: the skill will parse any file the user provides, so only supply files you intend the skill to read; the scoring logic is keyword- and regex-based (may misclassify some resumes).
Install Mechanism
No install spec is provided (instruction-only plus local Python script and static HTML). Nothing is downloaded or executed from external URLs in the provided files. This is low-risk for installation behavior.
Credentials
No environment variables, credentials, or config paths are required. The skill does not declare or attempt to read external secrets in the provided SKILL.md and shown code imports are standard (re, json, datetime).
Persistence & Privilege
The skill is not marked 'always: true' and does not request persistent or platform-wide privileges. It contains only its own local code and static assets and does not modify other skills or global agent settings in the provided artifacts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install unclecheng-ai-resume-judge - After installation, invoke the skill by name or use
/unclecheng-ai-resume-judge - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
AI-Resume-Judge v1.0.0
- 初始发布:简历能力智能评分助手上线,支持AI及多行业领域简历自适应打分。
- 提供AI领域满分/及格线参考简历,使评分标准明确可追溯。
- 支持100分细化的分项评分(7大维度),兼具成就、技术、经历、表达等层面。
- 实现自动识别简历所属行业,并据行业难度系数进行等价分数换算。
- 输出结构化报告,包括详细分维打分、具体点评与Top 3改进建议。
- 修正行业识别逻辑,提升非技术类行业判定准确性。
Metadata
Frequently Asked Questions
What is Resume Score for the resume?
AI简历评分助手。根据用户上传的简历(含Markdown文本或文件),按照AI领域满分/及格线两份参考简历为基准,计算简历能力值(满分100分)。若简历非AI领域,则进行跨行业等价换算,评估该简历在其所属行业的能力水平。 It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Resume Score for the resume?
Run "/install unclecheng-ai-resume-judge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Resume Score for the resume free?
Yes, Resume Score for the resume is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Resume Score for the resume support?
Resume Score for the resume is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Resume Score for the resume?
It is built and maintained by Unclecheng (@unclecheng-li); the current version is v1.0.0.
More Skills