← Back to Skills Marketplace
lifenglei

resume-optimizers

by dream-boy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install resume-optimizer-pro
Description
评估并优化简历内容,输出精美的 HTML 修改建议报告。当用户提到"修改简历"、"优化简历"、"简历评估"时使用。支持前端和后端岗位,Claude 以前端/后端架构师视角进行评估,让用户清楚知道哪些部分需要优化。
Usage Guidance
这个技能确实实现了‘读取 PDF、用 Claude/Anthropic 评估、生成 HTML 报告’的功能,但元数据没有声明它实际需要的外部 API 凭证和依赖。安装或使用前请注意: - 必须提供 ANTHROPIC_AUTH_TOKEN 环境变量,否则脚本会退出;技能会把简历文本发送到 Anthropic(外部服务),如果简历包含个人敏感信息(姓名、电话、邮箱、项目细节),请确认你同意将这些数据外发并信任该服务。 - 源代码包含 scripts/requirements.txt(pdfplumber、fpdf2、anthropic),但没有安装说明:在受信任或隔离的环境中手动安装并检查依赖版本。 - 若你不能或不想把简历发送到外部 API:考虑修改脚本以使用本地模型或本地处理,或在脱机环境中运行提取/模板生成部分。 - 建议在安装前审阅并测试脚本(在沙箱或已隔离的机器上),确认网络调用的目标和数据被如何发送与记录(例如,检查 anthropic 客户端的请求日志),并确保 API Key 权限最小化。 总体而言:功能与描述一致,但缺失的重要元数据(需要 Anthropic API key 和 Python 依赖)使得风险/隐私影响被低估——在确认外发数据和凭证后方可使用。
Capability Analysis
Type: OpenClaw Skill Name: resume-optimizer-pro Version: 1.0.0 The skill bundle is a legitimate tool for resume evaluation and optimization. It extracts text from PDF files using 'pdfplumber', sends the content to the Anthropic API for analysis using a detailed system prompt, and generates a local HTML report with the results. The code in 'resume_optimizer.py' follows secure practices by escaping HTML characters to prevent injection in the generated report and only interacts with the official Anthropic client using the provided environment variable. No evidence of data exfiltration, malicious execution, or unauthorized access was found.
Capability Assessment
Purpose & Capability
技能名和描述(简历评估并生成 HTML 报告)与 SKILL.md 和代码中的行为一致:使用 pdfplumber 提取 PDF,调用 Anthropic/Claude API 进行评估,然后把 JSON 结果渲染为 HTML 报告。因此核心能力与目的对齐。但元数据声称“无需环境变量/凭证/二进制”,与代码实际需求不一致(见环境维度)。
Instruction Scope
SKILL.md 的运行说明与技能目的相符:要求用户上传 PDF、选择前端/后端,按步骤提取文本、调用 Claude(Anthropic)评估并生成可在浏览器打开的 HTML 报告。说明中没有要求检查或读取与简历无关的系统文件,也没有指示将数据发送到非 Anthropic 的第三方 URL。
Install Mechanism
技能声明为“无安装规范 / 指令式”,但仓库包含代码和 scripts/requirements.txt(列出 pdfplumber、fpdf2、anthropic)。没有提供安装步骤或平台 install spec(brew/npm/下载等),这会让部署和依赖安装不明确——需要手动安装 requirements.txt。不是直接恶意,但元数据与包清单不一致,应在安装前确认依赖与安装方式。
Credentials
代码期望使用环境变量 ANTHROPIC_AUTH_TOKEN(并在运行时在缺失时退出),还使用可调整的 ANTHROPIC_MODEL;但技能元数据声明“无需环境变量/凭证”。这是不一致且重要的:使用该技能会把简历文本发送到 Anthropic 的 API,意味着可能向外部服务传输敏感个人信息(姓名、联系方式、项目细节等)。此外 requirements.txt 引入 anthropic 包,进一步证明需要外部 API。用户应明确知晓并同意将简历数据发送到 Anthropic,并确保提供的 API key 的权限与用途相匹配。
Persistence & Privilege
技能没有设置 always:true,也没有声明会修改其他技能或全局代理配置。代码不表现出长期驻留或修改其他技能配置的行为。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install resume-optimizer-pro
  3. After installation, invoke the skill by name or use /resume-optimizer-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — Redesigned as an HTML-based resume evaluation and optimization tool for frontend and backend roles. - Generates visually appealing HTML reports with detailed improvement suggestions for PDF resumes. - Evaluates resumes from a frontend or backend architect's perspective using Claude API. - Provides both overall and section-specific scores plus structured feedback. - Replaces prior PDF-building and ATS optimization workflow with PDF evaluation and HTML report output. - New reference files for frontend/backend resume evaluation dimensions. - Removes legacy template, checklist, and PDF generation scripts.
Metadata
Slug resume-optimizer-pro
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is resume-optimizers?

评估并优化简历内容,输出精美的 HTML 修改建议报告。当用户提到"修改简历"、"优化简历"、"简历评估"时使用。支持前端和后端岗位,Claude 以前端/后端架构师视角进行评估,让用户清楚知道哪些部分需要优化。 It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.

How do I install resume-optimizers?

Run "/install resume-optimizer-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is resume-optimizers free?

Yes, resume-optimizers is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does resume-optimizers support?

resume-optimizers is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created resume-optimizers?

It is built and maintained by dream-boy (@lifenglei); the current version is v1.0.0.

💬 Comments